1. 程式人生 > >據說年薪30萬的Android程式設計師必須知道的帖子

據說年薪30萬的Android程式設計師必須知道的帖子

Android中國研發精英01群:207203815

轉自:https://github.com/Trinea/android-open-project

  包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、其他
包括依賴注入、圖片快取、網路相關、資料庫ORM工具包、Android公共庫、高版本向低版本相容庫、多媒體、事件匯流排、感測器、安全、其他
比較有意思的完整的Android專案
  包括開發效率工具、開發自測相關、測試工具、開發及編譯環境、其他
樂於分享並且有一些很不錯的開源專案的個人和組織,包括JakeWharton、Chris Banes、Koushik Dutta等大牛


第一部分 個性化控制元件(View) 主要介紹那些不錯個性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activity Animation等等。 一、ListView 二、ActionBar 三、Menu 四、ViewPager 、Gallery 五、GridView 六、ImageView 七、ProgressBar 八、TextView 包括TextView及所有繼承自TextView控制元件,如EditText、Button、RadioButton
九、其他 第二部分 工具庫 主要包括那些不錯的開發庫,包括依賴注入框架、圖片快取、網路相關、資料庫ORM建模、Android公共庫、Android 高版本向低版本相容、多媒體相關及其他。 一、依賴注入DI 通過依賴注入減少View、服務、資源簡化初始化,事件繫結等重複繁瑣工作 二、圖片快取 三、網路相關 四、資料庫 orm工具包 orm的db工具類,簡化建表、查詢、更新、插入、事務、索引的操作 五、Android公共庫 六、Android 高版本向低版本相容 七、多媒體相關 八、事件匯流排(訂閱者模式) 通過釋出/訂閱事件解耦事件傳送和接受,從而簡化應用程式元件(Activities, Fragments及後臺執行緒)之間的通訊
九、感測器 十、安全 十一、其他 第三部分 優秀專案 第四部分 開發工具及測試工具 主要介紹和Android開發工具和測試工具相關的開源專案。 一、開發效率工具 二、開發自測相關 三、測試工具
  • Spoon
    可用於android不同機型裝置自動化測試,能將應用apk和測試apk執行在不同機器上並生成相應測試報告。
    專案地址:

四、開發及編譯環境 五、其他 第五部分 主要介紹那些樂於分享並且有一些很不錯的開源專案的個人和組織。Follow大神,深挖大神的專案和following,你會發現很多。 一、個人
  • JakeWharton 就職於Square
    Github地址:
    代表作:ActionBarSherlock,Android-ViewPagerIndicator,Nine Old Androids,SwipeToDismissNOA,hugo,butterknife,Android-DirectionalViewPager, scalpel
    pidcat另外對square及其他開源專案有很多貢獻
    部落格:
    絕對牛逼的大神,專案主要集中在Android版本相容,ViewPager及開發工具上.
  • Chris Banes
    Github地址:
    代表作:ActionBar-PullToRefresh,PhotoView,Android-BitmapCache,Android-PullToRefresh
    部落格:
  • Manuel Peinado
    Github地址:
    代表作:FadingActionBar,GlassActionBar,RefreshActionItem,QuickReturnHeader
  • Jeff Gilfelt
    Github地址:
    代表作:android-mapviewballoons,android-viewbadger,android-actionbarstylegenerator,android-sqlite-asset-helper
    網址:
  • sephiroth74 就職於Aviary.com
    Github地址:
    代表作:ImageViewZoom,HorizontalVariableListView,AndroidWheel,purePDF
    部落格:
二、組織
  • Square
    Github地址:
    代表作:okhttp、fest-android,android-times-square、picasso、dagger、spoon等等
    網址:
    有態度有良心的企業,很多不錯的分享
  • Inmite s.r.o.
    Github地址:
    代表作:android-styled-dialogs,android-grid-wichterle,android-selector-chapek
    網址:

三、部落格 LicenseCopyright 2014 trinea.cnLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at   http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.