5/11/2016

Android RecyclerView with different CardViews

3/12/2016

Full Screen

<style name="MyTheme">
  <item name="android:windowNoTitle">true</item>
  <item name="android:windowFullscreen">true</item>
</style>

2/25/2016

Sửa lỗi NameValuePair, DefaultHttpClient

Just use Retrofit
OR
OR
Add this to your build.gradle (but it is not suggested)
android {
    useLibrary 'org.apache.http.legacy'
}