How can I store data about books like author name, price, category etc in a book shopping android app and retrieve all books with details including corresponding image on selecting a category of book in a activity page?
I want to create stock inventory for my app that contain images with other data and retrieve these data. I'm using eclipse for developing my android app.