Skip to content

Latest commit

 

History

History
110 lines (68 loc) · 3.62 KB

README-ZH.md

File metadata and controls

110 lines (68 loc) · 3.62 KB

License License Android Arsenal Download

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
  api 'net.qiujuer.genius:ui:2.2.0'
  api 'net.qiujuer.genius:res:2.2.0'
  
  // use to bitmap blur and more
  api 'net.qiujuer.genius:graphics:2.2.0'
  
  // ping/telnet/tracert/dns and run cmd
  api 'net.qiujuer.genius:kit-cmd:2.2.0'
  // shuttle between ui-thread and child-thread
  api 'net.qiujuer.genius:kit-handler:2.2.0'
  // calss reflect
  api 'net.qiujuer.genius:kit-reflect:2.2.0'
}
  • 提示:每个模块都是独立的,可单独依赖使用。

更多说明

反馈

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

关于我

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

License

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