Posts Tagged ‘ FragmentActivity ’

Displaying marker at user input latitude and longitude in Google Maps Android API V2

May 9, 2013
By
Latitude and Longitude in Google Maps Android API V2

In this article, we will develop an Android application which demonstrates how to display a marker in Google Maps Android API V2 corresponding to the user input latitude and longitude. Unlike the application discussed in the article titled “Adding Marker at user input latitude and longitude in Google Map Android API V2“, here user...

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 »

Adding Marker at user input latitude and longitude in Google Map Android API V2

March 4, 2013
By
Showing user input location in Google Map Android API V2

In this article, we will develop an Android application which facilitates users to input latitude and longitude in EditText control and on clicking the button “Show in Map”, the input location is marked in Google Map Android API V2. This application is developed in Eclipse 4.2.1 with ADT plugin ( 21.1.0 ) and Android...

Read more »

Android Geocoding – Showing User Input Location on Google Map Android API V2

January 10, 2013
By
Geocoding and Google Map Android API V2

In this article, we will create an Android application which facilitates users to input street address in an EditText and on clicking the find button, application draws corresponding location marker on the Google Map Android API v2 using Google’s Geocoder API. This application is an upgraded version of the application discussed in the article...

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 »

Setting up alarm using AlarmManager and waking up screen and unlocking keypad on alarm goes off in Android

August 25, 2012
By
Device Wakes up on alarm goes off

In this article, we will create an Android application which provides a user interface to set an alarm. That user interface will contain datepicker and timepicker widgets. Once this alarm goes off, Android’s AlarmManager starts up an AlertDialog window which is intended to be executed by the alarm. Suppose the device is in sleep...

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 »

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 »

A ListFragment Application with backward compatibility in Android

July 2, 2012
By
Countries List Using ListFragment

ListFragment is a fragment class available in the package android.app and it is used to list a set of items in as a listview. Fragment is a new concept which is introduced in Android 3.0 and its higher versions. But we can create applications having fragments for the prior versions of Android till 1.6...

Read more »

Be friend at g+

Subscribe for Lastest Updates

FBFPowered by ®Google Feedburner