- Start an intent from android
- setScale (BigDecimal)
- getExternalFilesDir (Context)
- setContentView (Activity)
- RandomAccessFile (java.io)
Allows reading from and writing to a file in a random-access manner. This is
different from the uni-
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- SortedMap (java.util)
A map that has its keys ordered. The sorting is according to either the natural
ordering of its keys
- TimeZone (java.util)
TimeZone represents a time zone offset, and also figures out daylight savings.
Typically, you get a
- BlockingQueue (java.util.concurrent)
A java.util.Queue that additionally supports operations that wait for the queue
to become non-empty
- HttpServletRequest (javax.servlet.http)
Extends the javax.servlet.ServletRequest interface to provide request
information for HTTP servlets.
- Top Sublime Text plugins