Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
G

Genius-Android

> 编程语言
Open source

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

2.3K stars0 likes0 views
WebsiteGitHub

About

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

GitHub OSChina 中文 English

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 END

  • CAPRICE is new branch, containing Ui, Graphics, Kit libraries

    • Resource Lib: Include Material Design Color and Dimen
    • Ui Lib: Is Material Design style widget, support to api-15 (4.0.3)
    • Kit Lib: Include command、handler、reflect
    • Graphics Lib: Include blur

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

Sample APK

  • sample.apk

Video

  • video.mp4

Add Library To Your Project

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'
}
  • Note: Each module is independent and can be used independently to dependency.

More Documents And Develop

  • http://genius.qiujuer.net
  • Wiki

Feedback

If you submit question, please:

  • Project: Submit Bug or Idea
  • Email: [email protected]
  • QQ: 756069544
  • QQ Group: 387403637
  • WeiBo: @qiujuer
  • WebSit:www.qiujuer.net

About me

  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.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •STEADY END
  • •CAPRICE is new branch, containing Ui, Graphics, Kit libraries
  • •sample.apk
  • •video.mp4
  • •Note: Each module is independent and can be used independently to dependency.
  • •http://genius.qiujuer.net
  • •Project: Submit Bug or Idea
  • •Email: [email protected]
  • •QQ: 756069544
  • •QQ Group: 387403637

> Tags

Java

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言