- Parsing JSON documents to java classes using gson
- onCreateOptionsMenu (Activity)
- putExtra (Intent)
- getExternalFilesDir (Context)
- ObjectMapper (com.fasterxml.jackson.databind)
ObjectMapper provides functionality for reading and writing JSON, either to and
from basic POJOs (Pl
- Thread (java.lang)
A thread is a thread of execution in a program. The Java Virtual Machine allows
an application to ha
- NumberFormat (java.text)
The abstract base class for all number formats. This class provides the
interface for formatting and
- Properties (java.util)
A Properties object is a Hashtable where the keys and values must be Strings.
Each property can have
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Modifier (javassist)
The Modifier class provides static methods and constants to decode class and
member access modifiers
- Best IntelliJ plugins