https://github.com/kaushalvasava/xml_and_jetpackcompose_interoperability
It is project about how to use Jetpack compose inside your existing XML and how to use Android View i.e. AdView inside Jetpack compose project.
https://github.com/kaushalvasava/xml_and_jetpackcompose_interoperability
android androidview composable interoperability jetpack jetpack-compose kotlin kotlin-android xml
Last synced: 9 months ago
JSON representation
It is project about how to use Jetpack compose inside your existing XML and how to use Android View i.e. AdView inside Jetpack compose project.
- Host: GitHub
- URL: https://github.com/kaushalvasava/xml_and_jetpackcompose_interoperability
- Owner: KaushalVasava
- Created: 2023-09-01T06:43:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T07:48:50.000Z (over 2 years ago)
- Last Synced: 2025-04-14T10:55:15.239Z (about 1 year ago)
- Topics: android, androidview, composable, interoperability, jetpack, jetpack-compose, kotlin, kotlin-android, xml
- Language: Kotlin
- Homepage:
- Size: 114 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xml_And_JetpackCompose_Interoperability
It is project about how to use Jetpack compose inside your existing XML and how to use Android View i.e. AdView inside Jetpack compose project.
# Branches:
- master -> Initial android view project
- use-jetpack-compose-inside-xml-layout -> Use of Jetpack compose inside Fragment
- jetpack-compose-initial-project -> Initial Jetpack Compose project
- use-android-view-inside-jetpack-compose -> Use of Android View inside Jetpack compose
# Author
Kaushal Vasava