Eliezer Graber

Results 146 comments of Eliezer Graber

Unfortunately I didn't copy the pertinent info from the log and GitHub deleted it, but I believe this is the same issue https://github.com/vanniktech/gradle-maven-publish-plugin/issues/259

@premnirmal If you need just `CENTER_CROP` check out https://github.com/staticbloc/media which offers that functionality for the camera (the classes involved are in the UI package, and there's a sample app that...

I'm pretty sure I have a forked repo with these changes. If you want to include it in your project, the maven dependency should be com.staticbloc.twv:layouts:1.0.0 and com.staticbloc.twv:core:1.0.0

I think I might've added some stuff to the decorators for convenience. You can look at the commit history in the fork.

I've been seeing a similar issue, when I remove the first item in an adapter (position 0), and then call notifyItemRemoved(0). If I change it to notifyDataSetChanged() I have no...

@lucasr Have you started implementing drag-drop yet? I was going to port my AbsListView version to RecyclerView, but I'd much rather use TwoWayView :-) I took a quick look, and...

Cool. I can implement it as a subclass of TwoWayView, or in TwoWayView itself (via a helper class). Which would you prefer?

Implemented in PR https://github.com/lucasr/twoway-view/pull/149

@HoracioFilho I believe the way to do this is with a RecyclerView.ItemAnimator.

@HoracioFilho I haven't really looked into it, but shouldn't ItemAnimator.animateMove do the trick?