日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 运维知识 > Android >内容正文

Android

黄聪:Android酷炫实用的开源框架(UI框架)(转)

發(fā)布時間:2025/3/17 Android 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 黄聪:Android酷炫实用的开源框架(UI框架)(转) 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

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

前言

忙碌的工作終于可以停息一段時間了,最近突然有一個想法,就是自己寫一個app,所以找了一些合適開源控件,這樣更加省時,再此分享給大家,希望能對大家有幫助,此博文介紹的都是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
提供一個簡單可以自定義的下拉刷新實(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,支持單個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

12.InstaMaterial
Instagram的一組Material 風(fēng)格的概念設(shè)計(jì)

項(xiàng)目地址:https://github.com/frogermcs/InstaMaterial

13.SpringIndicator

使用bezier實(shí)現(xiàn)粘連效果的頁面指示

項(xiàng)目地址:https://github.com/chenupt/SpringIndicator

14.BezierDemo

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

項(xiàng)目地址:https://github.com/chenupt/BezierDemo

15.FoldableLayout

折疊的信紙被打開一樣的動畫效果

項(xiàng)目地址:https://github.com/alexvasilkov/FoldableLayout

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

17.PersistentSearch

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

項(xiàng)目地址:https://github.com/Quinny898/PersistentSearch

18.circular-progress-button

帶進(jìn)度顯示的Button

項(xiàng)目地址:?https://github.com/dmytrodanylyk/circular-progress-button

19.discrollview

當(dāng)上下滾動的時候子元素會呈現(xiàn)不同動畫效果的scrollView,網(wǎng)頁上稱之為:視差滾動

項(xiàng)目地址:?https://github.com/flavienlaurent/discrollview

20.sweet-alert-dialog

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

項(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

23.NumberProgressBar

個簡約性感的數(shù)字進(jìn)度條

項(xiàng)目地址:https://github.com/daimajia/NumberProgressBar

24.CircularProgressView

CircularProgressView 是通過自定義view的方式實(shí)現(xiàn)的Material風(fēng)格的加載提示控件,兼容任何版本。

項(xiàng)目地址:https://github.com/rahatarmanahmed/CircularProgressView

25.OriSim3D-Android

opengl 實(shí)現(xiàn)了各種折紙效果,模擬了從一張紙折疊成一條船的整個過程

項(xiàng)目地址:?https://github.com/RemiKoutcherawy/OriSim3D-Android

轉(zhuǎn)載請注明:Android開發(fā)中文站???Android酷炫實(shí)用的開源框架(UI框架)

總結(jié)

以上是生活随笔為你收集整理的黄聪:Android酷炫实用的开源框架(UI框架)(转)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。