ContentResolver usage
问题 I am new to andriod domain and is in learning phase. I got couple of queries: Do we have single ContentResolver object per app? Is it a singleton object? Who manages this object lifecycle? If it's singleton, how does it handles multiple request of querying a ContentProvider? 回答1: From Alex Lockwood's Blog - http://www.androiddesignpatterns.com/2012/06/content-resolvers-and-content-providers.html What is the Content Resolver? The Content Resolver is the single, global instance in your