Android 各种实用炫酷开源框架代码

目前想记录一些动画,方便以后运用,当然,这些都是一些开源上的,看见这篇博客,记录以后可能会用到的,所以在此记录下来!(以后看见不错的会持续记录更新)

1.CircularProgressView

通过自定义view的方式实现的Material风格的加载提示控件,兼容任何版本。

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

2.sweet-alert-dialog

一个带动画效果的自定义对话框样式

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

3.ToggleButton
状态切换的 Button,类似 iOS,用 View 实现
项目地址:https://github.com/zcweng/ToggleButton

4.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

5.Side-Menu.Android

分类侧滑菜单。
项目地址:https://github.com/Yalantis/Side-Menu.Android

6.Context-Menu.Android

可以方便快速集成漂亮带有动画效果的上下文菜单。
项目地址:https://github.com/Yalantis/Context-Menu.Android

7.Pull-to-Refresh.Rentals-Android
提供一个简单可以自定义的下拉刷新实现。
项目地址:https://github.com/Yalantis/Pull-to-Refresh.Rentals-Android

8.AndroidSwipeLayout

滑动Layout,支持单个View,ListView,GridView
项目地址:https://github.com/daimajia/AndroidSwipeLayout
Demo地址:Download Demo

9.Euclid
用户简历界面。
项目地址:https://github.com/Yalantis/Euclid

10.SpringIndicator

使用bezier实现粘连效果的页面指示

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

11.android-floating-action-button

Material Desig风格的浮动操作按钮

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

12.PersistentSearch

在点击搜索的时候控件在原有位置显示输入框。

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


 

13.粒子破碎效果

查看地址:https://www.jianshu.com/p/39a27bba44da

猜你喜欢

转载自blog.csdn.net/zach229/article/details/106255647