Android Endless Adapter

十年热恋 提交于 2019-12-01 05:18:38

问题


Im using the endless adapter http://github.com/commonsguy/cwac-endless however whenever i return false (because i dont have anymore data to append) , as stated here http://github.com/commonsguy/cwac-endless/blob/master/README.markdown in appendinbackground, my activity crashes and in Logcat i get a message saying indexoutofbounds etc.

How do I make it so that I can stop loading extra data?


回答1:


As stated on the page you linked to:

If you have questions regarding the use of this code, please join and ask them on the cw-android Google Group. Be sure to indicate which CWAC module you have questions about.

We will need your stack trace as well, showing the exception.



来源:https://stackoverflow.com/questions/1656593/android-endless-adapter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!