- Making http requests using okhttp
- putExtra (Intent)
- getResourceAsStream (ClassLoader)
- getSystemService (Context)
- Point (java.awt)
A point representing a location in (x,y) coordinate space, specified in integer
precision.
- BufferedInputStream (java.io)
A BufferedInputStream adds functionality to another input stream-namely, the
ability to buffer the i
- BufferedWriter (java.io)
Wraps an existing Writer and buffers the output. Expensive interaction with the
underlying reader is
- ArrayList (java.util)
ArrayList is an implementation of List, backed by an array. All optional
operations including adding
- TimeZone (java.util)
TimeZone represents a time zone offset, and also figures out daylight savings.
Typically, you get a
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- CodeWhisperer alternatives