- getApplicationContext (Context)
- requestLocationUpdates (LocationManager)
- scheduleAtFixedRate (ScheduledExecutorService)
Creates and executes a periodic action that becomes enabled first after the
given initial delay, and
- EOFException (java.io)
Thrown when a program encounters the end of a file or stream during an input
operation.
- MalformedURLException (java.net)
Thrown to indicate that a malformed URL has occurred. Either no legal protocol
could be found in a s
- URL (java.net)
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on
the World Wide Web.
- LinkedList (java.util)
Linked list implementation. [Sun docs]
[http://java.sun.com/j2se/1.5.0/docs/api/java/util/LinkedList
- TreeSet (java.util)
TreeSet is an implementation of SortedSet. All optional operations (adding and
removing) are support
- Handler (java.util.logging)
A Handler object accepts a logging request and exports the desired messages to a
target, for example
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base