- Start an intent from android
- setScale (BigDecimal)
- requestLocationUpdates (LocationManager)
- getExternalFilesDir (Context)
- ObjectMapper (com.fasterxml.jackson.databind)
ObjectMapper provides functionality for reading and writing JSON, either to and
from basic POJOs (Pl
- Container (java.awt)
A generic Abstract Window Toolkit(AWT) container object is a component that can
contain other AWT co
- OutputStream (java.io)
A writable sink for bytes.Most clients will use output streams that write data
to the file system (
- Proxy (java.net)
This class represents proxy server settings. A created instance of Proxy stores
a type and an addres
- ServerSocket (java.net)
This class represents a server-side socket that waits for incoming client
connections. A ServerSocke
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- Best IntelliJ plugins