随笔分类 - Android开发学习
初学记录
摘要:TextView layout_width: fill_parent(-1): The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8
阅读全文
摘要:Android项目结构: Android项目中最重要的目录如下: module-name/ build/ 包含构建输出。 libs/ 包含专用库,需要引入的jar包存放此处。 src/ 包含相应模块在以下子目录中的所有代码和资源文件: androidTest/ 包含在 Android 设备上运行的插
阅读全文
摘要:Android知识学习 1.module的引入 2.MVP mvc: mvp:model与View可以解耦
阅读全文