Example usage for android.os AsyncResult interface-usage

List of usage examples for android.os AsyncResult interface-usage

Introduction

In this page you can find the example usage for android.os AsyncResult interface-usage.

Usage

From source file edu.pdx.its.portal.routelandia.DatePickUp.java

public class DatePickUp extends ActionBarActivity implements AsyncResult {
    private static final String TAG = "Activity: DatePickup";
    private TimePicker thisTimePicker;
    private Button btnDepartureDate;
    private int hour;
    private int minute;

From source file edu.pdx.its.portal.routelandia.MapsActivity.java

public class MapsActivity extends ActionBarActivity implements AsyncResult {
    private final String TAG = "Maps Activity";
    private GoogleMap mMap; // Might be null if Google Play services APK is not available.
    protected PolylineOptions globalPoly = new PolylineOptions();
    protected List<Highway> highwayList = new ArrayList<>();
    protected HashMap<Integer, List<Station>> listOfStationsBaseOnHighwayid = new HashMap<>();