- Start an intent from android
- runOnUiThread (Activity)
- getResourceAsStream (ClassLoader)
Returns a stream for the resource with the specified name. See
#getResource(String) for a descriptio
- getSupportFragmentManager (FragmentActivity)
Return the FragmentManager for interacting with fragments associated with this
activity.
- GridBagLayout (java.awt)
The GridBagLayout class is a flexible layout manager that aligns components
vertically and horizonta
- Point (java.awt)
A point representing a location in (x, y) coordinate space, specified in integer
precision.
- DateFormat (java.text)
Formats or parses dates and times.This class provides factories for obtaining
instances configured f
- Calendar (java.util)
Calendar is an abstract base class for converting between a Date object and a
set of integer fields
- Random (java.util)
This class provides methods that return pseudo-random values.It is dangerous to
seed Random with the
- Callable (java.util.concurrent)
A task that returns a result and may throw an exception. Implementors define a
single method with no