摘要:
public void startManagingCursor (Cursor c)的作用 我们将获得的Cursor对象交与Activity 来管理,这样Cursor对象的生命周期便能与当前的Activity自动同步,省去了自己管理Cursor。public class NotesProvider extends ContentProvider {public static final String AUTHORITY = "com.example.android.honeypad.notesprovider";private static final String NOT 阅读全文
posted @ 2012-04-10 21:19
春仔
阅读(186)
评论(0)
推荐(0)

浙公网安备 33010602011771号