1 listView嵌套GridView,RecyclerView
2 显示详细图片的时候遇到 fragment 在何时找到句柄?
解决Android SwipeRefreshLayout & RecyclerView使用的Bug
http://www.itnose.net/detail/6153273.html
No adapter attached; skipping layout exception at android.support.v7.widget.RecyclerView.addFocusables(RecyclerView.java:1486)
其实是RecyclerView没有初始化导致
Android ListView不响应OnItemClickListener解决办法
http://blog.csdn.net/leehong2005/article/details/9146643
Binary XML file line #19: Error inflating class android.support.v7.widget.Toolbar
手贱跟新了一下support 包 报错 没找到结果 吧原来的support靠过来 解决了