Recall from the " old exercise of GridView ", loading images to GridView from SD Card in onCreate() method running in main thread....
Your andriod Apps ZOne
Recall from the " old exercise of GridView ", loading images to GridView from SD Card in onCreate() method running in main thread....
The example List all 'jpg' files in given directoty: private File[] getJpgFiles(File f){ File[] files = f.listFiles(new FilenameF...
What return from Android build-in Gallery App is Uri, in the form of "content://media/...". This exercise demonstrate how to conve...