@@ -309,6 +309,12 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.baobomb.popuplis
309
309
效果图:
310
310
![ Renderings] ( https://raw.githubusercontent.com/canyinghao/CanRefresh/master/pic/CanRefresh.gif )
311
311
312
+ 1 . NestRefreshLayout
313
+ 下拉刷新及加载更多控件,支持多种View,可以自定义Header和Footer
314
+ 由于实现了NestedScrollingChild和NestedScrollingParent所以与Support-Design兼容,可以配合CollapsingToolbarLayout使用
315
+ 项目地址:https://github.com/anzewei/NestRefreshLayout
316
+ Demo 地址:https://github.com/anzewei/NestRefreshLayout/blob/master/ext/sample-debug.apk?raw=true
317
+
312
318
#### 二、ActionBar
313
319
1 . ActionBarSherlock
314
320
为 Android 所有版本提供统一的 ActionBar,解决 4.0 以下 ActionBar 的适配问题
@@ -1323,6 +1329,12 @@ Android 扁平化风格的组件,支持一些自定义样式
1323
1329
Demo 地址:https://play.google.com/store/apps/details?id=me.imid.swipebacklayout.demo
1324
1330
APP 示例:知乎
1325
1331
1332
+ 1 . ParallaxBackLayout
1333
+ 视差滑动返回的 Activity
1334
+ 项目地址:https://github.com/anzewei/ParallaxBackLayout
1335
+ Demo 地址:https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/demo.apk?raw=true
1336
+ 效果图:![ Renderings] ( https://github.com/anzewei/ParallaxBackLayout/blob/master/ext/v0.2.gif )
1337
+
1326
1338
1 . android-styled-dialogs
1327
1339
可自定义样式的 dialog,默认与 Holo 主题样式一致,在 Android2.2 以上同一样式
1328
1340
项目地址:https://github.com/inmite/android-styled-dialogs
@@ -2617,6 +2629,11 @@ dagger 的 intellij 插件
2617
2629
项目地址:https://github.com/zzz40500/GsonFormat
2618
2630
效果图:![ Renderings] ( https://camo.githubusercontent.com/fbf4b89e2ec64e80d351f725d11762ebd2b7a515/687474703a2f2f75706c6f61642d696d616765732e6a69616e7368752e696f2f75706c6f61645f696d616765732f3136363836362d303766333038346262363735386566612e676966 )
2619
2631
2632
+ 1 . Json2Class
2633
+ 根据Json生成Java文件的Android Studio/IntelliJ IDEA 插件,并且可以选择Parcelable或者Serializable
2634
+ 项目地址:https://github.com/anzewei/Json2Class
2635
+ 效果图:![ Renderings] ( https://raw.githubusercontent.com/anzewei/Json2Class/master/screenshot/screenshot_15002.png )
2636
+
2620
2637
1 . 9-Patch-Resizer
2621
2638
自动生成 png 及点 9 图片的不同分辨率版本
2622
2639
项目地址:https://github.com/redwarp/9-Patch-Resizer
0 commit comments