[android-developers] Re: refresh gallery after saving photo in android

2010-11-05 Thread Abhi
HI Kostya, No. I guess I don't know how to use MediaScannerConnection to do what I am trying to do. Is there an example that you can point me to for my better understanding? That will be helpful. THanks Abhi On Nov 4, 4:21 pm, Kostya Vasilyev kmans...@gmail.com wrote: Have you actually tried

[android-developers] Re: refresh gallery after saving photo in android

2010-11-04 Thread Abhi
HI guys, I am coming back to this topic after unsuccessfully looking out for a solution myself. Does anyone have a clue yet? THanks, SHarma On Sep 20, 10:58 am, Kostya Vasilyev kmans...@gmail.com wrote: http://developer.android.com/reference/android/media/MediaScannerConn... 20.09.2010

Re: [android-developers] Re: refresh gallery after saving photo in android

2010-11-04 Thread Kostya Vasilyev
Have you actually tried to use MediaScannerConnection? -- Kostya 04.11.2010 23:13, Abhi пишет: HI guys, I am coming back to this topic after unsuccessfully looking out for a solution myself. Does anyone have a clue yet? THanks, SHarma On Sep 20, 10:58 am, Kostya Vasilyevkmans...@gmail.com

[android-developers] Re: refresh gallery after saving photo in android

2010-09-20 Thread Abhi
I am looking for the same answer. On Aug 29, 2:26 pm, Patrick patrick.manges...@gmail.com wrote: I wanted to bring up this querstion again, since I stumble upon the same problem but still haven't found a solution. Does anyone know how to programmaticallyrefreshagalleryafter storing a photo?

Re: [android-developers] Re: refresh gallery after saving photo in android

2010-09-20 Thread Kostya Vasilyev
http://developer.android.com/reference/android/media/MediaScannerConnection.html 20.09.2010 18:41, Abhi пишет: I am looking for the same answer. On Aug 29, 2:26 pm, Patrickpatrick.manges...@gmail.com wrote: I wanted to bring up this querstion again, since I stumble upon the same problem but

[android-developers] Re: refresh gallery after saving photo in android

2010-08-29 Thread Patrick
I wanted to bring up this querstion again, since I stumble upon the same problem but still haven't found a solution. Does anyone know how to programmatically refresh a gallery after storing a photo? On Jul 1, 2:45 am, Julian lepin...@gmail.com wrote: Well, for starters most of the code samples

[android-developers] Re: refresh gallery after saving photo in android

2010-06-30 Thread Julian
Well, for starters most of the code samples include file:// before the path in Uri.parse, so you might want to add that. That said, I'm not having much luck forcing a rescan of a particular folder on the SD card... On Jun 7, 1:19 am, Andy Triboletti andy.tribole...@gmail.com wrote: Hi, I have