摘要:
下面通过一个例子讲述一下,单元测试的用法: 1. 新建一个工程名称为HelloJunit 贴出源码: package com.test.hellojunit; import android.os.Bundle; import android.app.Activity; import android. 阅读全文
摘要:
如果想得到一个Cursor, 而此时又没有数据库返回一个Cursor,此时可以通过MatrixCursor来返回一个Cursor 具体使用方法,请见下文: 假如有一个如下的数据库表结构 _id name price R.drawable.ic_launcher zhangsan39 R.drawab 阅读全文