Creating Lists Using The Android ListActivity

ListViews are used to create views with lists of data in Android applications. Lists can be populated with data from android data sources with cursors or with simple arrays. Custom views can be applied to Lists applying formatting including checkboxes and icons. Create new project called TestListActivities.

Related Tutorials
Working With Android Contacts
Tutorial covers querying the Android contact database in both Android 2.0 and 1.x flavors. Learn to retrieve contact details and build a series of classes to manage contact data on both Android SDK level 3 and level 5 platforms.
Writing A Basic Android Application
Learn to write Android applications. Learn the basics of working with resources, layouts, the AndroidManifest.xml file and building code. Topics covered include creating dialog boxes, playing sounds, creating views and layouts with LinearLayout and RelativeLayout, and launching new views.
Creating a game on Google Android game with Flixel - Getting Started
In this tutorial we lay the foundation for an Android game that uses Flixel.
Working With Images In Android
Learn to display and manipulate images in Android. Explore using ImageViews to display images. Use bitmaps to load and manipulate images in Android applications. Also see how to rotate and scale images.
Creating a game on Google Android game with Flixel - Enemies
In this tutorial we add some enemies for the player to avoid.
Creating a game on Google Android game with Flixel - Adding a player
In this tutorial we add a player controlled character to the game.
Creating a game on Google Android game with Flixel - Adding Weapons
In this tutorial we add some weapons to the game.
Installing The Android SDK In Eclipse
Learn to use curl with php to query remote webservers for data. This can be done to automate form submission, process credit cards, and more. Topics covered include SSL, proxies, cookie handling, and more.
Working With Collections In Java - Part 1
A look at the Collections Framework of Java which provides a large set of popular data structures such as stacks, linked lists and dynamic arrays.Read This Java Tutorial
Struts 2 OGNL Expression Language
In this tutorial you will learn more about the OGNL expression language and the syntax for accessing the Java Collections like Arrays, Lists and Maps.
 
Categories