Android酷炫實用的開源框架——UI框架(轉)

轉載別人整理好的文章,列出了不少炫酷的UI開源設計html

原文地址:http://www.androidchina.net/1992.htmlandroid

 

1.Side-Menu.Android
分類側滑菜單,Yalantis 出品。
項目地址:https://github.com/Yalantis/Side-Menu.Androidgit

Android酷炫實用的開源框架(UI框架)

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

Android酷炫實用的開源框架(UI框架)

3.Pull-to-Refresh.Rentals-Android
提供一個簡單能夠自定義的下拉刷新實現,Yalantis 出品。
項目地址:https://github.com/Yalantis/Pull-to-Refresh.Rentals-Androidapp

Android酷炫實用的開源框架(UI框架)

4.Titanic
能夠顯示水位上升降低的TextView
項目地址:https://github.com/RomainPiel/Titanic框架

Android酷炫實用的開源框架(UI框架)

5.AndroidSwipeLayout
滑動Layout,支持單個View,ListView,GridView
項目地址:https://github.com/daimajia/AndroidSwipeLayout
Demo地址:Download Demoide

Android酷炫實用的開源框架(UI框架)

6.Android Typeface Helper
能夠幫你輕鬆實現自定義字體的庫
項目地址:https://github.com/norbsoft/android-typeface-helper字體

Android酷炫實用的開源框架(UI框架)

7.android-lockpattern動畫

Android的圖案密碼解鎖ui

項目地址: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開機的圖案密碼解鎖,支付寶的密碼解鎖

Android酷炫實用的開源框架(UI框架)

8.ToggleButton
狀態切換的 Button,相似 iOS,用 View 實現
項目地址:https://github.com/zcweng/ToggleButton

Android酷炫實用的開源框架(UI框架)

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

Android酷炫實用的開源框架(UI框架)

10.實現滑動ViewPager漸變背景色

項目地址:https://github.com/TaurusXi/GuideBackgroundColorAnimation

Android酷炫實用的開源框架(UI框架)

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

Android酷炫實用的開源框架(UI框架)

12.InstaMaterial

Instagram的一組Material 風格的概念設計

項目地址:https://github.com/frogermcs/InstaMaterial

Android酷炫實用的開源框架(UI框架)

13.SpringIndicator

使用bezier實現粘連效果的頁面指示

項目地址:https://github.com/chenupt/SpringIndicator

Android酷炫實用的開源框架(UI框架)

14.BezierDemo

仿qq消息氣泡拖拽消失的效果。

項目地址:https://github.com/chenupt/BezierDemo

Android酷炫實用的開源框架(UI框架)

15.FoldableLayout

摺疊的信紙被打開同樣的動畫效果

Android酷炫實用的開源框架(UI框架)

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

Android酷炫實用的開源框架(UI框架)

17.PersistentSearch

在點擊搜索的時候控件在原有位置顯示輸入框。

項目地址:https://github.com/Quinny898/PersistentSearch

Android酷炫實用的開源框架(UI框架)

18.circular-progress-button

帶進度顯示的Button

項目地址: https://github.com/dmytrodanylyk/circular-progress-button

Android酷炫實用的開源框架(UI框架)

19.discrollview

當上下滾動的時候子元素會呈現不一樣動畫效果的scrollView,網頁上稱之爲:視差滾動

項目地址: https://github.com/flavienlaurent/discrollview

Android酷炫實用的開源框架(UI框架)

20.sweet-alert-dialog

一個帶動畫效果的自定義對話框樣式

項目地址:https://github.com/pedant/sweet-alert-dialog

Android酷炫實用的開源框架(UI框架)

21.android-floating-action-button

Material Desig風格的浮動操做按鈕

項目地址:https://github.com/futuresimple/android-floating-action-button

Android酷炫實用的開源框架(UI框架)

22.android-collapse-calendar-view

能夠在月視圖與周視圖之間切換的calendar控件

項目地址:https://github.com/blazsolar/android-collapse-calendar-view

Android酷炫實用的開源框架(UI框架)

23.NumberProgressBar

個簡約性感的數字進度條

項目地址:https://github.com/daimajia/NumberProgressBar

Android酷炫實用的開源框架(UI框架)

24.CircularProgressView

CircularProgressView 是經過自定義view的方式實現的Material風格的加載提示控件,兼容任何版本。

項目地址:https://github.com/rahatarmanahmed/CircularProgressView

Android酷炫實用的開源框架(UI框架)

25.OriSim3D-Android

opengl 實現了各類摺紙效果,模擬了從一張紙摺疊成一條船的整個過程

項目地址: https://github.com/RemiKoutcherawy/OriSim3D-Android

Android酷炫實用的開源框架(UI框架)

來自:Android酷炫實用的開源框架(UI框架)

相關文章
相關標籤/搜索