- Parsing JSON documents to java classes using gson
- scheduleAtFixedRate (ScheduledExecutorService)
- getExternalFilesDir (Context)
- getApplicationContext (Context)
- ObjectMapper (com.fasterxml.jackson.databind)
ObjectMapper provides functionality for reading and writing JSON, either to and
from basic POJOs (Pl
- MalformedURLException (java.net)
This exception is thrown when a program attempts to create an URL from an
incorrect specification.
- Arrays (java.util)
This class contains various methods for manipulating arrays (such as sorting and
searching). This cl
- GregorianCalendar (java.util)
GregorianCalendar is a concrete subclass of Calendarand provides the standard
calendar used by most
- Properties (java.util)
A Properties object is a Hashtable where the keys and values must be Strings.
Each property can have
- Filter (javax.servlet)
A filter is an object that performs filtering tasks on either the request to a
resource (a servlet o
- Top 12 Jupyter Notebook extensions