- Running tasks concurrently on multiple threads
- startActivity (Activity)
- runOnUiThread (Activity)
- getApplicationContext (Context)
- FileReader (java.io)
A specialized Reader that reads from a file in the file system. All read
requests made by calling me
- PrintWriter (java.io)
Wraps either an existing OutputStream or an existing Writerand provides
convenience methods for prin
- Scanner (java.util)
A parser that parses a text string of primitive types and strings with the help
of regular expressio
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- Semaphore (java.util.concurrent)
A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each
#acquire blocks if
- Cipher (javax.crypto)
This class provides access to implementations of cryptographic ciphers for
encryption and decryption
- Top 17 Plugins for Android Studio