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 aTheme-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, containingUi
andKit
libraries- Ui Lib: research and development in
Color-Drive
andMaterial Design
style - Kit Lib: Include
command
、net
、util
- Blur Lib: Include
blur
- Resource Lib Include
Material Design
Color and Lay Size
- Ui Lib: research and development in
Note:
STEADY
with CAPRICE
libraries are not compatible, is completely independent branch!
dependencies {
compile 'com.github.qiujuer:genius:2.4.1'
}
Ui
Blur
Resource
Kit
dependencies {
compile 'net.qiujuer.genius:ui:1.0.1'
compile 'net.qiujuer.genius:blur:1.0.0'
compile 'net.qiujuer.genius:res:1.0.0'
compile 'net.qiujuer.genius:kit:1.0.0'
}
Note: Each module is independent and can be used independently to dependency.
var info = {
nickName : "qiujuer",
site : "http://www.qiujuer.net"
}
Copyright 2014-2015 Qiujuer.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.