Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b235d0d

Browse files
author
xubinggui
committed
add iosched app, a simulated network state tools, debug android devices visa chrome
1 parent bfa4f2a commit b235d0d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

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

1429-
1. Afinal
1429+
1. Afinal and
14301430
Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据
14311431
项目地址:https://github.com/yangfuhai/afinal
14321432
官网网址:http://www.afinal.org
@@ -1996,6 +1996,11 @@ APK地址:https://play.google.com/store/apps/details?id=nl.mpcjanssen.todotxth
19961996
APK地址:https://play.google.com/store/apps/details?id=net.nurik.roman.muzei
19971997
<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>
19981998

1999+
(14) iosched
2000+
The Google I/O 2014 Android App
2001+
项目地址:https://github.com/google/iosched
2002+
APK地址:https://play.google.com/store/apps/details?id=com.google.samples.apps.iosched
2003+
19992004
## 第四部分 开发工具及测试工具
20002005
主要介绍和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>
20012006
#### 一、开发效率工具
@@ -2138,6 +2143,14 @@ py-uiautomator是一个对Android uiautomator用python进行封装的测试框
21382143
项目地址:https://github.com/xiaocong/uiautomator
21392144
<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>
21402145

2146+
1. Android py-uiautomator
2147+
Augmented Traffic Control: A tool to simulate network conditions(模拟网络状况)
2148+
项目地址:https://github.com/facebook/augmented-traffic-control
2149+
2150+
1. stetho
2151+
Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. 使用chrome来调试android设备
2152+
项目地址:https://github.com/facebook/stetho
2153+
21412154
#### 四、开发及编译环境
21422155
1. Buck
21432156
facebook开源的Android编译工具,效率是ant的两倍。主要优点在于:

0 commit comments

Comments
 (0)