android - how content observer works on deleted files? -


i new android development , having trouble in tracking deleted files audio, video, images etc. want details of deleted file , later want move deleted files in separate folder.

in android, files managed through content providers. each file there index in content provider , access them using cursor. can keep track of index content provider using cursor , move other place , update content provider


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -