DraggablePanel

screenshot of DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.

Overview:

Draggable Panel is an Android library created to build a draggable user interface similar to the new YouTube draggable video component based on Fragments or Views. This library offers two main classes for creating draggable user interfaces - DraggablePanel for use with fragments and DraggableView for use with views. It is created using the ViewDragHelper and ViewDragHelper.Callback components. This library works on Android 4.X or higher versions.

Features:

  • DraggablePanel: Widget to add to your layout for draggable user interface with fragments.
  • DraggableView: Widget to add to your layout for draggable user interface with views.
  • Customization: Ability to customize various view effects programmatically or using XML styleable attributes.

Summary:

Draggable Panel is an Android library that allows users to create draggable user interfaces similar to the YouTube draggable video component. It provides two main classes - DraggablePanel and DraggableView - for use with fragments and views respectively. The library works on Android 4.X and higher versions. It offers customization options for various view effects.