I am creating an app which has a list of item with images.
The list of items is stored in an excel sheet.I am able to get the item list and display it on my app using list view image and text.
The images of item 300+ are in a folder which I have saved on my phone.
I am unable to fetch and display the photos on the list view image and text layout.
- cannot put the images in asset folder as the size of the asset folder is limited.
- I want this app to be completely offline so no option of external database.
Any solution?