- Making http requests using okhttp
- getSystemService (Context)
- getSharedPreferences (Context)
- getSupportFragmentManager (FragmentActivity)
- InputStreamReader (java.io)
A class for turning a byte stream into a character stream. Data read from the
source input stream is
- HttpURLConnection (java.net)
An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used
to send and receive d
- Semaphore (java.util.concurrent)
A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each
#acquire blocks if
- FileUtils (org.apache.commons.io)
General file manipulation utilities. Facilities are provided in the following
areas: * writing to a
- DateTimeFormat (org.joda.time.format)
Factory that creates instances of DateTimeFormatter from patterns and styles.
Datetime formatting i
- Logger (org.slf4j)
The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is
expected that loggin
- Best plugins for Eclipse