本文總結(jié)了最新的Android開發(fā)資源。下面列出的資源都是常用的,每個(gè)Android程序員都應(yīng)該知道,能大大方便App開發(fā)。Enjoy~
來源:Android開發(fā)周刊 中文的Android開發(fā)信息,資源匯總。每周更新
News Android開發(fā)前沿新聞?lì)?
Android Weekly- 一個(gè)免費(fèi)的新聞組,每周更新一次,幫助開發(fā)者了解業(yè)界最前沿信息(并非機(jī)器測(cè)評(píng)之類的文章,而是實(shí)打?qū)嵉母韶洠恐茏钚陆坛?,Android程序員訪談,加速App開發(fā)的各種庫和框架,業(yè)界開發(fā)者會(huì)議等 相當(dāng)推薦)。
Tutorials 教程:
ORM Object-relational mapping庫(數(shù)據(jù)庫相關(guān)):
OrmLite 一個(gè)輕量級(jí)的Java ORM 支持Android+SQLite
Design 設(shè)計(jì):
Android Patterns 匯聚了眾多關(guān)于UI交互的設(shè)計(jì)。幾乎你想問的每一個(gè)和交互設(shè)計(jì)有關(guān)的答案,例如:如果展示一組數(shù)據(jù), 都能在此找到設(shè)計(jì)答案。
Android Niceties 擁有幾千個(gè)Android應(yīng)用的截圖,通過設(shè)計(jì)模式分類,給你帶來設(shè)計(jì)靈感A collection of screenshots encompassing some of the most beautiful looking Android apps. Aiming to provide inspiration and insight into Android UI conventions.頭腦風(fēng)暴必備
Android Holo Colors Generator 在線聲場(chǎng)Holo風(fēng)格的組件圖標(biāo)資源 The Android Holo Colors Generator allows you to easily create Android components such as editext or spinner with your own colours for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.
ICS Apps 符合ICS設(shè)計(jì)規(guī)范的應(yīng)用集合??梢越梃b一下別人是怎么設(shè)計(jì)Android App的。 A list of apps doing a great job following the ICS design guidelines.
Dependency injection:
Dependency injection 大大降低了類之間的依賴性,可以通過annotation (Java)或是SeviceDepdendcy (.Net) 描述類之間的依賴性,避免了直接調(diào)用類似的構(gòu)造函數(shù)或是使用Factory來參加所需的類,從而降低類或模塊之間的耦合性,以提高代碼重用并增強(qiáng)代碼的可維護(hù)性。
RoboGuice Google Guice提供了Java平臺(tái)上一個(gè)輕量級(jí)的 Dependency injection 框架,并可以支持開發(fā)Android應(yīng)用。
Android Annotations Android Annotations 是一個(gè)開源的框架,用于加速 Android 應(yīng)用的開發(fā),可以讓你把重點(diǎn)放在功能的實(shí)現(xiàn)上,簡(jiǎn)化了代碼,提升了可維護(hù)性。AndroidAnnotations is an Open Source framework that speeds up Android development. It takes care of the plumbing, and lets you concentrate on what's really important. By simplifying your code, it facilitates its maintenance.
Networking (網(wǎng)絡(luò)通信):
Loopj – an asynchronous callback-based Http client for Android. 一個(gè)Android下的異步網(wǎng)絡(luò)通信庫
Volley 這個(gè)要強(qiáng)烈推薦一下。近期會(huì)出幾個(gè)關(guān)于Volley的Tutorials 在這之前,我們?cè)诔绦蛑行枰途W(wǎng)絡(luò)通信的時(shí)候,大體使用的東西莫過于AsyncTaskLoader,HttpURLConnection,AsyncTask,HTTPClient(Apache)等,今年的Google I/O 2013上,Volley發(fā)布了。Volley是Android平臺(tái)上的網(wǎng)絡(luò)通信庫,能使網(wǎng)絡(luò)通信更快,更簡(jiǎn)單,更健壯。尤其其中的NetworkImageView 用來加載網(wǎng)絡(luò)圖片實(shí)在是很方便。
Tools 開發(fā)工具:
Application Crash Report – ACRA 自動(dòng)將Android程序崩潰錯(cuò)誤發(fā)送至Google文檔。但,萬惡的GFW可能會(huì)使這個(gè)功能在墻內(nèi)無法使用。a library enabling Android Application to automatically post their crash reports to a GoogleDoc form.
Android Studio 還在使用Eclipse+ADT開發(fā)調(diào)試Android 程序?試試Google官方最新推出的基于Gradle+IntelliJ IDEA的Android Studio吧。對(duì)于多人寫作項(xiàng)目,甚至個(gè)人項(xiàng)目都能大大加速開發(fā)流程(例如,依賴包管理,一次打包多個(gè)APK,Keystore管理等等 試了才知道)。
UI組件:
ActionBarSherlock 大名鼎鼎的第三方實(shí)現(xiàn)ActionBar的庫,不過以后估計(jì)用的人會(huì)越來越少吧,畢竟ActionBarCompat已經(jīng)出了,解決了向下兼容ActionBar的問題。
Pull To Refresh Twitter發(fā)明的Pull To Refresh 交互模式。這個(gè)庫在Android上完美地實(shí)現(xiàn)了該模式,大家應(yīng)該都已經(jīng)熟知了。
Progress Wheel 自定義Progress bar。This is a custom component for Android intended for use instead of a progress bar.
ColorPicker 顏色選取器 – to create color picker in preferences.
Segmented Radio Button – 實(shí)現(xiàn)iOS系統(tǒng)上的Segmented Control 。implementation of iPhone’s segmented control.
PhotoView 實(shí)現(xiàn)Android上圖片顯示的縮放以及手勢(shì)。Implementation of ImageView for Android that supports zooming, by various touch gestures.