Android provides multiple methods to execute long running code off the UI thread while posting the results of the code to the main UI thread. CursorLoader is one of …
In this post we will be discussing the use of DialogFragments in Android. We will see how to migrate away from Dialogs. Google recommends DialogFragment to be used instead …
Environment variables in the cloud functions allows you to set/get key values at the time of deployment which can later be used in the code through environment variables. Firebase …