Draggableview GridView Project Drag-and-drop effect
Draggableview GridView Project Drag-and-drop effect, from the top of a samplegridcontainer integrated framelayout implementation
Dragcontroller.idragviewgroup, which mainly provided the ondragstart, ondragend,onmoveevent
Several methods to achieve drag and drop effect
Operating effect:
Related code
Draggableview GridView Project Drag-and-drop effect
Pulldownlistview High imitation drop-down eyes appear animation
Pickerview controls that mimic iOS, with time selection and option selection and support for 123-level linkage effects
Meizhi-master sister client supports video playback
Expandablepanel space view big picture effect
Slidebottompanel Bottom View
Eat steamed stuffed Bun animation animatepulltorefreshlistview
The most bull side-slip effect in menu history
Multicardmenu Overlay Menu
Vectalign-samples Warp Animation
<?xml version= "1.0" encoding= "UTF-8"?>
-<manifest package= "Su.levenetc.android.draggableview" xmlns:android= "http://schemas.android.com/apk/res/ Android "> <application android:theme=" @style/apptheme "android:allowbackup=" true "/> </manifest>
<?xml version= "1.0" encoding= "UTF-8"?>
-<manifest package= "Su.levenetc.android.sample" xmlns:android= "Http://schemas.android.com/apk/res/android" >-<application android:theme= "@style/apptheme" android:label= "@string/app_name" android:icon= "@mipmap/ic_ Launcher "android:allowbackup=" true ">-<activity android:label=" @string/app_name "Android:name=". Mainactivity ">-<intent-filter> <action android:name=" Android.intent.action.MAIN "/> <category Android:name= "Android.intent.category.LAUNCHER"/> </intent-filter> </activity> </application > </manifest>
Draggableview GridView Project Drag-and-drop effect