- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 用RecyclerView实现银行卡列表页面,支持item重叠,分离动画,入场动画等
PullSeparateRecyclerView GitHub地址: 点击这里功能滚动到头部或底部item可分离的RecyclerViewRecyclerView的item重叠RecyclerView的item入场动画共享元素跳转页面效果图 ;说明参考PullSeparateListView,让RecyclerView也可以item分离 https...
2018-07-23 19:08:59
1963
原创 把eclipse工程迁移到Android studio,build成功但run时报butterknife的错,error: duplicate class: class_name$$View(类重复)
1:删除eclipse项目中的.apt_generated文件夹和.factorypath文件 2:删除.classpath文件中的节点 3:重新导入到android studio中
2016-06-13 17:49:24
886
原创 使用Butter Knife 框架时报NullPointerException(Android studio或者IntelliJ IEDA开发,eclipse结构工程)
设置-->搜索Annotation Processor,保证Enable Annotation Processing打上勾就OK啦
2016-02-25 15:59:32
517
原创 Android Studio报错:Could not download junit.jar
具体错误如下;Error:A problem occurred configuring project ':app'.> Could not download junit.jar (junit:junit:4.12) > Could not get resource 'https://jcenter.bintray.com/junit/junit/4.12/junit-4.12.j
2016-01-12 17:24:18
7466
原创 Android用ant打包时更新build.xml(Mac)
1.首先保证自己的mac配置好Android和ant2.查看电脑中sdk版本对应的id,在Terminal中输入android list target ,会列出id号3.输入 android update project -n xx1 -t xx2 -p xx3 ,xx1(工程名称)xx2(id号)xx3(工程目录)4.注意更新时要把工程和依赖库都需要更新,再用ant打包
2016-01-12 12:05:26
790
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人