A random text file generator and benchmark app for Android written in Kotlin. Generate upto 50K text files (random) in an external storage directory and benchmark the speed. AsyncTask is a helper ...
This code is based on the YouTube video Android Studio Tutorial - 67 - Download Image Using AsyncTask by Prabeesh R K. There are a few changes in particular this line ...
Instantiate the above reference in onCreate() method of activity. Ex:- mProgressDialog = new ProgressDialog(this); // here this is the object of your activity mProgressDialog.setMessage("Please wait") ...