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
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
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
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
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
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
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};
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 .
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
I captured a video with Mediarecorder, inserted it to mediastore then updated the content values of that video in next screen.