- Start an intent from android
- putExtra (Intent)
- onRequestPermissionsResult (Fragment)
- getSharedPreferences (Context)
- Runnable (java.lang)
Represents a command that can be executed. Often used to run code in a different
Thread.
- ByteBuffer (java.nio)
A buffer for bytes. A byte buffer can be created in either one of the following
ways:
* #allocate
- Set (java.util)
A Set is a data structure which does not allow duplicate elements.
- UUID (java.util)
UUID is an immutable representation of a 128-bit universally unique identifier
(UUID). There are mul
- ZipFile (java.util.zip)
This class provides random read access to a zip file. You pay more to read the
zip file's central di
- Options (org.apache.commons.cli)
Main entry-point into the library.
Options represents a collection of Option objects, which describ
- CodeWhisperer alternatives