Serj Moya
Serj Moya

Reputation: 149

Android Loader in 4.x

My question is simple. Is it necessary use Loaders in an app that use Android 4.0 or higher?

I have read that it is useful only if you use Android 3.0 or lower.

Thanks for all!

Upvotes: 0

Views: 46

Answers (1)

Pasquale Anatriello
Pasquale Anatriello

Reputation: 2355

Loader are never Necessary. They are simply very useful tools depending on the application you need to develop (and are not deprecated at all). Take some time to read the doc and decide for yourself.

Upvotes: 1

Related Questions