25個(gè)實(shí)用酷炫的Android開源UI框架
最近找了一些合適開源控件,這樣在日常工作中會更加省時(shí),再此分享給大家,希望能對大家有幫助,此博文介紹的都是UI上面的框架,接下來會有其他的開源框架(如:HTTP框架、DB框架)。
1.Side-Menu.Android
分類側(cè)滑菜單,Yalantis 出品。
項(xiàng)目地址:https://github.com/Yalantis/Side-Menu.Android

2.Context-Menu.Android
可以方便快速集成漂亮帶有動畫效果的上下文菜單,Yalantis出品。
項(xiàng)目地址:https://github.com/Yalantis/Context-Menu.Android

3.Pull-to-Refresh.Rentals-Android
提供一個(gè)簡單可以自定義的下拉刷新實(shí)現(xiàn),Yalantis 出品。
項(xiàng)目地址:https://github.com/Yalantis/Pull-to-Refresh.Rentals-Android

4.Titanic
可以顯示水位上升下降的TextView
項(xiàng)目地址:https://github.com/RomainPiel/Titanic

5.AndroidSwipeLayout
滑動Layout,支持單個(gè)View,ListView,GridView
項(xiàng)目地址:https://github.com/daimajia/AndroidSwipeLayout
Demo地址:Download Demo

6.Android Typeface Helper
可以幫你輕松實(shí)現(xiàn)自定義字體的庫
項(xiàng)目地址:https://github.com/norbsoft/android-typeface-helper

7.android-lockpattern
Android的圖案密碼解鎖
項(xiàng)目地址:https://code.google.com/p/android-lockpattern/
Demo地址:https://play.google.com/store/apps/details?id=group.pals.android.lib.ui.lockpattern.demo
文檔介紹:https://code.google.com/p/android-lockpattern/wiki/QuickUse
APP示例:Android開機(jī)的圖案密碼解鎖,支付寶的密碼解鎖

8.ToggleButton
狀態(tài)切換的 Button,類似 iOS,用 View 實(shí)現(xiàn)
項(xiàng)目地址:https://github.com/zcweng/ToggleButton

9.WilliamChart
繪制圖表的庫,支持LineChartView、BarChartView和StackBarChartView三中圖表類型,并且支持 Android 2.2及以上的系統(tǒng)。
項(xiàng)目地址:https://github.com/diogobernardino/WilliamChart
Demo地址:https://play.google.com/store/apps/details?id=com.db.williamchartdemo
Demo項(xiàng)目:https://github.com/diogobernardino/WilliamChart/tree/master/sample

10.實(shí)現(xiàn)滑動ViewPager漸變背景色
項(xiàng)目地址:https://github.com/TaurusXi/GuideBackgroundColorAnimation

11.Euclid
用戶簡歷界面,Yalantis 出品。
項(xiàng)目地址:https://github.com/Yalantis/Euclid

Instagram的一組Material 風(fēng)格的概念設(shè)計(jì)
項(xiàng)目地址:https://github.com/frogermcs/InstaMaterial

使用bezier實(shí)現(xiàn)粘連效果的頁面指示
項(xiàng)目地址:https://github.com/chenupt/SpringIndicator

14.BezierDemo
仿qq消息氣泡拖拽消失的效果。
項(xiàng)目地址:https://github.com/chenupt/BezierDemo

折疊的信紙被打開一樣的動畫效果
項(xiàng)目地址:https://github.com/alexvasilkov/FoldableLayout

16.Taurus
下拉刷新,Yalantis 出品。(是不是有點(diǎn)似曾相識呢?)
項(xiàng)目地址:https://github.com/Yalantis/Taurus

在點(diǎn)擊搜索的時(shí)候控件在原有位置顯示輸入框。
項(xiàng)目地址:https://github.com/Quinny898/PersistentSearch

帶進(jìn)度顯示的Button
項(xiàng)目地址: https://github.com/dmytrodanylyk/circular-progress-button

19.discrollview
當(dāng)上下滾動的時(shí)候子元素會呈現(xiàn)不同動畫效果的scrollView,網(wǎng)頁上稱之為:視差滾動
項(xiàng)目地址: https://github.com/flavienlaurent/discrollview

一個(gè)帶動畫效果的自定義對話框樣式
項(xiàng)目地址:https://github.com/pedant/sweet-alert-dialog

21.android-floating-action-button
Material Desig風(fēng)格的浮動操作按鈕
項(xiàng)目地址:https://github.com/futuresimple/android-floating-action-button

22.android-collapse-calendar-view
可以在月視圖與周視圖之間切換的calendar控件
項(xiàng)目地址:https://github.com/blazsolar/android-collapse-calendar-view

個(gè)簡約性感的數(shù)字進(jìn)度條
項(xiàng)目地址:https://github.com/daimajia/NumberProgressBar

CircularProgressView 是通過自定義view的方式實(shí)現(xiàn)的Material風(fēng)格的加載提示控件,兼容任何版本。
項(xiàng)目地址:https://github.com/rahatarmanahmed/CircularProgressView

opengl 實(shí)現(xiàn)了各種折紙效果,模擬了從一張紙折疊成一條船的整個(gè)過程
項(xiàng)目地址: https://github.com/RemiKoutcherawy/OriSim3D-Android

好了先整理這些,其實(shí)還有很多有趣實(shí)用的Android UI框架,以后我會慢慢整理出現(xiàn)添加上來,希望這些能對大家有用
相關(guān)文章
Android依據(jù)名字通過反射獲取在drawable中的圖片
依據(jù)圖片的名字,通過反射獲取其在drawable中的ID,在根據(jù)此ID顯示圖片,具體實(shí)現(xiàn)如下,感興趣的朋友可以參考下哈2013-06-06
Android開發(fā)系列二之窗口Activity的生命周期
這篇文章主要介紹了Android學(xué)習(xí)系列二之窗口Activity的生命周期的相關(guān)資料,需要的朋友可以參考下2016-05-05
Android ListView常見的優(yōu)化方式詳解
這篇文章主要介紹了Android ListView常見的優(yōu)化方式詳解的相關(guān)資料,需要的朋友可以參考下2017-02-02
Android自定義View實(shí)現(xiàn)搜索框(SearchView)功能
這篇文章主要為大家詳細(xì)介紹了Android自定義View實(shí)現(xiàn)搜索框SearchView功能,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下2017-11-11
Android簡單實(shí)用的可拖拽GridView組件分享
在我們?nèi)粘i_發(fā)中,使用?GridView?這種網(wǎng)格視圖的場合還是不少的,本篇我們來介紹一個(gè)支持拖拽的?GridView?組件,可以輕松搞定網(wǎng)格視圖的拖拽排序,需要的可以參考一下2023-06-06

