单项选择题
自定义的Application子类需要在下面哪个文件中注册?()
A.dimens.xmlB.strings.xmlC.AndroidManifest.xmlD.styles.xml
单项选择题 cursor.moveToFirst()是指移动到第几条?()
多项选择题 在Application子类MyApplication中通常可用来在onCreate()中完成下列工作:()。
单项选择题 SQLiteDatabase的delete方法,其语法为delete(String table,String whereClause,String[]whereArgs),其中whereArgs的含义是()。