- Running tasks concurrently on multiple threads
- runOnUiThread (Activity)
- setContentView (Activity)
- notifyDataSetChanged (ArrayAdapter)
- BufferedWriter (java.io)
Wraps an existing Writer and buffers the output. Expensive interaction with the
underlying reader is
- HttpURLConnection (java.net)
An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used
to send and receive d
- StringTokenizer (java.util)
Breaks a string into tokens; new code should probably use String#split.>
// Legacy code:
StringTo
- ExecutorService (java.util.concurrent)
An Executor that provides methods to manage termination and methods that can
produce a Future for tr
- HttpServletRequest (javax.servlet.http)
Extends the javax.servlet.ServletRequest interface to provide request
information for HTTP servlets.
- DataSource (javax.sql)
An interface for the creation of Connection objects which represent a connection
to a database. This
- CodeWhisperer alternatives