zendesk / android-db-commons

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222 stars 28 forks source link

Support of native Loaders #45

Closed v3nko closed 10 years ago

v3nko commented 10 years ago

It would be great to support Loader from native API, not only support library Loader. Many projects of nowadays based on API level > 11, so it will be useful.

chalup commented 10 years ago

Support lib provides additional functionality (e.g. nested fragments) and bugfixes and the only downside is small apk size increase. I can't imagine case where I would like to use native Activities/Fragments/Loaders over the ones from support lib.

henieek commented 10 years ago

Can't really agree more. Fact that your minSdkLevel is greater than 11 (what is great, btw!) doesn't imply that you don't want to use support's Fragments. I am closing this issue for now. In case of any questions we can reopen it later.