I am developing my first Android application and I have been moving along alright. So far I have a ListView with a bunch of items on the list which well say have values like Name1, Name2, Name3, etc. They all show up on my list view fine.
I want to be able to select one of those items on the list and call an intent to move to an activity for the item I picked on the list.
Is there a way to pass some sort of parameter to the so it knows the items activity.class when I select it, so I can make an intent to move to that activity?
I want to be able to select one of those items on the list and call an intent to move to an activity for the item I picked on the list.
Is there a way to pass some sort of parameter to the so it knows the items activity.class when I select it, so I can make an intent to move to that activity?