I have a grid view with images, when I click an image I start a new activity. What I need now is that I have specific data (text,images) about the image in the grid view, I want them to retrieve them from Sqlite, i need directions what all can I do.
I can get the position of the clicked image by
intent.putExtra("Index", position);
how to get that image in the new intent and how to retrieve the row from sqlite