Material-Animations github.com/lgvalle/Mate Material-Animations也是一个老牌且全面的动画库,你可以从中看到各式各样的动画交互效果,包括Activity/Fragment转场动画、共享元素、以及Circular Reveal(揭露动画)等。 animate github.com/hitherejoe/a 作者同样秀了各种有意思的Android交互效果。 以上就是几个优质开源库的...
Material-Animations 是一个很好过渡动画库, 可以应用于 Activity 与 Activity 之间的跳转, Fragment 与 Fragment 之间的跳转, 以及各个 View 变化前后的过渡动画 githubhttps://github.com/lgvalle/Material-Animations 3.NineOldAndroids NineOldAndroids 由 JakeWharton 大神开发的一个向下兼容的动画库, 主要是使低于...
https://github.com/googlesamples/android-topeka Topeka是一个趣味答题应用,由Google开源,应用内部展现了各种选题、答题的转场交互动画效果。 效果1效果2 Material-Animations https://github.com/lgvalle/Material-Animations Material-Animations也是一个老牌且全面的动画库,你可以从中看到各式各样的动画交互效果,包括Ac...
Material-Animations 安卓转场动画演示。 AndroidViewAnimations 安卓视图动画合集。 Transitions-Everywhere 一款教你正确使用Transitions API(Android 转场动画API)。 9. 图表库 MPAndroidChart 一款功能强大且易于使用的Android图表库(文章、文章)。 hellocharts Android的图表/图形库,多种图表类型均支持缩放,滚动和动画。 Wi...
Material-Animations:Material-Animations 是一个很好过渡动画库, 可以应用于 Activity 与 Activity 之间的跳转, Fragment 与 Fragment 之间的跳转, 以及各个 View 变化前后的过渡动画。 Android-Ultra-Pull-To-Refresh:开发者是廖祜秋, 这个是一个非常强大的下拉刷新库, 继承 ViewGroup 可以包含任何 View, 功能甚至比...
Material-Animations 是一个很好过渡动画库, 可以应用于 Activity 与 Activity 之间的跳转, Fragment 与 Fragment 之间的跳转, 以及各个 View 变化前后的过渡动画。代码不多,是新手学习动画很好的项目。 2 Retrofit https://github.com/square/retrofitStars 23686 ...
10. Material-Animations - Activity过度动画 11. AndroidViewAnimations - View炫酷动画 12. Recyclerview-animators - 列表动画库 工具类开源库 13. AndroidUtilCode - 工具接口库 14. zxing - 二维码一维码展示和解析 15. logger - log打印 16. stetho - debug调试桥 ...
recyclerview-animators 动画库 项目地址:https://github.com/wasabeef/recyclerview-animators 转场动画 项目地址:https://github.com/lgvalle/Material-Animations 其它View相关: 1.阴影控件 项目地址:https://github.com/yingLanNull/ShadowImageView 2. 简单的阴影控件 ...
material-design-dimens符合material design设计风格的color和dimens,可直接使用这个库的定义 https://github.com/DmitryMalkovich/material-design-dimens material-dialogshttps://github.com/afollestad/material-dialogs 动画 Material-Animationsmaterial风格的动画 https://github.com/lgvalle/Material-Animations ...
另外还介绍了一些MaterialDesign风格的动画类和概念:Circular Reveals ,AnimatedVectorDrawable,Window content transition,Shared element transitions,这些在5.0之前都是没有的,5.0自带了transition,circualr reveals这样的API,使得动画的种类更多样,同时动画的性能方面也表现的更好,一些support lib的支持,也可以让你在老版本...