https://github.com/tanpuer/agilcompose
use compose-runtime for other UI frameworks
https://github.com/tanpuer/agilcompose
Last synced: about 2 months ago
JSON representation
use compose-runtime for other UI frameworks
- Host: GitHub
- URL: https://github.com/tanpuer/agilcompose
- Owner: tanpuer
- Created: 2023-10-09T01:58:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-29T12:35:44.000Z (over 1 year ago)
- Last Synced: 2025-01-24T18:34:14.578Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Compose for Android View
使用Compose Runtime/Compiler 和Android View来创建简单的React UI framework.
没有使用Compose的UI/Foundation/Material的模块.
可以自行定义任何Android的widgets,不需要转向Compose的View体系,目前已基于LinearLayout实现Row/Column;基础组件View/Image/Text。
理论上可以接入其他任意UI框架,接了Agil,可以跑个Demo