Dima Khaver
Dima Khaver
@techyourchance Installing from "master" branch. I suppose it's a bug, I am using Xiaomi Pocofone (Android 10) here's the stacktrace - I would be able to provide more details if...
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() +...
### My question is based on this diagram which shows the decision tree for NetworkBoundResource class: https://developer.android.com/jetpack/guide Main logic behind fetching data from the database or from the network is...
Is it possible to add these parameters programmatically ? app:bring_to_clamp="150dp" app:clamp="self" app:sticky="100dp"