File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
app/src/main/java/com/chinaztt/fda/test/RecyclerViewAA Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Android在线学习网站(项目驱动学习)网站:<a href="http://www.cniao5.c
41
41
一.RecyclerView控件完全解析;<br />
42
42
<a href =" http://blog.csdn.net/developer_jiangqq/article/details/49927631 " target =" _blank " >RecyclerView完全解析,让你从此爱上它(二十八)</a ></br >
43
43
<a href =" http://blog.csdn.net/developer_jiangqq/article/details/49946589 " target =" _blank " >RecyclerView完全解析之打造新版类Gallery效果(二十九)</a ></br >
44
+ <a href =" http://blog.csdn.net/developer_jiangqq/article/details/49967587 " target =" _blank " >RecyclerView完全解析之结合AA(Android Annotations)注入框架实例(三十)</a ></br >
44
45
</br >
45
46
<a href =" http://blog.csdn.net/developer_jiangqq " target =" _blank " >更多项目内容请详见CSDN博客!</a ></br >
46
47
Original file line number Diff line number Diff line change 18
18
import java .util .List ;
19
19
20
20
public abstract class RecyclerViewAdapterBase <T ,V extends View >extends RecyclerView .Adapter <ViewWrapper <V >>{
21
-
22
21
/**
23
22
* 存储需要绑定的数据
24
23
*/
You can’t perform that action at this time.
0 commit comments