- Making http post requests using okhttp
- onCreateOptionsMenu (Activity)
- getSharedPreferences (Context)
- scheduleAtFixedRate (ScheduledExecutorService)
- URLEncoder (java.net)
This class is used to encode a string using the format required by
application/x-www-form-urlencoded
- ByteBuffer (java.nio)
A buffer for bytes. A byte buffer can be created in either one of the following
ways:
* #allocate
- ArrayList (java.util)
ArrayList is an implementation of List, backed by an array. All optional
operations including adding
- Arrays (java.util)
This class contains various methods for manipulating arrays (such as sorting and
searching). This cl
- Pattern (java.util.regex)
Patterns are compiled regular expressions. In many cases, convenience methods
such as String#matches
- Base64 (org.apache.commons.codec.binary)
Provides Base64 encoding and decoding as defined by RFC 2045.This class
implements section 6.8. Base
- Top PhpStorm plugins