- getResourceAsStream (ClassLoader)
Returns a stream for the resource with the specified name. See
#getResource(String) for a descriptio
- notifyDataSetChanged (ArrayAdapter)
- runOnUiThread (Activity)
- BigDecimal (java.math)
An immutable arbitrary-precision signed decimal.A value is represented by an
arbitrary-precision "un
- ConnectException (java.net)
A ConnectException is thrown if a connection cannot be established to a remote
host on a specific po
- Proxy (java.net)
This class represents a proxy setting, typically a type (http, socks) and a
socket address. A Proxy
- URI (java.net)
Represents a Uniform Resource Identifier (URI) reference. Aside from some minor
deviations noted bel
- URLEncoder (java.net)
This class is used to encode a string using the format required by
application/x-www-form-urlencoded
- Time (java.sql)
Java representation of an SQL TIME value. Provides utilities to format and parse
the time's represen
- Hashtable (java.util)
A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on
org.cliffc.high_scale