Posts Tagged ‘ fragment ’

Creating Side Menu Navigation Drawer in Android

June 6, 2013
By
Navigation Drawer in action

Navigation drawer is a UI design pattern that provides a set of menu items when user swipes from left edge of the application to the right. In Android, navigation drawer is available via Android Support library from revision 13 ( May/2013 ) onwards . An extension to this article which displays icons and counter in...

Read more »

Android tab based applications series

May 27, 2013
By
Navigation tab application series

In this article, we will see a set of Android applications that uses tabs for their navigation. Adding Navigation Tabs containing listview to Action Bar in Android This application exemplifies, how to add navigational tabs to Action bars in Android versions Honeycomb and its higher versions. This application will not be executed in pre...

Read more »

Android Horizontal Swiping in Action Bar Tabs using ViewPager

May 7, 2013
By
Horizontal Swiping in Action Bar Tabs using ViewPager

In this article, we will develop an Android application which explains how to implement horizontal swiping in Action Bar tabs . The horizontal swiping is achieved using ViewPager container. The minimum required Android version for running this application is Android API level 11. In order to implement this horizontal swiping of Action Bar tabs...

Read more »

Android ListFragment with Images and Text using Android Support Library

April 5, 2013
By
Android ListFragment application with images and text

In this article, we will develop an Android application which lists a set of countries with their names, currencies and flags. For listing the countries, we are using the ListFragment class. The screenshot of this application is shown in Figure 6. This application is developed in Eclipse (4.2.1) with ADT plugin (21.1.0) and Android...

Read more »

Android Fragment Application Series

January 3, 2013
By
Android Fragment Applications List

A list of Android applications with fragments is given below : A Simple Fragment Application with backward compatibility in Android A Simple Fragment Application in Android Dynamically add fragments to an activity in Android Dynamically add fragments to an activity in a Legacy Android Version A ListFragment Application in Android A ListFragment Application with...

Read more »

Displaying TimePickerDialog using DialogFragment in Android with backward compatibilty support library

August 16, 2012
By
Time Picker Dialog

In this article we will create an Android application which demonstrate how to display a timepicker widget using dialog fragment. Since DialogFragment is introduced beginning with Android 3.0 ( API level 11 ) , we will make use Android support library to work this application in Android 1.6 ( API level 4 ) and...

Read more »

Displaying DatePickerDialog using DialogFragment in Android with backward compatibilty support library

August 16, 2012
By
DatePickerDialog using Dialog Fragment

In this article we will create an Android application which demonstrate how to display a datepicker widget using dialog fragment. Since DialogFragment is introduced beginning with Android 3.0 ( API level 11 ) , we will make use Android support library to work this application in Android 1.6 ( API level 4 ) and...

Read more »

Asynchronously populating listview from SQLite database using Content Providers

August 11, 2012
By
Populating listview from SQLite database using content provider

In this article, we will create a contact manager application which facilitates to add, update, delete and list contacts with their name and phone number. We will make use content providers to access SQLite database in the application. Also the contacts in the listview is populated asynchronously using loaders. This application is developed in...

Read more »

Implement Swiping between Tabs with ViewPager in Action Bar using Sherlock library

August 7, 2012
By
Swipe between Tabs using ViewPager

In this article we will see how to navigate between tabs in action bar by simply swiping the tab content horizontally. For this we will make use the concepts used in the articles “Adding Navigation tabs containing listview to Action Bar in Pre Honeycomb versions using Sherlock library” and “Implementing Horizontal View Swiping Using...

Read more »

Implementing Horizontal View Swiping Using ViewPager and FragmentPagerAdapter in Android

August 6, 2012
By
A Swipable User Interface

Horizontal view swiping is an important user interface feature which facilitates users to traverse from one view to another view by swiping the screen horizontally. This feature is very commonly found in news applications like BBC, CNN, FOX etc. In this article we will develop an application to demonstrate horizontal view swiping. We will...

Read more »

Be friend at g+

Subscribe for Lastest Updates

FBFPowered by ®Google Feedburner