0

I saved a picture locally through my Air app, but I need to call this MediaScanner to update the gallery, so that the user could see the saved pic, like this solution :

Updating gallery after taking pictures Gallery not showing all the pictures Android Camera

How do you do it through Air Mobile ? Is it necessary to create a native extension ? if so, how ?

Thanks.

Community
  • 1
  • 1
mik
  • 799
  • 9
  • 31
  • There are other ways to do that on android, I don't know on Air Mobile : http://stackoverflow.com/questions/4144840/how-can-i-refresh-the-gallery-after-i-inserted-an-image-in-android/9096984#9096984 – Derzu Feb 26 '12 at 13:59

1 Answers1

0

The solution is to create a native extension and call it after the saving process is done. A nice existing extension which refreshes the gallery can be found here :

Fathah's Refresh Gallery ANE

mik
  • 799
  • 9
  • 31
  • ANE link is dead, any idea where to download it from\? – mika Jan 25 '14 at 05:32
  • i can t get to download the zip file, get some ads instead. But it's ok i just recreated it in the meantime https://github.com/mikatalk/ANE-RefreshGallery-Android – mika Jan 25 '14 at 20:31