On Mon, Mar 1, 2010 at 10:48 AM, BuckeyeDroid <[email protected]>wrote:
> All I'm trying to do is start my activity from the home screen. This > brings up a list of items and I wanna be able to click on each item > and launch a separate activity. Is there an easy way to do this? > Are you using ListActivity? If you're not, you probably should be. If you are, then look at http://developer.android.com/intl/de/reference/android/app/ListActivity.html#onListItemClick(android.widget.ListView, android.view.View, int, long) <http://developer.android.com/intl/de/reference/android/app/ListActivity.html#onListItemClick(android.widget.ListView, android.view.View, int, long)> ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

