Example usage for android.app Service subclass-usage

List of usage examples for android.app Service subclass-usage

Introduction

In this page you can find the example usage for android.app Service subclass-usage.

Usage

From source file com.netease.qa.emmagee.service.EmmageeService.java

/**
 * Service running in background
 *
 * @author andrewleo
 */
public class EmmageeService extends Service {

From source file eu.fistar.sdcs.pa.PAManagerService.java

/**
 * This class is the implementation of the Protocol Adapter. It is a bound service which can,
 * in turn, bind other services (the Device Adapters). It implements both the IProtocolAdapter
 * interface for communication with the application, and the IDeviceAdapterListener interface for
 * communication with Device Adapters.
 *

From source file net.facework.core.http.TinyHttpServer.java

/**
 * 
 * A Service that contains a HTTP server and a HTTPS server.
 * 
 * Check out the github page of this project for further information.
 * 

From source file com.aegiswallet.services.PeerBlockchainService.java

/**
 * Created by bsimic on 2/13/14.
 */
public class PeerBlockchainService extends android.app.Service {

    private PayBitsApplication application;

From source file com.android.wfds.printservice.WPrintService.java

public class WPrintService extends Service {

    public static int[] PORT_CHECK_ORDER = MobilePrintConstants.PORT_CHECK_ORDER_IPP;

    private static final int QUIT_DELAY = 60000;
    private static boolean mLibrariesLoaded = false;

From source file com.scooter1556.sms.lib.android.service.AudioPlayerService.java

public class AudioPlayerService extends Service implements SMSAudioPlayer.Listener {

    private static final String TAG = "AudioPlayerService";

    static final String SUPPORTED_FILES = "aac,m4a,mp3,oga,ogg";
    static final String SUPPORTED_CODECS = "aac,mp3,vorbis";

From source file uk.org.openseizuredetector.SdServer.java

/**
 * Based on example at:
 * http://stackoverflow.com/questions/14309256/using-nanohttpd-in-android
 * and 
 * http://developer.android.com/guide/components/services.html#ExtendingService
 */

From source file net.kseek.http.TinyHttpServer.java

/**
 * 
 * A Service that contains a HTTP server and a HTTPS server.
 * 
 * Check out the github page of this project for further information.
 * 

From source file com.baqr.baqrcam.http.TinyHttpServer.java

/**
 * 
 * A Service that contains a HTTP server and a HTTPS server.
 * 
 * Check out the github page of this project for further information.
 * 

From source file at.alladin.rmbt.android.test.RMBTLoopService.java

public class RMBTLoopService extends Service implements ServiceConnection {
    private static final String TAG = "RMBTLoopService";

    private static final boolean SHOW_DEV_BUTTONS = false;

    private WakeLock partialWakeLock;