TheVinhLuong / Genius-Android

Android Material Design Theme UI and Tool Library. Support: 4.0.3~N

Home Page:http://genius.qiujuer.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Arsenal

GitHub OSChina 中文 English

Genius-Android

branchs

Genius-Android: by Material Design style and some commonly used packages. Starting in 2015, The divided into two branches: STEADY and CAPRICE.

  • STEADY END

  • 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 commandnetutil
    • Blur Lib: Include blur
    • Resource Lib Include Material Design Color and Lay Size

Note: STEADY with CAPRICE libraries are not compatible, is completely independent branch!

GeniusUI

Sample APK

Video

Add Library To Your Project

Ui Blur Resource Kit

dependencies {
  // ui module
  compile 'net.qiujuer.genius:ui:2.0.0-beta8'
  compile 'net.qiujuer.genius:res:2.0.0-beta8'
  
  // blur module
  compile 'net.qiujuer.genius:blur:2.0.0'
  // or use new
  compile 'net.qiujuer.genius:graphics:2.0.0-beta8'
  
  // kit module
  compile 'net.qiujuer.genius:kit:2.0.0-beta8'
  // or
  compile 'net.qiujuer.genius:kit-cmd:2.0.0-beta8'
  compile 'net.qiujuer.genius:kit-handler:2.0.0-beta8'
  compile 'net.qiujuer.genius:kit-reflect:2.0.0-beta8'
}
  • Note: Kit module included kit-cmd, kit-handler, kit-reflect modules.
  • Note: Each module is independent and can be used independently to dependency.

More Documents And Develop

Feedback

If you have any question, please timely feedback to me, you can use the following contact information to communicate with me

Giving developers

Are interested in and write a free, have joy, also there is sweat, I hope you like my work, but also can support it. Of course, rich holds a money (AliPay: qiujuer@live.cn); No money holds personal field, thank you.

About me

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

License

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

About

Android Material Design Theme UI and Tool Library. Support: 4.0.3~N

http://genius.qiujuer.net

License:Apache License 2.0


Languages

Language:Java 95.8%Language:CSS 1.5%Language:C 1.4%Language:HTML 1.1%Language:Ruby 0.2%Language:Makefile 0.0%