Posts Tagged ‘ dynamic ’

Android ListView Application Series

January 4, 2013
By
ListView Application Series

A list of Android applications with ListView is given below : A ListView application in Android ListView with custom layout in Android Filterable ListView in Android ListView with Checkboxes in Android Enabling Multi Selection mode in ListView by adding ToggleButton using custom layout in Android Single Selection mode for ListView in Android ListView with...

Read more »

Downloading an image from an http url using DownloadManager and displaying in ImageView by dynamically registered BroadcastReceiver

September 3, 2012
By
Progressing the DownloadManager's download process

In this article we will see how to download an image from an http url using DownloadManager and display it in an ImageView using a dynamically registered broadcast receiver. This application will work in Android API level 9 ( GingerBread )  and its higher versions. This is because, DownloadManager is introduced in API level...

Read more »

Dynamically adding items to Spinner Widget in Android

August 1, 2012
By
Spinner Widget in Action

In this article we are creating an application in which user inputs items to a Spinner widget via an EditText widget. The application described here is developed using Eclipse 3.7.2 with ADT plugin ( 20.0.2 ) and Android SDK ( R20.0.1 ) 1. Create a new Android application project namely “AddItemsDynamicallySpinner” 2. Design application...

Read more »

Dynamically adding activities to a menu using addIntentOptions in Android

July 27, 2012
By
ContextMenu with dynamically added menu item

We know the very famous quote “Do not reinvent the wheel”. This is really apt for Android applications. Because Android facilitates an application to integrate existing activities available in the system effortlessly. There are numerous methods to integrate system activities to an application. One method is to dynamically add required activities to the application’s...

Read more »

Dynamically add Fragments to an Activity in Android

June 30, 2012
By
Main Activity with a dynamically added fragment

In this article , we will create an Android application in which a fragment can be added to an activity on a button click.   1. Create an Android project namely “DynamicFragments” 2. Select Android build target 3. Enter application details   4. res/values/strings.xml 5. res/layout/hello_fragment_layout.xml 6. src/in/wptrafficanalyzer/dynamicfragments/HelloFragment.java 7. res/layout/main.xml 8. src/in/wptrafficanalyzer/dynamicfragments/MainActivity.java 9. Execute...

Read more »

Dynamically add items to listview in Android

June 20, 2012
By
Dynamically add items to listview in Android

In this article we are creating an application in which user inputs items to a ListView via an EditText widget. An extension to this article is available in the article titled “Deleting Selected Items from ListView in Android“,  where deleting a listview item is discussed. 1. Create an Android project namely “AddItemsDynamically” 2. Select...

Read more »

Be friend at g+

Subscribe for Lastest Updates

FBFPowered by ®Google Feedburner