08 2012 档案
摘要:作为一个初学者,对于Java 和 Android都是,有很多地方先需要记住的,然后在使用中慢慢体会,理解。现在要记住的就是构造方法SimpleAdapter()的用法。看文档介绍如下:publicSimpleAdapter(Contextcontext,List<?extendsMap<String,?>> data, int resource,String[]from, int[] to)Since:API Level 1ConstructorParameterscontextThe context where the View associated with thi
阅读全文
摘要:通过Android提供的aapt,我们可以直接从APK中读取相关信息,输出到标准输出或者文件中;比如:aapt dump badging *.apk;下面是aapt的简单用法: aapt l[ist] [-v] [-a] file.{zip,jar,apk} List contents of Zip-compatible archive. aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]] badging Print the label and icon for the app declared in ...
阅读全文

浙公网安备 33010602011771号