- Making http post requests using okhttp
- scheduleAtFixedRate (Timer)
- runOnUiThread (Activity)
- addToBackStack (FragmentTransaction)
- Component (java.awt)
A component is an object having a graphical representation that can be displayed
on the screen and t
- HttpURLConnection (java.net)
An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used
to send and receive d
- ConcurrentHashMap (java.util.concurrent)
A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This
version is based on or
- CountDownLatch (java.util.concurrent)
A synchronization aid that allows one or more threads to wait until a set of
operations being perfor
- Executors (java.util.concurrent)
Factory and utility methods for Executor, ExecutorService,
ScheduledExecutorService, ThreadFactory,
- Servlet (javax.servlet)
Defines methods that all servlets must implement. A servlet is a small Java
program that runs within
- Best plugins for Eclipse