pwittchen / InfiniteScroll

Infinite Scroll (Endless Scrolling) for RecyclerView in Android
Apache License 2.0
189 stars 26 forks source link

Not loading items on Actual device #10

Open amitsri20 opened 7 years ago

amitsri20 commented 7 years ago

I have a serious issue, infinite loading is working when I am running on Android Emulator(Nexus 6) but on actual device it's not working.(I have tried on MI Note 3 and Moto G).

I am not even getting any error or exception.

Please suggest.

Tell me if any additional information is needed.

pwittchen commented 7 years ago

Thank you for reporting the issue.

I have a few questions right now:

I would like to help you, but I don't have mentioned device to check it out. In my case, sample app works correctly on:

As a reference, you can also take a look at my another app for searching tweets, which uses this library and is available at https://github.com/pwittchen/SearchTwitter.

The concrete piece of code related to the library usage can be found here: https://github.com/pwittchen/SearchTwitter/blob/master/app/src/main/java/com/pwittchen/search/twitter/ui/MainActivity.java#L114.