PagingLibrary-Sample icon indicating copy to clipboard operation
PagingLibrary-Sample copied to clipboard

An open source app that is refactored to demo Paging Library from Android Jetpack

Results 8 PagingLibrary-Sample issues
Sort by recently updated
recently updated
newest added

Tried to test your code and here's the stack trace: "java.lang.IndexOutOfBoundsException: setSpan (73 ... 14) has end before start" this line of code: spannableString.setSpan(new ForegroundColorSpan(ContextCompat.getColor(context.getApplicationContext(), R.color.secondary_text)), titleString.lastIndexOf(author) + author.length() +...

I did not found the following files databinding.NetworkItemBinding databinding.FeedItemBinding

fix crash on news feed. Because you use image too huge.

when i initial set adapter, the initial loader is not shown

First thanks to you for this tutorial application. I am curious about to know some items that you have used in this application. those are follows. - why we set...