ContentProviderHelper
ContentProviderHelper copied to clipboard
A nice little Android app that helps developers to discover and query content providers.
Currently ContentProviderHelper completely refuses to interact with provider, if it returns a null Cursors or throws exception in response to initial query. This does not make much sense, because many...
Even if ContentProvider responds to initial query with a non-null Cursor, ContentProviderHelper still won't show those columns unless the Cursor has at least one row (other functionality — querying etc....
Thanks for writing this app and publishing it. It really helped me debug issues with an app I am writing. There were some unexpected errors though. For instance, picking the...