Is there support for 2.3 for loaders in android?
I know that Loaders are introduced in Android 3.0, but is there support for 2.3 like the support for Fragments ? Fragments are also for 开发者_如何学运维3.0 but with the support API you can use them in earlier version I think back to 1.6
Yep loaders are also in the compatibility library!
精彩评论