- Start an intent from android
- getApplicationContext (Context)
- scheduleAtFixedRate (ScheduledExecutorService)
- addToBackStack (FragmentTransaction)
- SocketTimeoutException (java.net)
This exception is thrown when a timeout expired on a socket read or accept
operation.
- URLEncoder (java.net)
This class is used to encode a string using the format required by
application/x-www-form-urlencoded
- NoSuchElementException (java.util)
Thrown when trying to retrieve an element past the end of an Enumeration or
Iterator.
- Random (java.util)
This class provides methods that return pseudo-random values.It is dangerous to
seed Random with the
- Vector (java.util)
Vector is an implementation of List, backed by an array and synchronized. All
optional operations in
- Options (org.apache.commons.cli)
Main entry-point into the library.
Options represents a collection of Option objects, which describ
- Top Sublime Text plugins