Andoird是開源項目,網(wǎng)上也有很多實用開源資源可供開發(fā)者直接使用,下面是從網(wǎng)上收集整理的一些資源。持續(xù)更新。。。。
一、常用工具類庫:
1、Afinal:Afinal是一個Android快速開發(fā)工具庫,Afinal的宗旨是簡潔,快速。約定大于配置的方式。盡量一行代碼完成所有事情。
GitHub:https://github.com/yangfuhai/afinal
OSChina:http://www.oschina.net/p/afinal
2、android-async-http: Android下的異步HTTP庫。
l 發(fā)送異步http請求,并且可在回調(diào)函數(shù)中處理返回響應Response。
l http請求在thread線程,不會阻塞UI線程。
l 請求使用線程池(ThreadPool)實現(xiàn),優(yōu)化了并發(fā)的資源使用。
l 支持Multipart 文件上傳。
l 如果Request請求失敗,會自動請求。
l 支持Json解碼。
l 支持存儲Cookies到Preference中。
l 支持gzip處理Request以及Response。
l 整個庫只有19KB。
GitHub:https://github.com/loopj/android-async-http
3、async-http-client: Android下的異步 Http 和 WebSocket 庫。
l 支持代理設置
l 支持分片兒處理請求返回內(nèi)容
l 支持WebSocket
GitHub:https://github.com/AsyncHttpClient/async-http-client
4、zt-zip: 壓縮和解壓庫。
l 壓縮和解壓
l 單獨操作文件壓縮和解壓。
l 替換zip文件中的某個文件
GitHub:https://github.com/zeroturnaround/zt-zip
5、aFileChooser:文件選擇器,用于選擇需要操作的文件。
GitHub:https://github.com/iPaulPro/aFileChooser
6、jsoup: HTML解析,并且能很好理解DOM,CSS,以及JQuery。
PS:這是JAVA庫。做網(wǎng)頁爬蟲(Crawler,Robot)必備。
GitHub:https://github.com/jhy/jsoup
官網(wǎng):http://jsoup.org/
7、toml:這是個跨語言的配置信息存取方案。
GitHub:https://github.com/mojombo/toml
二、圖標資源:
1、Androiton-Action-Bar-Icons:一個針對Android 優(yōu)化過的ICON圖標集。
GitHub:https://github.com/svenkapudija/Androton-Action-Bar-Icons
Demo:
https://a248.e.akamai.net/camo.github.com/13191b852f282fa929aad94cccc4d885c77e5d2a/687474703a2f2f692e696d6775722e636f6d2f576b654e496b522e706e67
2、http://iconsparadise.com/ 質(zhì)量一般,但也是一種選擇
3、http://iconbench.com/ 在線產(chǎn)生一些小圖標
4、http://www.androidicons.com/ 圖標質(zhì)量很不錯,但是要付費
5、https://code.google.com/p/android-ui-utils/ 用來在線生成符合Android Design風格的設計圖標。
三、一些手冊
1、Android圖形界面設計手冊,可以用來快速查看圖標的大小、ActionBar的Height等瑣碎的Android Design要求。
Web:http://petrnohejl.github.io/Android-Cheatsheet-For-Graphic-Designers/#google-play-asset-dimensions
GitHub:https://github.com/petrnohejl/Android-Cheatsheet-For-Graphic-Designers
2、Android 官方UI設計手冊
原版下載:https://s.yunio.com/Ea8jMb
中文翻譯版本:http://adchs.sourceforge.net/index.html
鏡像1:http://www.apkbus.com/design/
鏡像2:http://www.freemindworld.com/adchs/
鏡像3:http://www.topfun.us/adchs/
離線版本打包:https://s.yunio.com/d6_LFg