- Start an intent from android
- addToBackStack (FragmentTransaction)
- getSupportFragmentManager (FragmentActivity)
- setContentView (Activity)
- Calendar (java.util)
Calendar is an abstract base class for converting between a Date object and a
set of integer fields
- Hashtable (java.util)
A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on
org.cliffc.high_scale
- Random (java.util)
This class provides methods that return pseudo-random values.It is dangerous to
seed Random with the
- TimerTask (java.util)
The TimerTask class represents a task to run at a specified time. The task may
be run once or repeat
- TreeSet (java.util)
TreeSet is an implementation of SortedSet. All optional operations (adding and
removing) are support
- AtomicInteger (java.util.concurrent.atomic)
An int value that may be updated atomically. See the java.util.concurrent.atomic
package specificati
- Best IntelliJ plugins