04 2019 档案

【Android】SVG VectorDrawable
摘要:官方地址 SVG和VectorDrawable的区别 使用自己想要的图标 使用本地文件 官方地址 https://developer.android.com/reference/android/graphics/drawable/VectorDrawable.html SVG和VectorDrawa 阅读全文

posted @ 2019-04-23 10:29 Deonew 阅读(289) 评论(0) 推荐(0)

【Android】CardView
摘要:官方地址 引入v7库 创建卡片 官方地址 https://developer.android.com/reference/android/support/v7/widget/CardView https://developer.android.com/guide/topics/ui/layout/c 阅读全文

posted @ 2019-04-22 17:49 Deonew 阅读(161) 评论(0) 推荐(0)

【Android】BottomNavigation设置各个tab页面
摘要:项目主页 引入BottomNavigation 使用BottomNavigation 设置页面 项目主页 见:https://github.com/Ashok-Varma/BottomNavigation 引入 Gradle:compile 'com.ashokvarma.android:botto 阅读全文

posted @ 2019-04-19 00:31 Deonew 阅读(265) 评论(0) 推荐(0)

【Flutter】Flutter安装
摘要:下载安装包 解压到指定的位置 双击运行 添加环境变量 检查依赖(Flutter doctor) 更新Flutter 下载安装包 打开:https://flutter.dev/docs/get-started/install 选择自己的平台:比如windows 此处点击下载没有反应,flutter官网 阅读全文

posted @ 2019-04-18 23:25 Deonew 阅读(312) 评论(0) 推荐(0)

导航