Component - Data types and type inference
This simple Android Kotlin UI component shows how variables with different data types are declared and how Kotlin infers types automatically. It displays text labels with variable values of types like Int, Double, String, and Boolean.