Flash Screen with ProgressBar
Here we will create a simple app which displays a flash screen with a ProgressBar for 3 seconds before moving to MainActivity. Step 1: Create a new project with name ProgressBar and package name com.apktutor.progressbar. Select File -> New -> New Project. Fill the forms and click “Finish” button. Step 2: Open res -> layout -> xml (or) main.xml and … Read more