An awesome list of tips for Android.
-
Updated
Dec 27, 2018 - Java
An awesome list of tips for Android.
Kotlin Clean weather app for Android.
AsyncTask is a helper class which helps us to use the UI thread properly. AsyncTask allows us to perform long-run/background operations and show its result on the UI thread without blocking threads. AsyncTasks should ideally be used for short operations (a few seconds at the most.) that will not affect our main thread.
Popular Movie suggestion app based on TMDb
A simple android app model of Twitter
Add a description, image, and links to the android-async-http topic page so that developers can more easily learn about it.
To associate your repository with the android-async-http topic, visit your repo's landing page and select "manage topics."