LoaderManager.LoaderCallbacks;在安卓2.1中
我是 Android 应用程序开发的新手。我正在阅读 ToDo 教程。本文基于 android SDK 3.0 及更高版本,但我使用的是 sdk 2.1,它不包含“LoaderManager”类。我想知道2.1 sdk中该类有其他选择吗?真的需要吗?
问候。
I am a newbie to Android application development. I am reading the ToDo tutorial. This article is based on android SDK version 3.0 and upper, but I am using sdk 2.1, which does not contain 'LoaderManager' class. I want to know is there any alternative for that class in 2.1 sdk? Is it really needed ?
Regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将兼容性库添加到项目中。
http://developer.android.com/sdk/compatibility-library.html
进而
You must add the compatibility library to the project.
http://developer.android.com/sdk/compatibility-library.html
and then