- 博客(5)
- 收藏
- 关注

原创 简单实现电商项目功能
电商项目1.添加依赖//glide依赖implementation(“com.github.bumptech.glide:glide:4.10.0”) {exclude group: “com.android.support”}//glide注解解析器annotationProcessor ‘com.github.bumptech.glide:compiler:4.10.0’//r...
2019-12-20 20:12:26
710
原创 购物车实现价格联动
在实体类中加入点击判断在自定义View加减器加减器的布局设置全选总价布局第一个适配器第一个适配器的布局第二个适配器第二个适配器的布局
2020-06-07 19:56:23
341
原创 GreenDao的使用
1、在项目的build文件下添加classpathclasspath ‘org.greenrobot:greendao-gradle-plugin:3.2.2’2、在mudle的build文件下添加greendaoapply plugin: ‘org.greenrobot.greendao’implementation ‘org.greenrobot:greendao:3.2.2’ // 添加库3、配置green到信息greendao{ //指定数据库schema版本号,迁移等操作会用到
2020-06-03 10:58:45
294
原创 Android studio简单实现二维码功能
1导入依赖二维码依赖//appimplementation ‘com.github.tongchexinfeitao:QRCodeLibrary:1.0’//根目录 allprojectsmaven { url ‘https://jitpack.io’ }//EventBus依赖implementation ‘org.greenrobot:eventbus:3.1.1’布局...
2019-12-30 19:33:39
2097
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人