tungdx / android-media-picker

A library for choose photos, videos from Android devices.
185 stars 57 forks source link

Image an video picker is not update after installation #1

Open Harin-Kaklotar opened 8 years ago

Harin-Kaklotar commented 8 years ago

Hi I am testing your library I saw that app display only those images and video which are at first time installation. when I add some images or videos to our gallery or sd-card that will not display in app means there is no image display in android-media-picker which i added later after app installation for pick image and video. For this i have to restart my devise or re-install the app. I have to use this library for making private gallery and i wants use your library for import image so this is issue. I hop you understand what I want to explain you.

tungdx commented 8 years ago

Hi, How did you add images or videos to your gallery or sd-card? Did you copy these images from external source and paste into sdcard?

Harin-Kaklotar commented 8 years ago

yes i copy past and i capture image/video also i tried both

tungdx commented 8 years ago

After you pasted images/videos, can you see these images/videos in Gallery application (the default Gallery app of device) ?

Harin-Kaklotar commented 8 years ago

yes

tungdx commented 8 years ago

Really? What device and Android OS did you test with?

Harin-Kaklotar commented 8 years ago

android emulator with 5.1, Samsung Galaxy Note II N7100 with 4.4.4 and wynncom g41 with 2.2

tungdx commented 8 years ago

It's hard time to check it now, but I have an advice for you. The idea in this library is very easy, it loads all images/videos in Media Provider of Android OS (http://developer.android.com/reference/android/provider/MediaStore.Images.Media.html). In this situation, I guess these images/video you pasted weren't added to Media Provider and we need listen that event to add these images/video into Media Provider. Please check this class in library RecursiveFileObserver.java . Hope it helps.

Harin-Kaklotar commented 8 years ago

ok thanks I'll check it if i have any issues, i inform you thanks for replay :+1 : )

gnomium commented 8 years ago

any news here? i am facing the same problem.