轉(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
一個(gè)基于Glide的transformation庫(kù),擁有裁剪,著色,模糊,濾鏡等多種轉(zhuǎn)換效果
Github:https://github.com/wasabeef/glide-transformations
PhotoView 是一款擴(kuò)展自Android ImageView ,支持通過(guò)單點(diǎn)/多點(diǎn)觸摸來(lái)進(jìn)行圖片縮放的智能控件。
Github:https://github.com/chrisbanes/PhotoView
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ù)
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
Gradle:?
latestVersion:2.2.2
compile ‘com.github.CymChad:BaseRecyclerViewAdapterHelper:2.2.2’
Github:https://github.com/CymChad/BaseRecyclerViewAdapterHelper
文件下載
支持?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
Gradle Version:?
latestVersion:1.2
compile 'com.github.lovetuzitong:MultiImageSelector:1.2'
GitHub:https://github.com/lovetuzitong/MultiImageSelector
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?
GitHub:https://github.com/Bigkoo/Android-PickerView
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ā)通知;
GitHub:https://github.com/daimajia/NumberProgressBar
Github:?https://github.com/sfsheng0322/MarqueeView
俗名:垂直跑馬燈?
學(xué)名:垂直翻頁(yè)公告
DiscreteScrollView