java - ListView opening a new activity -


this more design centric question. thinking of developing app have listview containing arrays of example, coffee names.

now when user clicks on coffee name, want have detailed info page on coffee style , how make it. imagine new window lot of info.

my main question is, think best way open new activity on click in listview? new android not sure if there simpler way this.

thanks can help!

you right, creating new activity on click of list item right approach so.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -