listview - use 1 view for many pictures -
i have listview 1 pic in every row. after clicking on such childrow wanna detailed information of childrow entry. want have new intent has imageview displays same pic used before in listview, special text.
all in want have 1 intent displays different entries depending on childrow of listview user clicked.
it nice if give me sample code because new in android programming , programming @ , not familiar these classes.
thanks :)
override following method
public void onitemclick(adapterview<?> arg0, view arg1, int pos, long arg3) { //get item clicked here , pass intent starting }
in called activity retrieve value , assign imageview. if not able post have done modify code
Comments
Post a Comment