Using DragableView
you can merge various views into one layout with drag and drop animation. For example if you have 3 ImageViews(source view) and one MainImageView(destination view) and you want to implement drag-drop animation to drag one of the ImageView
(source) and drop on MainImageView
(destination view).
from The Android Arsenal
No comments:
Post a Comment