AndroidLife
===========
**The Android's life is very interesting and rich.**
## 1. ImageScaleTypesActivity
Introduce the ImageView scale properties
介绍ImageView scale属性
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/48424095)
**Screenshot:**
## 2.AsyncTaskActivity
Analysis of AsyncTask, and provide an AsyncTask template
分析AsyncTask,并提供一个AsyncTask的模板
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/48525013)
**Screenshot:**
## 3.TextInputLayoutActivity
Show the TextInputLayout of support design
展示 support design 的 TextInputLayout
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/48808005)
**Screenshot:**
## 4.RefreshUIActivity
Introduced the Android UI refresh four ways
介绍 Android UI 刷新的四种方式
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/48629073)
**Screenshot:**
## 5.LaunchModeActivity
Show the singleTask launchmode effect
展示 singleTask launchmode 效果
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/48682525)
**Screenshot:**
## 6.NavigationViewActivity
Show the NavigationView of support design
展示 support design 的 NavigationView
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49106163)
**Screenshot:**
## 7.DeviceUtilActivity
Introduce the DeviceUtil
介绍 DeviceUtil
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49126033)
**Screenshot:**
## 8.FloatingActionButtonActivity
Show the FloatingActionButton of support design
展示 support design 的 FloatingActionButton
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49133395)
**Screenshot:**
## 9.SnackbarActivity
Show the Snackbar of support design
展示 support design 的 Snackbar
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49161233)
**Screenshot:**
## 10.DateUtilActivity
Introduce the DateUtil
介绍 DateUtil
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49181669)
**Screenshot:**
## 11.EasySlidingTabsActivity
Introduce the [EasySlidingTabs](https://github.com/CaMnter/EasySlidingTabs)
介绍 [EasySlidingTabs](https://github.com/CaMnter/EasySlidingTabs)
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49229189)
**Screenshot:**
## 12.AutoAdjustSizeEditTextActivity
Show the AutoAdjustSizeEditText
展示 AutoAdjustSizeEditText
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49666243)
**Screenshot:**
## 13.AutoAdjustSizeTextViewActivity
Show the AutoAdjustSizeTextView
展示 AutoAdjustSizeTextView
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49666243)
**Screenshot:**
## 14.DownloadImageToGalleryActivity
Small functions: download the pictures, and save the Android album.This involves a util - [ImageUtil](https://github.com/CaMnter/AndroidLife/blob/master/app/src/main/java/com/camnter/newlife/utils/ImageUtil.java)
小功能:下载图片,并且保存到Android相册里。这里涉及到一个util - [ImageUtil](https://github.com/CaMnter/AndroidLife/blob/master/app/src/main/java/com/camnter/newlife/utils/ImageUtil.java)
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49285919)
**Screenshot:**
---
## 15.EasyRecyclerViewActivity
Introduce the [EasyRecyclerView](https://github.com/CaMnter/EasyRecyclerView)
介绍 [EasyRecyclerView](https://github.com/CaMnter/EasyRecyclerView)
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49341563)
**Screenshot:**
## 16.NormalTabLayoutActivity & SetIconTabLayoutActivity & ImageSpanTabLayoutActivity & CustomViewTabLayoutActivity
Show the TabLayout of support design and four kinds of style design
展示 support design 中的 TabLayout ,及其四种设计样式
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49404537)
**Screenshot:**
## 17.CoordinatorLayoutActivity
Introduce the CoordinatorLayout of support design
Here only including: `app:layout_scrollFlags` and `app:layout_behavior`
介绍 support design 中的 CoordinatorLayout
这里仅仅包括:`app:layout_scrollFlags` 和 `app:layout_behavior`
**Screenshot:**
## 18.SensorManagerActivity
Show the Android sensors
展示Android中的传感器
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49498567)
**Screenshot:**
## 19.MvpActivity
Introduce the MVP design patterns
介绍MVP设计模式
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49620017)
## 20.SQLiteActivity
A demo of SQLite
一个关于SQLite的demo
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49641519)
**Screenshot:**
## 21.CustomContentProviderActivity
A about custom contentprovicer demo
一个关于自定义contentprovicer的demo
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49849663)
**Screenshot:**
### 22.DownloadServiceActivity & AIDLActivity
A demo of Android Service,introduces the remote Service (AIDL) and local Service
一个关于Android Service的demo,介绍了远程Service(AIDL)和本地Service
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49910627)
**Screenshot:**
## 23.ReflectionUtilActivity
Introduce the ReflectionUtil
介绍ReflectionUtil
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49962997)
**Screenshot:**
## 24.StaticReceiverActivity & DynamicReceiverActivity & DownloadReceiverActivity
Broadcastreceiver demo
Broadcastreceiver的demo
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/49995443)
**Screenshot:**
## 25.ResourcesUtilActivity
Introduce the ResourcesUtil
介绍ResourcesUtil
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/50056747)
## 26.LocationManagerActivity
Introduce the LocationManager
介绍LocationManager
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/50097333)
## 27.RxSyncActivity & RxAsyncActivity & RxMapActivity
Introduce the [RxAndroid](https://github.com/ReactiveX/RxAndroid)
介绍RxAndroid
**Screenshot:**
### 28.DialogActivity
Provide two sets of custom Dialog template.
The first kind, prompt Dialog, have disappeared.
Second, the menu Dialog for user interaction.
提供两套自定义Dialog模板。
第一种,提示Dialog,有消失时间。
第二种,菜单Dialog,用于用户交互。
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/50283987)
**Screenshot:**
## 29.PopupWindowActivity
A scalable, easy-to-use PopupWindow.
一个可扩展的、好用的PopupWindow。
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/50380802)
**Screenshot:**
## 30.TagTextViewActivity
Rich text textview with a clickable label
有可点击的标签的富文本textview
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/50386502)
**Screenshot:**
## 31.EasyFlowLayout
Use and rewrite it again the [FlowLayout](https://github.com/hongyangAndroid/FlowLayout)
使用和重写了一遍 [FlowLayout](https://github.com/hongyangAndroid/FlowLayout)
**Screenshot:**
## 32.SpanActivity
Show the effect of various Span
展示各种Span的效果
[Detailed introduction](http://blog.csdn.net/qq_16430735/article/details/50427978)
**Screenshot:**
## 33.OttoActivity
Demo Otto subscribe mechanism
演示Otto的订阅机制
**Screenshot:**
## 34.AnimatorActivity
Android animation
Android动画
**Screenshot:**
## 35.CanvasClipViewActivity
**Screenshot:**
## 36.RoundImageSectionActivity
**Screenshot:**
## 37.XfermodesActivity
Google Xfermodes Demo
**Screenshot:**
## 38.EasyArcLoadingActivity
[EasyArcLoading](https://github.com/CaMnter/EasyArcLoading)
**Screenshot:**
## 39.RxBusActivity
**drakeet Life**
**Screenshot:**
## 40.EasyLikeAreaTopicActivity && EasyLikeAreaQZoneActivity && EasyLikeAreaStyleActivity
[EasyLikeArea](https://github.com/CaMnter/EasyLikeArea)
**Screenshot:**
## 41.LetterSectionActivity && CircleImageSectionActivity && RoundImageSectionActivity
[EasyRecyclerViewSidebar](https://github.com/CaMnter/EasyRecyclerViewSidebar)
**Screenshot:**
## 42.LruCacheActivity
LruCache source code analysis
LruCache的源码解析
[LruCache analysis](http://blog.csdn.net/qq_16430735/article/details/49534159)
**Screenshot:**
## 43. VolleyActivity
**volley framework**
**volley 框架**