Hi,
I am working on learning Android programming. I am attempting to build an app that shows a list of items, and when the user clicks on an item, it will display an image of that item, as well as information about it. I'm not sure the best way to present this information. Would using the Toast widget be best? Or TextView? Or, is there another way, like creating a new activity, that makes more sense?
After the user clicks on the list item, and reads the presented info, they should be able to return to the list.
Any advice on next steps is greatly appreciated!
Thanks,
Mark