posted @ 2010-01-20 23:32
Justin_Ma
阅读(3567)
推荐(0)
摘要:
Extract Google's Android file system image from Android 1.5 SDK release Info of busybox http://www.loveandroid.com/viewthread.php?tid=53 Download busybox http://benno.id.au/android/busybox1.Uncompress...
阅读全文
posted @ 2010-01-20 10:28
Justin_Ma
阅读(571)
推荐(0)
摘要:
Android 通过Uri来定义资源的位置。Content Proivder 它是不同应用程序间共享数据的唯一方法。 Content Provider通过URI来查询表中的数据。每个表都必须有一列为_Id Content Provider资源的标准URI结构: <standard_prefix>://<authority>/<data_path>/<id...
阅读全文
posted @ 2010-01-20 09:58
Justin_Ma
阅读(349)
推荐(0)