# Genius-Android
**Repository Path**: smallkonrad/Genius-Android
## Basic Information
- **Project Name**: Genius-Android
- **Description**: Android Material theme and Tool library.
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: http://genius.qiujuer.net
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 56
- **Created**: 2015-05-11
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://android-arsenal.com/details/1/1463)
[`GitHub`](https://github.com/qiujuer/Genius-Android) [`OSChina`](http://git.oschina.net/qiujuer/Genius-Android) [`中文`](README-ZH.md) [`English`](README.md)
## Genius-Android

**Genius-Android:** by `Material Design` style and some commonly used packages. Starting in 2015, The divided into two branches: `STEADY` and `CAPRICE`.
* `STEADY` will continue to research and development in a `Theme-Drive` style
> * **app:** UiKit、BlurKit
> * **animation:** TouchEffectAnimator
> * **drawable:** Material Design Draw
> * **widget:** Material Design
> * **command:** Run Command In Process
> * **net tool:** Ping、Dns、Telnet、Tracert
> * **util:** Log、Hash、Tools、FixedList
* `CAPRICE` a new branch in the branch, containing `Ui` and `Kit` libraries
> * **Ui Lib:** research and development in `Color-Drive` and `Material Design` style
> * **Kit Lib:** Include `command`、`net`、`util`
> * **Blur Lib:** Include `blur`
**`Note:` `STEADY` with `CAPRICE` libraries are not compatible, is completely independent branch!**

## Add Library To Your Project
### `STEADY`
* Gradle:
```
dependencies {
compile 'com.github.qiujuer:genius:2.4.1'
}
```
* Maven:
```
com.github.qiujuer
genius
2.4.1
```
### `CAPRICE`
#### `Blur`
* Gradle:
```
dependencies {
compile 'net.qiujuer.genius:blur:1.0.0'
}
```
* Maven:
```
net.qiujuer.genius
blur
1.0.0
net.qiujuer.genius
kit
1.0.0