Android Detect WebView Finished Loading URL Using Horizontal ProgressBar Show Progress into TextView

How to fill display Progress bar while loading WebView using WebChromeClient() onProgressChanged() method. In this tutorial we would going to implement WebView with button, TextView and Horizontal ProgressBar. Now as we can see in now days every android mobile web browser application has contain Horizontal ProgressBar which will fill smoothly according to WebView done loading progress.…

Continue reading

Android Get Facebook Login User Information Using Graph API Android Studio Example Tutorial

How to get Facebook login user data ID, first name, last name, email, gender, link, locale and account verified status programmatically. In this tutorial we would going to implement Facebook Login in our android application using Android Studio. After successfully login we would going to show logged user personal information…

Continue reading

Android Get List of Installed Apps Package Name With Icons Programmatically

How to show all already installed application list inside listview RecyclerView using package manager and open selected app on click. In this tutorial we would going to create an android application which would display us all the only externally installed applications on our android mobile phone device. The application display into custom…

Continue reading