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

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -