Android Tutorial

Android WebView Example

Here you will get android webview example. Android WebView is a UI component used to open web url or show html data inside the activity. Below I have given two examples, one is for opening a web url and another is for showing some html data in an activity. Also Read: Android Load Image from URL …

Android WebView Example Read More »

Android GridView Example

In this android tutorial you will learn about android simple and custom gridview example. In Android, GridView is a ViewGroup that is used to display items in a two dimensional scrollable grid form. You might have seen image gallery in Android mobiles, it is created using GridView layout. Here we will see two examples, one …

Android GridView Example Read More »

Android Session Management Using SharedPreferences

Here you will get an example of android session management using SharedPreferences. If you don’t know about SharedPreferences then read my previous tutorial: Android SharedPreferences Example In this tutorial you will learn how to manage login session of user. The whole process works like this: When user enters correct username and password then the login details …

Android Session Management Using SharedPreferences Read More »