- Reactive rest calls using spring rest template
- addToBackStack (FragmentTransaction)
- getSharedPreferences (Context)
- requestLocationUpdates (LocationManager)
- Comparator (java.util)
A Comparator is used to compare two objects to determine their ordering with
respect to each other.
- Random (java.util)
This class provides methods that return pseudo-random values.It is dangerous to
seed Random with the
- Timer (java.util)
Timers schedule one-shot or recurring TimerTask for execution. Prefer
java.util.concurrent.Scheduled
- ThreadPoolExecutor (java.util.concurrent)
An ExecutorService that executes each submitted task using one of possibly
several pooled threads, n
- TimeUnit (java.util.concurrent)
A TimeUnit represents time durations at a given unit of granularity and provides
utility methods to
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base
- Top Sublime Text plugins