brucemax

Results 4 issues of brucemax

Tried Android 9 and Android 10 Android 9 is good, but for 10 attributes not apply I use material components lib (may be this help)

**Perceived idea awesomeness** - [ ] Wow, you don't have this yet? - [x] Would be super cool/nice to have. - [ ] I'm not sure a lot of people...

If add google play services dependency to demo or other project dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:appcompat-v7:22.2.0' compile 'com.github.asne:asne-facebook:0.3.3' compile 'com.github.asne:asne-linkedin:0.3.3' compile 'com.github.asne:asne-twitter:0.3.3' compile ('com.github.asne:asne-googleplus:0.3.3') compile 'com.google.android.gms:play-services:7.5.0'...

I use recycleview in motion layout and use ItemTouchHelper.Callback clearView() method for detecting item drop event (See https://stackoverflow.com/questions/35920584/android-how-to-catch-drop-action-of-itemtouchhelper-which-is-used-with-recycle) So from beta1 version clearView() calls every time when I cross next...