codepath / android_guides

Extensive Open-Source Guides for Android Developers
guides.codepath.com
MIT License
28.31k stars 6.35k forks source link

Endless scroll for recycler view not working with Nested Scroll View #248

Closed ananth10 closed 7 years ago

ananth10 commented 7 years ago

I have to implement Endless scroll for recyclerview but i am showing some content above recyclerview , so i have used recyclerview inside nestedscrollview , if i use like this , recyclerview draws all views at first time. so
endless scroll for calling web service keep on calling. could you suggest me any solution for this?

jmitchell38488 commented 7 years ago

Do you have example code and an example screenshot? Just a rough UI layout image would be fine. This is also something that's more appropriately asked on Stack Overflow than GitHub, unless this predicates an error in the code/guide.