Hi there,
I want to display images from internal storage into grid view. I have tried this code but i think its for external storage.
File file= new File(android.os.Environment.getExternalStorageDirectory(),"image");
Kindly help me I don't have that much experience. Thank you.