Skip to content

Latest commit

 

History

History
39 lines (15 loc) · 986 Bytes

File metadata and controls

39 lines (15 loc) · 986 Bytes

Jetpack Compose - Interoperability

App Screenshot

Sample code for explaining Interoperability with Jetpack compose.

The code is compromised of three main parts.

  • First Part (MainActivity) - Explains the concept of how to align items inside rows and column properly.
  • Second Part - How to add a custom view written in java or Kotlin into compose.

App Screenshot

  • Third Part - (LoginActivity) How to add Compose in XML (Interoperability)

App Screenshot

Video Tutorial and Article

🛠 Tools & Language

  • Kotlin
  • Jetpack Compose