Android

How to delete a file from mediastore’s database or how to notify mediastore that a content is deleted ?

Filename still showing on device even after you delete it ? Like updating mediastore database with filename and path after a new file is added to device, it is also important to remove the file from mediastore database whenever we delete a file from an android device. Otherwise mediastore hold the information about the removed content and […]

Android

How to update mediastore on android devices instead of triggering mediascanner ?

Image or video not found on gallery after downloading. i think most of the Android developers faced this problem. After downloading a multimedia content using an app every user expect to saw it on there gallery. But it won’t visible in gallery  until gallery database get updated with the filename and location. Database of  gallery is called mediastore. […]