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.careme.apvereda.careme.AccumulatorService.java

/**
 * Esta obra est sujeta a la licencia Reconocimiento-CompartirIgual 4.0 Internacional de
 * Creative Commons. Para ver una copia de esta licencia,
 * visite http://creativecommons.org/licenses/by-sa/4.0/.
 *
 * CareMe, creado por Alejandro Perez Vereda el 29/7/15.

From source file be.vbsteven.bmtodesk.BackgroundSharingService.java

/**
 * service that sends bookmarks to the server in the background
 * and keeps the user up to date through notifications
 *
 * @author steven
 */

From source file com.droidvnteam.romstats.ReportingService.java

public class ReportingService extends Service {

    private StatsUploadTask mTask;

    private static GoogleAnalytics analytics;
    private static Tracker tracker;

From source file com.justmoon.glass.bitcoin.price.BitcoinPriceService.java

/**
 * Service owning the LiveCard living in the timeline.
 */
public class BitcoinPriceService extends Service {

    private static final String TAG = "BitcoinPriceService";

From source file com.artur.softwareproject.RecordService.java

/**
 * Created by Martin Kern on 27.05.2017.
 * This service saves sensor data in a JSON file.
 * It also records position data in an ArrayList and use it to call the ModelConstructor.
 */

From source file de.avanux.android.livetracker2.LocationTracker.java

public class LocationTracker extends Service implements LocationListener {

    private final static String TAG = "LiveTracker:LocationTracker";

    private Configuration configuration;

From source file cn.apputest.ctria.service.UploadFailRecordService.java

/**
 * ??
 */
public class UploadFailRecordService extends Service {
    SharedPreferences preferencesuser;
    private MyThread myThread;

From source file es.ucm.look.data.remote.restful.LookService.java

/**
 * Service of Look!, implements an service Android with the logic to process data from Remote Service
 * 
 * @author Sergio
 *
 */

From source file com.adnanbal.fxdedektifi.forex.presentation.services.NotificationService.java

public class NotificationService extends Service {

    static final String TAG = "NotificationService";
    int countFlag = 0;

    private NotificationCompat.Builder builder;

From source file ca.farrelltonsolar.classic.UDPListener.java

/**
 * Created by Graham on 08/12/2014.
 */
public class UDPListener extends Service {

    final Object lock = new Object();