- Start an intent from android
- putExtra (Intent)
- getResourceAsStream (ClassLoader)
- getSharedPreferences (Context)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- EOFException (java.io)
Thrown when a program encounters the end of a file or stream during an input
operation.
- Dictionary (java.util)
Note: Do not use this class since it is obsolete. Please use the Map interface
for new implementatio
- TimerTask (java.util)
The TimerTask class represents a task to run at a specified time. The task may
be run once or repeat
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Filter (javax.servlet)
A filter is an object that performs filtering tasks on either the request to a
resource (a servlet o
- Top 17 Plugins for Android Studio