• Stars
    star
    101
  • Rank 331,055 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 10 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample app that shows android's ViewDragHelper usage

DragQueen

DragQueen is a sample app that shows how to use viewdraghelper to drag subviews of a parent view.

It consists of:

  • OuterLayout (the root element of our activity, the one that contains the views we want to drag)
  • a front panel which can be dragged

For more details check my blogpost here