編輯:關於Android編程
主要介紹那些樂於分享並且有一些很不錯的開源項目的個人和組織。Follow大神,深挖大神的項目和following,你會發現很多。
JakeWharton 就職於Square
Github地址:https://github.com/JakeWharton
代表作:ActionBarSherlock,Android-ViewPagerIndicator,Nine Old Androids,SwipeToDismissNOA,hugo,butterknife,Android-DirectionalViewPager, scalpel
pidcat另外對square及其他開源項目有很多貢獻
博客:http://jakewharton.com/
絕對牛逼的大神,項目主要集中在Android版本兼容,ViewPager及開發工具上.
Chris Banes
Github地址:https://github.com/chrisbanes
代表作:ActionBar-PullToRefresh,PhotoView,Android-BitmapCache,Android-PullToRefresh
博客:http://chris.banes.me/
Koushik Dutta就職於ClockworkMod
Github地址:https://github.com/koush
代表作:Superuser,AndroidAsync,UrlImageViewHelper,ion, 另外對https://github.com/CyanogenMod的開源項目有很多貢獻
博客:http://koush.com/
Simon Vig
Github地址:https://github.com/SimonVT
代表作:android-menudrawer,MessageBar
博客:http://simonvt.net/
Manuel Peinado
Github地址:https://github.com/ManuelPeinado
代表作:FadingActionBar,GlassActionBar,RefreshActionItem,QuickReturnHeader
Emil Sj?lander
Github地址:https://github.com/emilsjolander
代表作:StickyListHeaders,sprinkles,android-FlipView
博客:http://emilsjolander.se/
greenrobot
Github地址:https://github.com/greenrobot
代表作:greenDAO,EventBus
網址:http://greenrobot.de/
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 ,感覺超贊
Square
Github地址:https://github.com/square
代表作:okhttp、fest-android,android-times-square、picasso、dagger、spoon等等
網址:http://square.github.io/
有態度有良心的企業,很多不錯的分享
Inmite s.r.o.
Github地址:https://github.com/inmite
代表作:android-styled-dialogs,android-grid-wichterle,android-selector-chapek
網址:http://www.inmite.eu/
Linux 系統下所有的信息都是以文件的形式存在的,所以應用程序的流量信息也會被保存在操作系統的文件中。Android 2.2 版本以前的系統的流量信息都存放在 proc
一、ExpandableListView介紹 一個垂直滾動的顯示兩個級別(Child,Group)列表項的視圖,列表項來自ExpandableListAdapter
本文介紹Android中Intent的各種常見作用。 1 Intent.ACTION_MAIN String: android.intent.action
前言這篇文章是這個系列的開篇,作為移動開發者,開發的應用不免會對網絡進行訪問,雖然現在已經有很多的開源庫幫助我們可以輕而易舉的訪問網絡,但是我們仍要去了解網絡訪問的原理,