Skip to content

Commit 59f7743

Browse files
committed
Add new line for small type
1 parent 367386d commit 59f7743

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ APP 示例:iReader
495495
1. ScreenSlideIndicator
496496
轻量级的圆形 Indicadtor,位置可以自由调整,不会对 ViewPager 产生任何影响。
497497
项目地址:[ScreenSlidePager](https://github.com/LyndonChin/Android-ScreenSlidePager)
498-
效果图:![Renderings](https://raw.githubusercontent.com/LyndonChin/Android-ScreenSlidePager/master/screenslidepager.gif)
498+
效果图:![Renderings](https://github.com/LyndonChin/AndroidScreenSlidePager/raw/master/art/sample.gif)
499499

500500
1. SmartTabLayout
501501
自定义的 Tab title strip,基于 Google Samples 中的 android-SlidingTabBasic 项目,滑动时 Indicator 可平滑过渡。
@@ -717,6 +717,7 @@ Demo 地址:https://raw.github.com/john990/WaveView/master/screenshot%26apk/de
717717

718718
#### 八、TextView
719719
包括 TextView 及所有继承自 TextView 控件,如 EditText、Button、RadioButton
720+
720721
1. android-flowtextview
721722
文字自动环绕其他 View 的 Layout
722723
项目地址:https://github.com/deano2390/FlowTextView
@@ -900,6 +901,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.github.ksoichiro
900901

901902
#### 十、TimeView
902903
包括 TimePicker、DatePicker、CalendarView、Clock 等时间相关控件
904+
903905
1. android-times-square
904906
Android 日历时间部件,支持选取单个日期,多个日期,及日期区间段和对话框形式显示
905907
项目地址:https://github.com/square/android-times-square
@@ -945,6 +947,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.doomonafireball.
945947

946948
#### 十一、TipView
947949
包括 Toast、角标、UndoBar 等提示性控件
950+
948951
1. Crouton
949952
丰富样式的 Toast,允许 alert、comfirm、info 样式及点击消失样式,允许设置 Toast 显示时间,允许自定义 View。 本文 32. SuperToasts 为其扩展版
950953
项目地址:https://github.com/keyboardsurfer/Crouton
@@ -1098,6 +1101,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=lecho.lib.hellochart
10981101

10991102
#### 十五、UI Style
11001103
不同样式的系统 UI 风格,如 IOS、Bootstrap 风格
1104+
11011105
1. UITableView
11021106
ios 风格控件,包括 Button、ListView、TableView
11031107
项目地址:https://github.com/thiagolocatelli/android-uitableview
@@ -1331,6 +1335,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=com.dexafree.materia
13311335

13321336
#### 一、依赖注入 DI
13331337
通过依赖注入减少 View、服务、资源简化初始化,事件绑定等重复繁琐工作
1338+
13341339
1. AndroidAnnotations(Code Diet)
13351340
android 快速开发框架
13361341
项目地址:https://github.com/excilys/androidannotations
@@ -1734,6 +1739,7 @@ android 上开源弹幕解析绘制引擎项目
17341739

17351740
#### 八、事件总线(订阅者模式)
17361741
通过发布/订阅事件解耦事件发送和接受,从而简化应用程序组件(Activities, Fragments 及后台线程)之间的通信
1742+
17371743
1. EventBus
17381744
greenrobot 的开源项目
17391745
项目地址:https://github.com/greenrobot/EventBus
@@ -1852,6 +1858,7 @@ Demo 地址:https://play.google.com/store/apps/details?id=group.pals.android.l
18521858

18531859
#### 十一、插件化
18541860
更多见:[Android 插件化作用、概念以及不错的资料(包括开源项目)和解决方案](http://www.trinea.cn/android/android-plugin/)
1861+
18551862
1. dynamic-load-apk
18561863
Android 动态加载 Apk,热部署,利用 ClassLoader 以及 Activity 代理的方式解决
18571864
项目地址:https://github.com/singwhatiwanna/dynamic-load-apk
@@ -1882,6 +1889,7 @@ Android ANR 监听,通过监听自己的 UI Thread 是否被执行确定是否
18821889

18831890
#### 十二、文件
18841891
对不同文档类型的处理,包括 PDF、Word、EPub、Html、Zip 等
1892+
18851893
1. purePDF
18861894
允许从任何运行的 SWF 文件读取和创建 PDF 文档
18871895
项目地址:https://github.com/sephiroth74/purePDF

0 commit comments

Comments
 (0)