国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
Android開發(fā)者資源大匯總

本文總結(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)推薦)。
Android開發(fā)周刊 中文的Android開發(fā)信息,資源匯總。每周更新
Tutorials 教程:
Google Android Developer Android開發(fā)者官方網(wǎng)站,教程多,代碼精煉
CommonsWare – AdvAndroid  Android開發(fā)書籍The Busy Coder's Guide to Advanced Android Development
vogella Android Development Tutorial  隨著Android SDK版本同步升級(jí)的開發(fā)教程 經(jīng)常Google Android教程的同學(xué)會(huì)發(fā)現(xiàn)其實(shí)經(jīng)常被搜索引擎帶到這個(gè)地方來。
Dzone Javalobby 幾乎沒日更新的開發(fā)教程資源 作者眾多 資源豐富
Java Code Geeks 也是國外讀者眾多的Android開發(fā)教程匯總網(wǎng)站 更新頻率每周1~2次左右
ORM Object-relational mapping庫(數(shù)據(jù)庫相關(guān)):
OrmLite 一個(gè)輕量級(jí)的Java ORM 支持Android+SQLite
Active Record for Android  wrapper for SQLite on Android
Design 設(shè)計(jì):
Android Patterns  匯聚了眾多關(guān)于UI交互的設(shè)計(jì)。幾乎你想問的每一個(gè)和交互設(shè)計(jì)有關(guān)的答案,例如:如果展示一組數(shù)據(jù), 都能在此找到設(shè)計(jì)答案。
Google Android Design Guide  官方Android設(shè)計(jì)網(wǎng)站
Android App Patterns  大量的和App Pattern有關(guān)的應(yīng)用截圖 誰看誰知道
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.
 
Android 4.0 Design Startkit  登錄Twitter tweet一下它的鏈接,就能獲取一堆Android App設(shè)計(jì)時(shí)需要用到的PSD文件
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)熟知了。
Android Validator  Android上的Form驗(yàn)證。目前只支持基于EditText的檢查。
Progress Wheel  自定義Progress bar。This is a custom component for Android intended for use instead of a progress bar.

Scroll Bar Panel  實(shí)現(xiàn)Path 2.0 樣式的ScrollBar

View Badger  實(shí)現(xiàn)在任意View右上角添加iOS式樣的Badge
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.
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Android Custom ListView with Image and Text using Volley
如何做好安卓的界面設(shè)計(jì)? |
【深度】一窺Android設(shè)計(jì)的未來
我認(rèn)識(shí)的Material Design
一個(gè)千萬量級(jí)的APP使用的一些第三方庫
【Android UI設(shè)計(jì)與開發(fā)】第13期:自定義ActionBar風(fēng)格和樣式
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服