In android project/application,I want to display screen2 containing listview when the list item of screen1 gets clicked.I have tried a lot but after clicking on screen1, screen2 is not desplaying.And can u tell me where should i write the code for onClick event of listview of screen1 and displaying code of listview of screen2….that is should i create different class other than the class created while creating new project ?…Please help me by giving complete code for both the listviews…i have tried a lot.
In android project/application,I want to display screen2 containing listview when the list item of
Share
Simple enough, Start a new activity when the user clicks on a listview item.