An Android responsive UI building tool. (forked)
English | 简体中文
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!!!!!".
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.
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.
Click here go to the documentation page for more detailed tutorials and content.
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
