mediastore
How to specify query MediaStore.Audio.Media in Android SDK?
I have a ListView of a music albums that are 开发者_如何学运维on my SD. I want to make another list that displays the songs that are on the album, when i click it. How to I query MediaStore only for t[详细]
2023-04-07 03:34 分类:问答Fast scanning of SD card on Android
I am trying to write an algorithm for fastest scanning of whole SD card. What I try to achieve is something in the line with QuickPic, which has \"normal speed\" initial scanning of SD card, but any s[详细]
2023-04-06 22:50 分类:问答Change Camera settings from another App's Activity
I have an Android app that calls the native camera app to take a picture and returns the image for further manipulation. My problem, is that I run into memory leaks if the camera is set to 2(+) megapi[详细]
2023-04-02 19:21 分类:问答How to clear Mediastore before setting ringtone
When I set a ringtone from my app works once, but when running the code again, it tries to create a duplicate entry in the media store, which creates problems. Without creating seperate unique file na[详细]
2023-04-02 15:33 分类:问答What happens to cursors to MediaStore when the underlying database gets updated?
In my app (a small mp3-player for an university project) I\'m doing query MediaStore.Audio.Media.EXTERNAL_CONTENT_URI. Currently, I\'m caching the songs to an array, but I\'m thinking of moving it ove[详细]
2023-03-27 19:47 分类:问答Playing audio from MediaStore on a Media Player Android
Is there a way to play audio obtained from MediaStore through the use of the MediaPLayer, Or am I going in the completely wrong d开发者_高级运维irection? I\'ve looked and MediaStore.Audio so far but n[详细]
2023-03-23 14:19 分类:问答Android getting image ID chosen from SDCard and set it to ImageView
So, basically, I\'m trying to change an ImageView from images in SDCARD. Here\'s some code from me : String[] images = {MediaStore.Images.Thumbnails._ID};[详细]
2023-03-21 05:12 分类:问答how to dynamically display the single image from the sdcard
I had done the program the display all the images from the sdcard dynamically. But now ,I want to display single image dynamically from the sdcard instead of display all images .[详细]
2023-03-18 18:14 分类:问答Files not removed upon delete and still shown in Listview
I have made a program which populates a listview with videos stored on the device and plays them. It have also tried to implement the functionality of deleting the file using file.delete function. How[详细]
2023-03-18 00:38 分类:问答update mediastore contenvalues of specific video
I captured a video with Mediarecorder, inserted it to mediastore then updated the content values of that video in next screen.[详细]
2023-03-14 05:11 分类:问答