Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 516 Bytes

file-observable.md

File metadata and controls

11 lines (5 loc) · 516 Bytes

Android FileObserver and the Underlying inotify Mechanism

Android FileObserver is an interface provided by Android OS to monitor file access and modification. It’s based on the Linux inotify file change notification system.

This blog will give a brief introduction to inotify and illustrate the usage of Android FileObserver API with an example.

What is an Android Studio Live Template?

source