- Parsing JSON documents to java classes using gson
- getSharedPreferences (Context)
- getApplicationContext (Context)
- putExtra (Intent)
- ObjectMapper (com.fasterxml.jackson.databind)
ObjectMapper provides functionality for reading and writing JSON, either to and
from basic POJOs (Pl
- ServerSocket (java.net)
This class represents a server-side socket that waits for incoming client
connections. A ServerSocke
- Queue (java.util)
A collection designed for holding elements prior to processing. Besides basic
java.util.Collection o
- Servlet (javax.servlet)
Defines methods that all servlets must implement. A servlet is a small Java
program that runs within
- DataSource (javax.sql)
An interface for the creation of Connection objects which represent a connection
to a database. This
- IOUtils (org.apache.commons.io)
General IO stream manipulation utilities. This class provides static utility
methods for input/outpu
- Top Vim plugins