Dominik
Dominik
so this library is dead? Please remove it from github then. Your app badly needs library upgrades: +--- com.github.darsh2:MultipleImageSelect:v0.0.4 | +--- com.github.bumptech.glide:glide:3.6.0 -> 4.11.0 | | +--- com.github.bumptech.glide:gifdecoder:4.11.0 | |...
AndroidX is replacing the Support Library. Android-ObservableScrollView does currently not work with AndroidX.
You can easily replicate this problem if you do this: - Open **fragment_flexiblespacewithimagescrollview.xml** - In this XML in the TextView change **@string/lipsum** to **@string/lipsum_short.** - Start the demo. - Open...
How can I achieve a fixed tab layout that spreads across the entire width of the screen? Something like this: `tabLayout.setTabMode(TabLayout.MODE_FIXED);` The tabs should not scroll and only use the...
Is this another dead library? No updates in ages. Still advised to use it or not?
Is this library dead? No updates in ages.
I migrated to AndroidX and ever since then MaterialDesignLibrary prevents me from building successfully. I currently keep getting this error which I don't get when I comment out MaterialDesignLibrary from...
How can I use this library with Gradle in an Android project?
Generally it works fine but something is behaving very strange. I have this expandable list: ``` ``` and this is the layout of "layout_socialmedia_body": ``` ``` When I now tap...
After migrating to Android X I can't use this library anymore since it still uses the support library. Could you bring an update using Android X libraries? Thank you.