android開源庫收集

1. google valley Android網絡通訊庫 html

  git clone https://android.googlesource.com/platform/frameworks/volley java

  介紹  android

        http://www.cnblogs.com/bvin/p/3291611.html#2806770   git

       http://liubin.org/2013/05/27/android-volley-at-a-glance/ github

 

2.Afinal是一個android的ioc,orm框架,內置了四大模塊功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。 json

    經過finalActivity,咱們能夠經過註解的方式進行綁定ui和事件。經過finalBitmap,咱們能夠方便的加載bitmap圖片,而無需考慮oom等問題
     https://github.com/yangfuhai/afinal
    介紹
    http://www.cnblogs.com/taoweiji/p/3174722.html 緩存

 

 三、圖片控件 - GifView 網絡

  因爲 Android 中並無直接播放動畫 GIF 圖片的 view,因此咱們能夠利用 GifView 控件來實現 GIF 圖片展現功能。GifView 的 Jar 包由四個類組成: 框架

  • GifAction.java 主要用來監視 GIF 圖片是否加載成功
  • GifFrame.java 裏面三個成員:當前圖片、延時、下張 Frame 的連接。
  • GifDecoder.java 解碼線程類
  • GifView.java 是核心類,包含 GifView 構造方法,還能夠設置圖片源、延遲、繪製等。

  官方網站:https://code.google.com/p/gifview/ iphone

四、滾動組件 - Glide

  Glide 是一款基於 Android 的圖片加載和圖片緩存組件,它能夠最大性能地在 Android 設備上讀取、解碼、顯示圖片和視頻。Glide 能夠將遠程的圖片、視頻、動畫圖片等緩存在設備本地,便於提升用戶瀏覽圖片的流暢體驗。

  官方網站:https://github.com/bumptech/glide

5. https://github.com/qiujuer/Genius-Android

  android一些基礎工具和theme和button的修改

6.https://github.com/hiphonezhu/Android-BaseLine

  android基礎庫功能封裝

7.https://github.com/vince-styling/Netroid 基於volley的網絡庫

8.https://github.com/inferjay/AndroidDevTools

  收集整理Android開發所需的Android SDK、開發中用到的工具、Android開發教程、Android設計規範,免費的設計素材等。

9. menu 點擊後變化的動畫效果

https://github.com/ChrisRenke/DrawerArrowDrawable

https://github.com/balysv/material-menu

https://github.com/ikimuhendis/LDrawer

 

8. 另一個UI收集庫

https://github.com/wasabeef/awesome-android-ui

9.https://github.com/pungrue26/SelectableRoundedImageView

 圓角圖片按鈕

10 https://github.com/CyberAgent/android-gpuimage

11 .https://github.com/mcharmas/android-parcelable-intellij-plugin

12.https://github.com/Diolor/Swipecards

   

13 、https://github.com/rengwuxian/MaterialEditText  Material Design的TextEdit

1四、 https://github.com/Avocarrot/json2view 

   把xml佈局文件轉換成json,而後有個dynamicview根據json使用java方式動態建立view 
 15 https://github.com/pakerfeldt/android-viewflow 從這個網址知道的 http://smallwoniu.blog.51cto.com/3911954/1308959

 16.http://blog.csdn.net/mybook1122/article/details/24003343 fragment 嵌套fragment

相關文章
相關標籤/搜索