- Making http post requests using okhttp
- onCreateOptionsMenu (Activity)
- requestLocationUpdates (LocationManager)
- getSystemService (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
- GridBagLayout (java.awt)
The GridBagLayout class is a flexible layout manager that aligns components
vertically and horizonta
- Socket (java.net)
Provides a client-side TCP socket.
- LinkedHashMap (java.util)
LinkedHashMap is an implementation of Map that guarantees iteration order. All
optional operations a
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- JarFile (java.util.jar)
JarFile is used to read jar entries and their associated data from jar files.
- Top Sublime Text plugins