Android Open Source - UI ListView Drag DraggableListView






Project Summary

An Android ListView with drag & drop for apps with minSdkVersion="8" !.

Web Site / Source Repository

DraggableListView is hosted in the following web site
https://github.com/philcbrown/DraggableListView

If you think the Android project DraggableListView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of DraggableListView.

ItemValue
Java File Count6
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

There are 2 image files in DraggableListView. The names of the image files are listed as follows.

ic_drag.png
ic_list1.png

The following screenshort is generated from the image listed above.

null

Java Source Files

DraggableListView has the following Java source files.

com.ctrlb.draggablelist.DraggableGenericAdapter.java
com.ctrlb.draggablelist.DraggableListView.java
com.ctrlb.draggablelist.GenericAdapter.java
com.ctrlb.draggablelist.GenericDataProvider.java
com.ctrlb.draggablelist.MoveableDataProvider.java
com.ctrlb.draggablelist.demo.MainActivity.java