Android query, clickable list -


good evening.

ive lately started making applications on android (im not experienced) , id ask if possible.

i have used own database embed application , want make search activity through listview adapter pastes results screen list.

now question. list contain few basic information on record (id , name). there way make items of listview clicklable (automatically through adapter) user can click , redirected screen info of record can displayed , can possibly edit/add record?

p.s: dont need code general answer , possibly helpfull links.

thanks time..

there 2 things need into. need clickable listviews items (onitemclicklistener specifically). allow use whatever item clicked , it's values.

the second thing need @ passing information between activities. information basic, easy. take @ wrote here, should you:

android: passing 1 activity activity

i hope helps.


Comments