Android常用框架匯總

轉(zhuǎn)自:http://blog.csdn.net/IO_Field/article/details/52604786

頭像圓圖

Gradle:

compile 'de.hdodenhof:circleimageview:2.1.0'

Github:https://github.com/hdodenhof/CircleImageView

IconFont - Android-Iconics

現(xiàn)在有一個(gè)簡(jiǎn)單,快速,小巧的解決方案! – IconFont

Github:https://github.com/mikepenz/Android-Iconics

transformation庫(kù)

一個(gè)基于Glide的transformation庫(kù),擁有裁剪,著色,模糊,濾鏡等多種轉(zhuǎn)換效果

Github:https://github.com/wasabeef/glide-transformations

PhotoView

PhotoView 是一款擴(kuò)展自Android ImageView ,支持通過(guò)單點(diǎn)/多點(diǎn)觸摸來(lái)進(jìn)行圖片縮放的智能控件。

Github:https://github.com/chrisbanes/PhotoView

注解

androidannotations

Gradle:

latestVersion:4.1.0

根Gradle:

buildscript {

? ? repositories {

? ? ? mavenCentral()

? ? }

? ? dependencies {

? ? ? ? classpath 'com.android.tools.build:gradle:X.X.X'

? ? ? ? classpath 'com.neenbedankt.gradle.plugins:android-apt:X.X'

? ? }

}

repositories {

? ? mavenCentral()

? ? mavenLocal()

}

appGradle:

apply plugin: 'com.android.application'

apply plugin: 'android-apt'

def AAVersion = 'latestVersion'

dependencies {

? ? apt "org.androidannotations:androidannotations:$AAVersion"

? ? compile "org.androidannotations:androidannotations-api:$AAVersion"

}

apt {

? ? arguments {

? ? ? ? ? androidManifestFile variant.outputs[0]?.processResources?.manifestFile

? ? }

}

Github:https://github.com/excilys/androidannotations

數(shù)據(jù)庫(kù)

GreenDao

Gradle:

latestVersion:3.1.1

根Gradle?

buildscript {?

repositories {?

mavenCentral()?

}?

dependencies {?

classpath ‘org.greenrobot:greendao-gradle-plugin:3.1.1’?

}?

}

app.Gradle

apply plugin: 'org.greenrobot.greendao'

dependencies {

? ? compile 'org.greenrobot:greendao:3.1.1'

}

Github:https://github.com/greenrobot/greenDAO

廣告欄控件

Gradle:?

latestVersion:2.0.5

compile 'com.bigkoo:convenientbanner:2.0.5'

Github:https://github.com/saiwu-bigkoo/Android-ConvenientBanner

RecyclerView

BaseRecyclerViewAdapterHelper

Gradle:?

latestVersion:2.2.2

compile ‘com.github.CymChad:BaseRecyclerViewAdapterHelper:2.2.2’

Github:https://github.com/CymChad/BaseRecyclerViewAdapterHelper

文件下載

FileDownloader

支持?jǐn)帱c(diǎn)下載、多任務(wù)下載?

Gradle:?

latestVersion:1.3.0

compile ‘com.liulishuo.filedownloader:library:1.3.0’

Github:?com.liulishuo.filedownloader:library:1.3.0

圖片選擇

MultiImageSelector

Gradle Version:?

latestVersion:1.2

compile 'com.github.lovetuzitong:MultiImageSelector:1.2'

GitHub:https://github.com/lovetuzitong/MultiImageSelector

PictureSelector

Android多圖選擇器 圖片/視頻 單選or多選,以及視頻錄制。

Gradle Version:?

latestVersion:1.2.7

compile 'com.github.LuckSiege.PictureSelector:picture_library:v1.2.7'

GitHub:https://github.com/LuckSiege/PictureSelect

Dachshund Tab Layout

GitHub:https://github.com/Andy671/Dachshund-Tab-Layout?

Android-PickerView

GitHub:https://github.com/Bigkoo/Android-PickerView

PhotoView

GitHub:https://github.com/chrisbanes/PhotoView

PhotoView 是一款擴(kuò)展自Android ImageView ,支持通過(guò)單點(diǎn)/多點(diǎn)觸摸來(lái)進(jìn)行圖片縮放的智能控件。

特性:

支持單點(diǎn)/多點(diǎn)觸摸,即時(shí)縮放圖片;

支持平滑滾動(dòng);

在滑動(dòng)父控件下能夠運(yùn)行良好;(例如:ViewPager)

當(dāng)用戶的觸點(diǎn)改變是可以觸發(fā)通知;

NumberProgressBar

GitHub:https://github.com/daimajia/NumberProgressBar

!這里寫(xiě)圖片描述

MarqueeView

Github:?https://github.com/sfsheng0322/MarqueeView

俗名:垂直跑馬燈?

學(xué)名:垂直翻頁(yè)公告

DiscreteScrollView

Github:?https://github.com/yarolegovich/DiscreteScrollView

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • afinalAfinal是一個(gè)android的ioc,orm框架 https://github.com/yangf...
    passiontim閱讀 15,876評(píng)論 2 45
  • 一.榜單介紹 排行榜包括四大類: 單一框架:僅提供路由、網(wǎng)絡(luò)層、UI層、通信層或其他單一功能的框架 混合開(kāi)發(fā)框架:...
    偉子男閱讀 5,365評(píng)論 0 161
  • 框架:提供一定能力的小段程序 http://www.cnblogs.com/jincheng-yangchaofa...
    姑娘請(qǐng)別為難小僧閱讀 7,945評(píng)論 0 132
  • 很慶幸自己還能享有為數(shù)不多的寒暑假,對(duì)于我而言,假期就是窩在家中,僅有幾次去找了兼職或?qū)嵙?xí)。對(duì)于工作的人來(lái)說(shuō),在家...
    WildeYoung閱讀 1,221評(píng)論 0 0
  • 從眾效應(yīng)等紅燈時(shí),有沒(méi)有外部環(huán)境給你帶來(lái)干擾呢,當(dāng)然有,當(dāng)?shù)谝粋€(gè)人,尤其是穿得西裝革履的帶頭,好像闖紅燈變成了理所...
    安擇閱讀 302評(píng)論 0 2

友情鏈接更多精彩內(nèi)容