Amr Elghobary
Amr Elghobary
I guess you intiate the adapter with data after creating it. So, what if you got no data from the api, or want to clear the recycler?
You can found util functions to solve this issue: [FileUtil.java](https://github.com/zetbaitsu/Compressor/blob/master/app/src/main/java/id/zelory/compressor/sample/FileUtil.java) You can found more [here](https://stackoverflow.com/a/59123287/2489403).
This might be related to this issue: https://github.com/zetbaitsu/Compressor/issues/159#issuecomment-716134695
It happens with `FeedRemoteDataSource.nextPage()`. It seems it something with renewing the access token. If you could give more information on how to regenerate this bug, that would be great.
Hello @Slake07, It seems that you data model is different than the one in the database. I cannot debug the code like this. But mostly the problem is here: ```kotlin...
You are very welcome. But I guess i stumbled upon the same problem [here](https://github.com/amrro/nano-movies/blob/master/app/src/main/java/xyz/android/amrro/popularmovies/ui/home/HomeActivity.java#L52-L67), and that solved it. Waiting your feedback....
Hey @thebatu, Currently, I am working on updating the project to Kotlin. I am using this pattern and I have never faced this issue; however, I will test that over...
```kotlin accountHelper.reddit .subreddit("pics") .posts() .sorting(SubredditSort.NEW) .limit(20) .build() ```
If you are getting hard time reading the code in different modules, You could try refactoring the project and build a similar project with different API or add another feature...
Hey @TheReprator, I found this it might benefit you 