# draggedView **Repository Path**: stuartPounds/draggedView ## Basic Information - **Project Name**: draggedView - **Description**: 高端拖拽控件,展开,收拢,固定某个按钮不动 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-04 - **Last Updated**: 2024-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #draggedView #our custom was very annoyying, they wanted us do some facinating affect that one button could be stable and others could be dragged easily. #so I find someone writen in github named liuyongkui. His blog is 'http://blog.csdn.net/sk719887916'. #the Adapter provide some method when you actually working with it. Method 'notify' is useless, the incoming list is not the one that I used for loading data into Adapter. # #/** get real content. you will skip the 'more' button.**/ #getContentList() # #/** reset the button data **/ #reLoadList(List list) # #/** you can hide or show the gridview only the first line will be shown **/ #hideItems(); #showItems();