Skip to content

Commit 1cf39bb

Browse files
committed
Code format
1 parent 78f3761 commit 1cf39bb

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ Demo地址:https://play.google.com/store/apps/details?id=cn.trinea.android.dem
14361436
基于Afinal,包含DbUtils、ViewUtils、HttpUtils、BitmapUtils四大模块,可用于快速开发
14371437
项目地址:https://github.com/wyouflf/xUtils
14381438

1439-
1. Afinal and
1439+
1. Afinal
14401440
Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据
14411441
项目地址:https://github.com/yangfuhai/afinal
14421442
官网网址:http://www.afinal.org
@@ -2020,12 +2020,11 @@ APK地址:https://play.google.com/store/apps/details?id=net.nurik.roman.muzei
20202020
项目地址:https://github.com/JayFang1993/ScanBook
20212021
APK地址:http://www.wandoujia.com/apps/com.scanbook
20222022

2023-
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
2024-
2025-
(14) iosched
2023+
(15) iosched
20262024
The Google I/O 2014 Android App
20272025
项目地址:https://github.com/google/iosched
2028-
APK地址:https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched
2026+
APK地址:https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched
2027+
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
20292028

20302029
## 第四部分 开发工具及测试工具
20312030
主要介绍和Android开发工具和测试工具相关的开源项目。 <a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
@@ -2167,15 +2166,15 @@ APT是腾讯开源的一个Android平台高效性能测试组件,提供丰富
21672166
1. Android py-uiautomator
21682167
py-uiautomator是一个对Android uiautomator用python进行封装的测试框架.
21692168
项目地址:https://github.com/xiaocong/uiautomator
2170-
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
21712169

2172-
1. Android py-uiautomator
2173-
Augmented Traffic Control: A tool to simulate network conditions(模拟网络状况)
2174-
项目地址:https://github.com/facebook/augmented-traffic-control
2170+
1. Augmented Traffic Control
2171+
模拟网络状况,包括带宽、时延抖动、丢包率、错包率、包重排率
2172+
项目地址:https://github.com/facebook/augmented-traffic-control
21752173

21762174
1. stetho
2177-
Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. 使用chrome来调试android设备
2178-
项目地址:https://github.com/facebook/stetho
2175+
强大的 Android Debug 工具。支持网络请求监控以及数据库查看,可以和 Chrome DevTools 结合或者命令行模式。
2176+
项目地址:https://github.com/facebook/stetho
2177+
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
21792178

21802179
#### 四、开发及编译环境
21812180
1. Buck

0 commit comments

Comments
 (0)