软件项目开发工具库积累

来源:互联网 发布:通过ip查mac地址命令 编辑:程序博客网 时间:2024/04/26 11:18

1. 常用安卓模拟器

逍遥安卓
海马玩
BlueStack模拟器

2. 常用后台托管服务提供

http://www.bmob.cn/
https://leancloud.cn/?source=DMU17XHH (2016 年 2 月 19 日:云服务中断半小时并通过邮件给出了故障说明)
http://developer.baidu.com/

3. 聊天表情开源库

emoji

4. 研发常用工具

JIRA bug管理
Jenkins 自动编译系统(https://jenkins.io/)
github 代码管理
trello任务管理(https://trello.com/)

5. App Crash分析工具

crashlytics

6. 常用开发者支持平台

http://dev.aliyun.com/
http://dev.baidu.com/
http://open.qq.com/

http://dev.smartisan.com/
http://open.app.360.cn/
http://dev.xiaomi.com/
http://open.letv.com/dev-web/index.html

http://developer.qiniu.com/
http://docs.jpush.io/
http://dev.umeng.com/
(google推出:http://www.flurry.com/)

https://developers.google.com
https://developer.amazon.com/public/zh/solutions/platforms

7. 个人免费常用翻墙工具

latern

8. 异地远程办公会议调试常用工具

officeonline sharepoint
skype for business

9. App测试平台

http://www.testin.cn/

10. 多媒体云直播平台

金山RTMP云直播:https://github.com/MDD-DROID/KsyLiveAndroidSDK.git
阿里HLS云直播:
360直播功能

11. android及多媒体开发常用代码库

https://github.com/TonicArtos/StickyGridHeaders
https://github.com/TonicArtos/SuperSLiM
https://github.com/bumptech/glide
https://github.com/facebook/fresco.git (http://frescolib.org/)
https://github.com/edmodo/cropper
https://github.com/dm77/barcodescanner
https://github.com/sannies/mp4parser
https://webrtc.org/
https://www.ffmpeg.org/
https://www.vitamio.org/(视频播放器框架)
https://github.com/JakeWharton/NineOldAndroids.git(兼容Android2.2的动画开发库)
https://github.com/EasyDarwin/EasyAACEncoder(G.711/G.726转AAC库)

12. android常用开发技术

热修复技术(https://github.com/alibaba/AndFix)
数据库框架(https://github.com/litesuits/android-lite-orm)
下拉刷新库(https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh)

13. Java学习资料

http://www.tutorialspoint.com/java/java_vector_class.htm

14. App事件统计

google analytic: https://analytics.google.com
umeng statistics: http://www.umeng.com/
xiaomi statistics: http://dev.xiaomi.com/docs/stat/user_guide/

15. SMS短信服务平台

telesign http://docs.telesign.com/rest/content/verify-sms.html

16. 常用在线图标转换平台

PNG转ICO平台: http://converticon.com/

17. windows crash日志工具

WinCrashReport http://www.nirsoft.net/utils/application_crash_report.html

18. 开源云平台系统

https://owncloud.org/

19. 问卷调查平台

http://www.sojump.com/

20. 网络数据包捕获和分析工具

通用抓包工具:tcpdump(http://www.tcpdump.org/)
android抓包工具: fiddler (http://www.telerik.com/fiddler)
Mac抓包工具:Charles (https://www.charlesproxy.com/)
数据包分析工具:wireshark (https://www.wireshark.org/download.html)

21. 运营商和地域网络监测工具

http://www.17ce.com/
http://ce.cloud.360.cn/

(持续更新中… …)

0 0