How to get id from database on click of listview item in android
问题 I have searched through various questions related to this on this website but i am unable to resolve the issue i am getting. I want to get id from database on click of listview item This is my categories class: package com.example.reminders; import java.util.List; import android.app.ListActivity; import android.content.Intent; import android.database.Cursor; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.AdapterView