Davide Steduto
Davide Steduto
It's on the to do list, but unfortunately it will _not_ be soon.
To try the demo, you can now download the apk from the latest [release](https://github.com/davideas/FlexibleAdapter/releases). I've not created account on G.play yet :-(
@droidluv, I've provided a new apk of the Snapshot of today, I hope it will work on those devices. About play store, I want to publish it as final release...
@mikeKickserv, thank you for your message! I will need to study that library to not reinvent it, as I just saw it is possible to include key classes in my...
Trying to implement the swipe with `ViewDragHelper` "hidden" helper. Resources: - http://flavienlaurent.com/blog/2013/08/28/each-navigation-drawer-hides-a-viewdraghelper/ - http://fedepaol.github.io/blog/2014/09/01/dragging-with-viewdraghelper/ - https://github.com/fedepaol/dragqueen PS. This has wide extensions! (Later Panels?)
From a first analysis, it has a big implication on how the click listeners are set. Since the drag helper makes use of `onInterceptTouchEvent()` and `onTouchEvent()`, they might be coordinated...
Unfortunately, I still don't find a good alternative to improve the swipe capability: the _TouchListener_ seems to be the solution most used by others libraries, but here it will require...
@pkleczko, for the startup the code is tricky, because the child view number increases one by one as soon as, the view is bound, so all the child views inside...
@pkleczko, the duration has a little bug that I just verified at lines 400-401 of `AnimatorAdapter`. It seems that the `lastVisiblePosition` returned by `findLastVisibleItemPosition()` is lower than position just bound,...
@pkleczko, enableLogs and uncomment the logs in `AnimatorAdapter.calculateAnimationDelay()`, you can check the data of each animation, to me it doesn't happen at the first start up, only after the 2nd...