Example usage for android.os CountDownTimer subclass-usage

List of usage examples for android.os CountDownTimer subclass-usage

Introduction

In this page you can find the example usage for android.os CountDownTimer subclass-usage.

Usage

From source file pro.dbro.bart.ViewCountDownTimer.java

public class ViewCountDownTimer extends CountDownTimer {

    // views to be counted down by timer
    ArrayList timerViews;
    // type of request: "etd" or "route" This reveals the format of views within timerViews
    String request;