能实现吗?在外部类中
db = openOrCreateDatabase("test.db", Context.MODE_PRIVATE, null); 方法不好啊
我的外部类是 implements Runnable 还是说不能在这个重写run方法里面创建呢?
不管什么内部类、外部类都是可以的。