KedditBySteps
KedditBySteps copied to clipboard
Small Reddit Android client developed with Kotlin
Results
2
KedditBySteps issues
Sort by
recently updated
recently updated
newest added
It appears that you don't need to store ```visibleItemCount```, ```totalItemCount``` and ```firstVisibleItem``` as member variables of the listener, since they are recalculated on every invocation of ```onScrolled``` and aren't used...
- Use compile SDK version 28 - Gradle 5.1.1 - Use new version of Kotlin Coroutine 1.2.1 - Update unit test with Spek