Hi,
I am just statrting with android app development.
I want to make a simple apps that has 50 pictures with a comment line. user has to flip to get next or previous.
How shall i approach this. basically I want to know Do i need to make 50 layouts and switch using intents,
Can I have 50 images and corresponding comments in a xml, if yes do I code this.
Thanks,
Karmendra

