Handler Tutorials

How To Use Progress Dialog Box In Android

How To Use Progress Dialog Box In Android

Progress dialog box is mostly used component in all User Interfaces, when you want to display the progress of a task that is taking up some time. In this tutorial I am explaining how to show Progress Dialog Box in android to let the user know the progress. In this example we will use Thread to process the task in background and after completion of the task progress dialog will …

Continue reading

How to implement Android Splash Screen

splash screen

Splash screen are used in large applications to notify the user that the program is in the process of loading. It provide a feedback of underway process. A progress bar indicates the loading progress , Splash screens used to enhance the look and feel of an application. It may have animation, graphics and sound. Android splash screen are normally used to show some kind of progress to user before app …

Continue reading