Actually problem is that when i insert server images into Sdcard its gone and also display in sdcard but when i open phone Gallery it is not showing . I also use this code for invoke media scanner on button click ....
sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"+Environment.getExternalStoragePublicDirectory(Environment.MEDIA_MOUNTED))));
但它不起作用。
in case when i mount and unmount sdcard in device then after all images are shown. but i want when app is run images stored into sdcard and also show in device gallery.
Pls帮助它非常感激..
谢谢...