Android Jake Wharton ViewPager Indicator Tutorial
In this tutorial, you will learn how to implement Jake Wharton’s viewpager indicator in your Android application. ViewPager indicator allows you provide a clear indicator that there exists additional...
View ArticleAndroid ActionbarSherlock Nested Fragment Tabs Tutorial
In this tutorial, you will learn how to implement ActionbarSherlock Nested Fragment Tabs in your Android application. Nested fragment allows you to embed fragments inside fragments. Which means you can...
View ArticleActionBarSherlock Side Menu Navigation with Nested ViewPager Fragment Tabs...
In this tutorial, you will learn how to implement ActionBarSherlock Side Menu Navigation with Nested ViewPager Fragment Tabs in your Android application. The navigation drawer is a panel that...
View ArticleAndroid DialogFragment Tutorial
In this tutorial, you will learn how to implement a DialogFragment in your Android application. A DialogFragment is a fragment that displays a dialog window, floating on top of its activity’s window....
View ArticleAndroid Delete Multiple Selected Items in ListView Tutorial
In this tutorial, you will learn how to delete multiple selected items in your listview using a contextual action bar (CAB). A contextual action bar appears at the top of the screen to present actions...
View ArticleAndroid Basic JSOUP Tutorial
In this tutorial, you will learn how to implement JSOUP open source java library in your Android application. JSOUP provides a very convenient API for extracting and manipulating data, using DOM, CSS,...
View ArticleAndroid Populating Spinner with JSON Tutorial
In this tutorial, you will learn how to populate a spinner with data remotely using a JSON file in your Android application. A spinner displays a dropdown menu with available values, from which the...
View ArticleList of the best Android Backend as a Service (BaaS) provider
In this post, I’ve compiled a list of Backend as a service (BaaS) that you could use to power up your Android apps and games. A Backend Service provides mobile app developers with a way to link their …...
View ArticleIntegrating New Google Admob with Banner and Interstitial ads
In this tutorial, you will learn how to integrate the new Google Admob with banner and interstitial ads into your Android application. The new AdMob is a streamlined user interface, to make it even...
View ArticleAndroid JSOUP ListView Images and Texts from HTML Tables Tutorial
In this tutorial, you will learn how to extract elements from a HTML table using JSOUP Library. JSOUP provides a very convenient API for extracting and manipulating data, using DOM, CSS, and...
View Article