ProgressBar及其子类的使用

    阅读全文
罗炜光's avatar
罗炜光 7月 30, 2016

Intent详解

Intent简介 Intent为组件的启动提供了一致的编程模型. 无论想要启动的组件是Activity, Service, 还是BroadcastReceiver, 都可以使用Intent封装启动的意图. 如果应用程序只是想启动具有某种特征的组件,并不想和某个具体的组件耦合,则可以通过在intent-filter中配置相应的属性进行处理     阅读全文
罗炜光's avatar
罗炜光 7月 29, 2016

ImageView及其子类的使用

    阅读全文
罗炜光's avatar
罗炜光 7月 28, 2016

TextView及其子类的使用

    阅读全文
罗炜光's avatar
罗炜光 7月 26, 2016

ADB命令总结

adb与shell命令来源/frameworks/base/cmds /system/core/toolbox     阅读全文
罗炜光's avatar
罗炜光 7月 24, 2016

Android中的值文件

值文件标签汇总 string string-array bool integer integer-array dimen declare-styleable eat-comment attr color style item plurals array fraction drawable     阅读全文
罗炜光's avatar
罗炜光 7月 21, 2016

Android的Drawable

Drawable汇总 animated-rotate animated-selector animated-vector animation-list bitmap clip color inset layer-list level-list nine-patch ripple rotate scale selector shape transition vector     阅读全文
罗炜光's avatar
罗炜光 7月 19, 2016

AndroidManifest.xml文件详解

    阅读全文
罗炜光's avatar
罗炜光 7月 16, 2016

Intent中关于Activity的Flag

    阅读全文
罗炜光's avatar
罗炜光 7月 12, 2016

Activity的启动模式

Activity的启动模式可以使用adb shell dumpsys activity命令查看activity的任务栈     阅读全文
罗炜光's avatar
罗炜光 7月 10, 2016