I am working on a project to replicate android gallery and want to add some information against few media files, that need to create own database for media files information.
The issue here is if I save all current existing media path in db then how can I sync with any kind of file changes made(added/removed media file). What is best way of doing this ? without looking for all directory structure every time and searching all media files.
Please share your thoughts.
Thanks