忘记了github还有搜索的功能,在搜索框打上 android ui 可以看到一些开源的android ui库
一些开源插件网站
Trinea 的开源项目库
https://github.com/Trinea/android-open-project
android版的bootstrap
https://github.com/Bearded-Hen/Android-Bootstrap/
flat ui
https://github.com/eluleci/FlatUI
gifview
各种插件
http://www.open-open.com/lib/view/open1389949357039.html
上百个Android开源项目分享
http://www.open-open.com/lib/view/open1328063267889.html
以下转载自:
http://www.eoeandroid.com/thread-496577-1-1.html
1.https://github.com/excilys/androidannotations
一个让你快速开发的开源框架,国外大牛们都在用,几乎包含了Android开发中的所有东西,可以让你的代码变的特别的清晰,而且易于日后的维护,我的应用完全都是用这个框架来开发的,可以交流。
2.https://github.com/facebook/rebound
这个是由Facebook提供的一个物理动画库,别以为它只是想demo上那样只会弹一下,Facebook中大部分动画都是用它完成的,看着国外大牛们用这个写的东西会让你很意外,它是用来模拟物理世界的动画库,可千万别以为只会弹一下。
应用截图
GIF不会做,用的时候会和看图有些区别的。
第三方库
1.https://github.com/keyboardsurfer/Crouton
这是一个类似toast的东西,可以自定义它的位置,样式,挺方便的。
2.https://github.com/flavienlaurent/discrollview
一个适合做开始动画的,里边动画样式挺全的很不错,点击看GIF吧。
3.https://github.com/hoang8f/android-flat-button
扁平化的按钮,适合整个应用使用,定义方便。
4.https://github.com/twotoasters/JazzyListView.
条目载入带动画的listview,动画很炫。
5.https://github.com/jfeinstein10/JazzyViewPager
和上一个一样,只是viewpager
6.https://github.com/ikocijan/MagicViews
用来定义字体的,支持的组件很多。
7.https://github.com/RomainPiel/Shimmer-android
像以前IOS滑动解锁那种光效,点击看GIF吧
8.https://github.com/47deg/android-swipelistview
就是我们常用的侧滑删除,很流畅,定义方便,很不错的项目
9.https://github.com/RomainPiel/Titanic
可以当loading用,有种水波的感觉,点击看GIF吧。
10.https://github.com/JakeWharton/NineOldAndroids
兼容用动画库,详细大部分项目都在用这个