10個(gè)Android開源個(gè)性化View控件
字?jǐn)?shù)491
閱讀2334
評論6
喜歡32
在本文中,小編整理了10個(gè)Android開源項(xiàng)目中不錯(cuò)的個(gè)性化View控件,相信有你喜歡的。一起來Enjoy吧! 1.SlideAndDragListView 支持ListView的Item的拖動(dòng)排序、左右滑動(dòng)事件,可自定義左右滑動(dòng)顯示文字、圖標(biāo)、位移,同時(shí)支持onItemClick、onItemLongClick等監(jiān)聽器,提供豐富的回調(diào)接口。 項(xiàng)目地址:https://github.com/yydcdut/SlideAndDragListView 2.PinnedHeaderExpandableListView Android中,大家都用過ListView,ExpandableListView等,也許你還用過PinnedHeaderListView,但是如果我說PinnedHeaderExpandableListView,你聽過嗎? 它是一個(gè)ExpandableListView,但是它的頭部可以固定,其次,在它的上面還有一個(gè)頭部可以來回伸縮。一起來感受下吧! 項(xiàng)目地址: 3.CustomFastScrollView ListView 快速滑動(dòng),同時(shí)屏幕中間 PopupWindows 顯示滑動(dòng)到的 item 內(nèi)容或首字母。 項(xiàng)目地址: 4.ListViewAnimations ListViewAnimations是一個(gè)開放源代碼的Android庫,使開發(fā)人員能夠輕松地創(chuàng)建列表視圖與動(dòng)畫。隨意使用這一切你想要的。 項(xiàng)目地址: 5.SwipeMenuListView 針對 ListView item 的側(cè)滑菜單 項(xiàng)目地址: 6.PullToZoomInListView 一款A(yù)ndroid定制的ListView,滑動(dòng) ListView 時(shí)使其 HeaderView 跟隨滑動(dòng)縮放。 項(xiàng)目地址: 7.CalendarListview 實(shí)現(xiàn)每個(gè)月一行日歷效果的 ListView 項(xiàng)目地址: 8.PullSeparateListView 到頂部或底部時(shí)拉動(dòng),item分離效果。 項(xiàng)目地址: 9.ExtractWordView 一個(gè)可以提取單詞的 ListView,支持"放大鏡"效果。 項(xiàng)目地址: 10.WaterDropListView 模仿 iOS 下拉刷新“水滴”效果,支持下拉刷新和上拉加載。 項(xiàng)目地址: |
|