Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not loading items on Actual device #10

Open
amitsri20 opened this issue Jan 6, 2017 · 1 comment
Open

Not loading items on Actual device #10

amitsri20 opened this issue Jan 6, 2017 · 1 comment

Comments

@amitsri20
Copy link

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
Copy link
Owner

pwittchen commented Jan 6, 2017

Thank you for reporting the issue.

I have a few questions right now:

  • Can you provide more details about your problem?
  • Can you provide steps to reproduce or a piece of your code?
  • Can you provide failing unit test for the library?
  • What's the SDK version of this device? Is it custom Android OS?
  • Are you sure you configured library properly according to the instructions in README.md file?
  • Can you test sample app from this repository on your device to be sure that this problem is related to the library not to the concrete app you are developing?

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:

  • LG Nexus 5 emulator
  • LG Nexus 5 device
  • Motorola Nexus 6 device

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants