mediastore
How to get videos from specific folder in ListView with thumbnail and text , like youtube
I\'m trying to show video thumbnail and text in a Listview from specific folder. I am getting the thumbnails,but when i add text to a video and update using ContentValues,[详细]
2023-03-13 02:36 分类:问答Image gallery with "select folder" option
I have installed a number of apps that have their own image gallery functionality (not using another app via intents).The default view is usually a list of the folders in my SD card that contain image[详细]
2023-03-12 08:56 分类:问答Duplicated thumbnail and some images thumbnails not shown in my android app
I used the MediaStore.images.thumbnail.external_content_uri to query the thumbnail on the phone. It works ok with my new phone with some photos taken from camera or the download开发者_如何学编程 image[详细]
2023-03-02 15:42 分类:问答problem with managed query
I\'m trying to write application, which lists all mp3 files from sd card. String[] columns = new String[] {[详细]
2023-02-24 04:55 分类:问答Image quality in intent ACTION_IMAGE_CAPTURE
My program uses ACTION_IMAGE_CAPTURE intent to capture images. When added to the parameter MediaStore.EXTRA_OUTPUT camera automatically opens with the quality 5 megapixel (my phone is a milestone 2).[详细]
2023-02-22 06:24 分类:问答What is the best way for pick a video in Android
I got a perfect Intent.ACTION_PICK with my picture. startActivityForResult(new Intent(Intent.ACTION_PICK,[详细]
2023-02-15 06:36 分类:问答Getting efficiently the Genres of the Audio files in the MediaStore
I am trying to synchronize my own database for tracks and albums (that contains additional data). I have so far successfully pulled albums and tracks from the MediaStore.[详细]
2023-02-08 03:49 分类:问答MediaStore.Audio.Media.EXTERNAL_CONTENT_URI return an empty cursor
In android I can\'t figure out why this cursor is empty in htc wildfire. but works on all other phones[详细]
2023-02-07 16:15 分类:问答Android MediaStore Insert Image Additional file created
I am inserting an Image in the MediaStore cache using the following code snippet: MediaStore.Images.Media.insertImage(getContentResolver(), selectedFile.getParent() + file.s开发者_开发问答eparator +[详细]
2023-02-06 11:25 分类:问答MediaStore.Audio.Albums._ID is distinct by song
String[] projections = { MediaStore.Audio.Media._ID, MediaStore.Audio.Media.TITLE, Media开发者_运维知识库Store.Audio.Media.ALBUM,[详细]
2023-02-02 21:28 分类:问答