- Making http requests using okhttp
- startActivity (Activity)
- findViewById (Activity)
- getSystemService (Context)
- EOFException (java.io)
Thrown when a program encounters the end of a file or stream during an input
operation.
- Date (java.util)
A specific moment in time, with millisecond precision. Values typically come
from System#currentTime
- Enumeration (java.util)
A legacy iteration interface.New code should use Iterator instead. Iterator
replaces the enumeration
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- ReentrantLock (java.util.concurrent.locks)
A reentrant mutual exclusion Lock with the same basic behavior and semantics as
the implicit monitor
- SAXParseException (org.xml.sax)
Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
- Top plugins for WebStorm