- Start an intent from android
- getResourceAsStream (ClassLoader)
- getContentResolver (Context)
- getExternalFilesDir (Context)
- FileReader (java.io)
A specialized Reader that reads from a file in the file system. All read
requests made by calling me
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- SimpleDateFormat (java.text)
Formats and parses dates in a locale-sensitive manner. Formatting turns a Date
into a String, and pa
- Iterator (java.util)
An iterator over a sequence of objects, such as a collection.If a collection has
been changed since
- ZipFile (java.util.zip)
This class provides random read access to a zip file. You pay more to read the
zip file's central di
- Servlet (javax.servlet)
Defines methods that all servlets must implement. A servlet is a small Java
program that runs within
- Best plugins for Eclipse