- putExtra (Intent)
- scheduleAtFixedRate (Timer)
Schedules the specified task for repeated fixed-rate execution, beginning after
the specified delay.
- getApplicationContext (Context)
- InputStream (java.io)
A readable source of bytes.Most clients will use input streams that read data
from the file system (
- Thread (java.lang)
A Thread is a concurrent unit of execution. It has its own call stack for
methods being invoked, the
- Arrays (java.util)
This class contains various methods for manipulating arrays (such as sorting and
searching). This cl
- Notification (javax.management)
Notifications are events emitted by NotificationEmitters
- Reference (javax.naming)
- Filter (javax.servlet)
A filter is an object that performs filtering tasks on either the request to a
resource (a servlet o
- FileUtils (org.apache.commons.io)
General file manipulation utilities. Facilities are provided in the following
areas: * writing to a