- Running tasks concurrently on multiple threads
- getSharedPreferences (Context)
- requestLocationUpdates (LocationManager)
- runOnUiThread (Activity)
- Graphics2D (java.awt)
This Graphics2D class extends the Graphics class to provide more sophisticated
control overgraphics
- System (java.lang)
Provides access to system-related information and resources including standard
input and output. Ena
- HttpURLConnection (java.net)
An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used
to send and receive d
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- XPath (javax.xml.xpath)
XPath provides access to the XPath evaluation environment and expressions.
Evaluation of XPath Expr
- Logger (org.slf4j)
The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is
expected that loggin
- CodeWhisperer alternatives