摘要:
项目用到,实现一个recyclerView列表的item翻转动效,翻转的同时会将指定item置顶。 (比如交换AB位置,A在0位置,指定的item B 在 i 位置) 原始使用的是插入B到0位置,然后移除B 这样插入移除更新引起的问题即是recyclerView的item错乱和重复,并且不是在rec 阅读全文
摘要:
Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. 在打印的log中找到问题 发现是缺少一 阅读全文