- Parsing JSON documents to java classes using gson
- scheduleAtFixedRate (ScheduledExecutorService)
- requestLocationUpdates (LocationManager)
- getContentResolver (Context)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- BufferedInputStream (java.io)
A BufferedInputStream adds functionality to another input stream-namely, the
ability to buffer the i
- ConnectException (java.net)
A ConnectException is thrown if a connection cannot be established to a remote
host on a specific po
- ThreadPoolExecutor (java.util.concurrent)
An ExecutorService that executes each submitted task using one of possibly
several pooled threads, n
- JList (javax.swing)
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base
- Best plugins for Eclipse