Skip to content

An Android responsive UI building tool. Compatible with SDK 14

License

Notifications You must be signed in to change notification settings

huanli233/HikageCompat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hikage Compat

GitHub license Telegram Telegram QQ

LOGO

An Android responsive UI building tool. (forked)

English | 简体中文

What's this

Hikage (Pronunciation /ˈhɪkɑːɡeɪ/), this is an Android responsive UI build tool designed to focus on Real-time code building UI.

The project icon was designed by MaiTungTM, the name is taken from the original song "Haruhikage" in "BanG Dream It's MyGO!!!!!".

Why...
LOGO

なんで春日影レイアウト使いの?

Unlike Jetpack Compose's declarative UI, Hikage focuses on Android native platforms, and its design goal is to enable developers to quickly build UIs and directly support Android native components.

Hikage is just a UI build tool and does not provide any UI components themselves.

Rejecting duplicate wheels, our solution is always compatible and efficient. Now you can abandon ViewBinding and XML and even findViewById and try to use the code layout directly.

Hikage works better with another project BetterAndroid and Hikage itself will automatically reference the BetterAndroid related dependencies as the core content.

About this fork

This fork makes non-Compose modules compatible with API 14 and fixes some issues and adds some features.

  • Improved State
  • Use view Attributes defined in XML (Just add an attribute to the root View of any layout file and specify it through the attr parameter)
  • Cached AttributeSet, reduce reflections
  • Fix LayoutParams wrapper not working properly for ConstraintLayout or some other layouts
  • Aliases for some functions
  • Improved string id and int id mapping

The document has not been updated yet.

Get Started

Click here go to the documentation page for more detailed tutorials and content.

Star History

Star History Chart

Third-Party Open Source Usage Statement

License

Apache License Version 2.0

Copyright (C) 2019 HighCapable

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

    https://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.

Copyright © 2019 HighCapable

About

An Android responsive UI building tool. Compatible with SDK 14

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 95.9%
  • TypeScript 2.8%
  • SCSS 1.2%
  • Shell 0.1%