編輯:關於Android編程
本文為那些不錯的Android開源項目第五篇——優秀個人和團體篇,主要介紹那些樂於分享並且有一些很不錯的開源項目的個人和組織(公司)
Follow大神,深挖大神的項目和following,你會發現很多。長期更新,歡迎大家補充和推薦^_^
一、個人
1. JakeWharton 就職於Square
Github地址:https://github.com/JakeWharton
代表作:ActionBarSherlock,Android-ViewPagerIndicator,Nine Old Androids,SwipeToDismissNOA,hugo,butterknife,Android-DirectionalViewPager
pidcat另外對square及其他開源項目有很多貢獻
博客:http://jakewharton.com/
絕對牛逼的大神,項目主要集中在Android版本兼容,ViewPager及開發工具上.
2. Chris Banes
Github地址:https://github.com/chrisbanes
代表作:ActionBar-PullToRefresh,PhotoView,Android-BitmapCache,Android-PullToRefresh
博客:http://chris.banes.me/
3. Koushik Dutta就職於ClockworkMod
Github地址:https://github.com/koush
代表作:Superuser,AndroidAsync,UrlImageViewHelper,ion, 另外對https://github.com/CyanogenMod的開源項目有很多貢獻
博客:http://koush.com/
4. Simon Vig
Github地址:https://github.com/SimonVT
代表作:android-menudrawer,MessageBar
博客:http://simonvt.net/
5. Manuel Peinado
Github地址:https://github.com/ManuelPeinado
代表作:FadingActionBar,GlassActionBar,RefreshActionItem,QuickReturnHeader
6. Emil Sj?lander
Github地址:https://github.com/emilsjolander
代表作:StickyListHeaders,vc3ByaW5rbGVz">sprinkles,android-FlipView
博客:http://emilsjolander.se/
7. greenrobot
Github地址:https://github.com/greenrobot
代表作:greenDAO,EventBus
網址:http://greenrobot.de/
8.Jeff Gilfelt
Github地址:https://github.com/jgilfelt
代表作:android-mapviewballoons,android-viewbadger,android-actionbarstylegenerator,android-sqlite-asset-helper
網址:http://jeffgilfelt.com
Ps:ViewServer作者的個人攝影作品http://www.flickr.com/photos/romainguy,感覺超贊
二、組織
1. Square:
Github地址:https://github.com/square
代表作:okhttp、fest-android,android-times-square、picasso、dagger、spoon等等
網址:http://square.github.io/
有態度有良心的企業,很多不錯的分享
2. Inmite s.r.o.
Github地址:https://github.com/inmite
代表作:android-styled-dialogs,android-grid-wichterle,android-selector-chapek
網址:http://www.inmite.eu/
前言隨著應用越來越大,應用更新耗時間和流量的問題,就顯得格外突出.目前原生app的更新分為兩種:重新下載源文件,還有一種就是差分包更新,也叫增量更新.在有些應用市場,例如
背景: 在做android客戶端測試的時候,有時候需要監控cpu/mem/電量消耗/界面加載時間/流量等等指標。於是俺們就上下求索,網友告訴我
首先,如果要使用Android 5.X的新特性,我們必須導入5.X的支持包FloatingActionButtonAndroid 的新的設計規范中具有陰影效果的懸浮窗按鈕
最近比較忙,好久沒有更新博客了,今天就將最近研究的一個東西總結一下,最近在維護公司的一個項目,我負責的模塊主要是下載雜志後及時的更新UI,將最新的下載進度更新到UI上,中