Inline ListView Advice
This is a discussion on Inline ListView Advice within the Droid Development forums, part of the Droid Hacking category; Hello there; I am just seeking some advice.
I want to create layouts that contain a LinearLayout, which contains both a TextView and a ListView. ...
-
Inline ListView Advice
Hello there; I am just seeking some advice.
I want to create layouts that contain a LinearLayout, which contains both a TextView and a ListView. I would like each page to only have one TextView, which I will load text into, using setText(), and I would like the ListView to be populated using a SimpleCursorAdapter or ArrayAdapter. However, the problem that I am running into now is how to attach a Listener to the ListView, in order to act once the user has clicked one of the items, and then send an identifier representing the selected item to another function.
Every example and tutorial I have seen online regarding this makes the whole class a ListActivity and then implements an onListItemClick() method. Is there any other way to do this? When I try to adapt my class to this format, I get force close's.
Thanks!
EDIT: Is this what I should be using?
AdapterView.OnItemClickListener | Android Developers
If so, does anyone have an example of how (Just want to make sure I'm doing it correctly)? Thanks!
Last edited by travis134; 12-31-2009 at 12:19 PM.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By mrdorunjr in forum New Member Introductions & Site Assistance
Replies: 3
Last Post: 12-28-2009, 11:15 AM
-
By zazabichi in forum Droid Accessories
Replies: 1
Last Post: 12-24-2009, 08:42 PM
-
By thelion in forum Droid General Discussions
Replies: 0
Last Post: 12-02-2009, 04:49 PM
-
By Azmordean in forum Droid General Discussions
Replies: 18
Last Post: 11-23-2009, 09:32 PM
-
By ebean in forum Droid General Discussions
Replies: 0
Last Post: 11-08-2009, 01:24 PM
Search tags for this page
droid listview selected
,
inline listview
Click on a term to search our site for related topics.