Good evening.
Ive lately started making applications on Android (Im not too experienced) and id like to ask if something is possible.
I have used my own database already embed into my application and i want to make a search activity which through a listview adapter pastes my results into another screen as a list.
Now to the question. The list will contain only a few basic information on the record (ID and Name). Is there any way to make the items of the listview clicklable (automatically through the adapter) so that the user can click and be redirected to another screen where all the info of the record can be displayed and where he can possibly edit/add to the record?
P.S: Dont need the code just a general answer and possibly any helpfull links.
Thanks for your time..