hello. Thanks, that solved my problem!
Here's the code I use to connect to the ListView:

        String[] Strings = String.split(",", 100);
        KKList = (ListView) findViewById(R.id.theList);
       KKList.setAdapter(new ArrayAdapter<String>(this,
                      android.R.layout.simple_list_item_1, Strings));

I would like to do some kind of onClickListener for the list, and
record the clicked box's name. How can I do something like this?
PS- I would perfer NOT to start a new activity, if possible.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to