随笔分类 -  Android 编程相关知识

摘要:Android 各平台版本以及 API Level 的对应关系 http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels Android 各平台占有率数据统计 http://developer 阅读全文
posted @ 2016-08-25 08:45 StayUp 阅读(98) 评论(0) 推荐(0)
摘要:1、技术问题:Android 中使用 RecyclerView 创建列表 解决方案:android v7兼容包RecyclerView的使用(一) 2、技术问题:如何为RecyclerView添加头部 解决方案:http://www.tuicool.com/articles/qMnAfen 3、技术 阅读全文
posted @ 2016-08-25 08:44 StayUp 阅读(305) 评论(0) 推荐(0)
摘要:setPadding(int, int, int, int) 这个就可以控制边距了各种Layout用到的一些重要的属性:第一类:属性值为true或falseandroid:layout_centerHrizontal 水平居中android:layout_centerVertical 垂直居中and 阅读全文
posted @ 2016-08-25 08:43 StayUp 阅读(523) 评论(0) 推荐(0)