- Start an intent from android
- scheduleAtFixedRate (ScheduledExecutorService)
- setContentView (Activity)
- getApplicationContext (Context)
- GridLayout (java.awt)
The GridLayout class is a layout manager that lays out a container's components
in a rectangular gri
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- Arrays (java.util)
This class contains various methods for manipulating arrays (such as sorting and
searching). This cl
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- JList (javax.swing)
- SAXParseException (org.xml.sax)
Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
- Best plugins for Eclipse