- Creating JSON documents from java classes using gson
- runOnUiThread (Activity)
- scheduleAtFixedRate (ScheduledExecutorService)
- onRequestPermissionsResult (Fragment)
- MessageDigest (java.security)
Uses a one-way hash function to turn an arbitrary number of bytes into a
fixed-length byte sequence.
- SortedSet (java.util)
SortedSet is a Set which iterates over its elements in a sorted order. The order
is determined eithe
- Stack (java.util)
Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of
objects. It enables u
- Vector (java.util)
Vector is an implementation of List, backed by an array and synchronized. All
optional operations in
- StringUtils (org.apache.commons.lang)
Operations on java.lang.String that arenull safe.
* IsEmpty/IsBlank - checks if a String contains
- Logger (org.apache.log4j)
This is the central class in the log4j package. Most logging operations, except
configuration, are d
- Best plugins for Eclipse