I want to be able to start a new activity using the Intent class. I know how to start an activity by using these lines of code:
Intent myIntent = new Intent(v.ge
You can use the position parameter in onItemClick to get the string you want out of the categoriesList array. So:
position
onItemClick
String category = categoriesList.get(position);
Probably have to make categoriesList a member variable, though.