android - What's the difference between ContentObservable and DataSetObservable? -


they both inherit observable. , functions not differ much, why not provide single class?

as can see code sources, datasetobservable sending notifications list of datasetobserver objects, while contentobservable sending notifications list of contentobserver objects

see sources: https://github.com/android/platform_frameworks_base/blob/master/core/java/android/database/datasetobservable.java

https://github.com/android/platform_frameworks_base/blob/master/core/java/android/database/contentobservable.java


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -