Android Parse.com ListView Images and Texts Tutorial
In this tutorial, you will learn how to create a custom listview with images and texts using Parse.com in your Android application. Using a custom listview adapter allows to you to customize listview...
View ArticleAndroid ViewPagerTabStrip Fragments Tutorial
In this tutorial, you will learn how to create a PagerTabStrip in your Android application. PagerTabStrip is intended to be used as a child view of a ViewPager widget in your XML layout. PagerTabStrip...
View ArticleAndroid 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 ArticleAccessing Weather Informations with GSON and Picasso
Dealing with network connections is a crucial point in Android development. Downloading and parsing data from original format is a common task for network-connected apps and generally consists in two...
View ArticleImplementing ListView into ActionBarSherlock Fragment Tabs Tutorial
In this tutorial, you will learn how to implement listviews into your ActionBarSherlock fragment tabs. Fragment tabs allow the user to navigate between fragments by selecting the appropriate tab...
View Article