Skip to content

Latest commit

 

History

History
113 lines (67 loc) · 3.39 KB

README-ZH.md

File metadata and controls

113 lines (67 loc) · 3.39 KB

Android Arsenal

GitHub OSChina 中文 English

Genius-Android

branchs

Genius-Android :是 Material Design 控件和一些常用类库组合而成。从2015年开始,划分为两个分支:STEADYCAPRICE

  • STEADY END

  • CAPRICE 一个新的分支,在该分支中包含 UiKit

    • Resource Lib 包含:Material Design 的颜色与布局大小
    • Ui Lib 包含Material Design风格的主要控件,最低适配API-15 (4.0.3)
    • Kit Lib 包含:commandhandlerreflect 等包
    • Graphics Lib 包含:StackBlr 图片模糊处理

请注意: STEADYCAPRICE 库并不兼容,是完全独立的两个分支!

GeniusUI

Sample APK

Video

添加项目

Ui Resource Graphics Kit

dependencies {
  // ui module
  compile 'net.qiujuer.genius:ui:2.0.0'
  compile 'net.qiujuer.genius:res:2.0.0'
  
  // use to bitmap blur and more
  compile 'net.qiujuer.genius:graphics:2.0.0'
  
  // ping/telnet/tracert/dns and run cmd
  compile 'net.qiujuer.genius:kit-cmd:2.0.0'
  // shuttle between ui-thread and child-thread
  compile 'net.qiujuer.genius:kit-handler:2.0.0'
  // calss reflect
  compile 'net.qiujuer.genius:kit-reflect:2.0.0'
}
  • 提示:每个模块都是独立的,可单独依赖使用。

更多说明

反馈

你可以通过如下方式反馈给我:

捐助我

你可以通过支付宝赞助我:[email protected]

关于我

  var info = {
    nickName  : "qiujuer",
    site : "http://www.qiujuer.net"
  }

License

Copyright 2014-2017 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.