- Start an intent from android
- setContentView (Activity)
- getSharedPreferences (Context)
- notifyDataSetChanged (ArrayAdapter)
- HttpServer (com.sun.net.httpserver)
This class implements a simple HTTP server. A HttpServer is bound to an IP
address and port number a
- HttpURLConnection (java.net)
An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used
to send and receive d
- ServerSocket (java.net)
This class represents a server-side socket that waits for incoming client
connections. A ServerSocke
- TimerTask (java.util)
The TimerTask class represents a task to run at a specified time. The task may
be run once or repeat
- XPath (javax.xml.xpath)
XPath provides access to the XPath evaluation environment and expressions.
Evaluation of XPath Expr
- StringUtils (org.apache.commons.lang)
Operations on java.lang.String that arenull safe.
* IsEmpty/IsBlank - checks if a String contains
- Top Sublime Text plugins