Tom

Results 2 comments of Tom

Hi, I have a similar issue with the `canMakeNextRequest` but while searching. However the getMyFollowedArtists `canMakeNextRequest` does work for me. This is a code snippet I use, just call it...

Most likely this is a unnecessary complicated workaround but I have implemented it with a additional `public class RecyclerTouchListener implements RecyclerView.OnItemTouchListener` like this [one](https://www.androidhive.info/2016/01/android-working-with-recycler-view/) in section 6 step 12. After...