I have a category table with two columns category_id and name. I have created a data helper class named CategoryDataHelper. I have a m
category_id
name
CategoryDataHelper
How about in onItemclick:
categoryCursor.moveToPosition(position);
and then from the returned cursor get the ID from your helper?