How to make sort gallery thumbnails image by date
问题 I am developing an android applicaiton. This application get all thumbnail images from gallery. I want to sort these thumbnails by date, but I can't do it. Please help me. Get all images // Set up an array of the Thumbnail Image ID column we want String[] columns = {MediaStore.Images.Media._ID}; String orderBy = MediaStore.Images.Thumbnails._ID + " DESC LIMIT 10"; // Create the cursor pointing to the SDCard cursor = getActivity().managedQuery(MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI,