Example usage for android.appwidget AppWidgetProvider subclass-usage

List of usage examples for android.appwidget AppWidgetProvider subclass-usage

Introduction

In this page you can find the example usage for android.appwidget AppWidgetProvider subclass-usage.

Usage

From source file org.cowboycoders.cyclismo.widgets.TrackWidgetProvider.java

/**
 * A track widget to start/stop/pause/resume recording, launch My Tracks, and
 * display track statistics (total distance, total time, average speed, and
 * moving time) for the recording track, the selected track or the last track.
 * 
 * @author Sandor Dornbush

From source file org.cowboycoders.cyclisimo.widgets.TrackWidgetProvider.java

/**
 * A track widget to start/stop/pause/resume recording, launch My Tracks, and
 * display track statistics (total distance, total time, average speed, and
 * moving time) for the recording track, the selected track or the last track.
 * 
 * @author Sandor Dornbush

From source file com.android.launcher3.widget.DigitalAppWidgetProvider.java

public class DigitalAppWidgetProvider extends AppWidgetProvider {
    private static final String TAG = "DigitalAppWidgetProvider";

    /**
     * Intent to be used for checking if a world clock's date has changed. Must be every fifteen
     * minutes because not all time zones are hour-locked.