Welcome to Day 2 of the Jetpack Compose Mastery Series! 🚀
In this video, we dive deep into the Text Composable, one of the most important building blocks of Jetpack Compose. You'll learn how to display text, customize font size, apply colors, use font weights, align text, handle text overflow, and create professional-looking UI components.
This tutorial is perfect for Android developers who want to learn modern Android UI development using Kotlin and Jetpack Compose.
📚 What You'll Learn:
✅ Text Composable Basics
✅ Font Size using sp
✅ Text Colors
✅ Font Weight (Bold, Medium, Light)
✅ Text Alignment
✅ Text Decoration (Underline & StrikeThrough)
✅ Letter Spacing
✅ Text Overflow Handling
✅ TextStyle
✅ Build a Simple Profile Header UI
💻 Tools Used
• Android Studio
• Kotlin
• Jetpack Compose
• Android Emulator
📝 Assignment
Create a Developer Profile Screen containing:
• Name
• Designation
• Company Name
Apply different:
• Colors
• Font Sizes
• Font Weights
• Text Alignments
Bonus:
Add an underlined email address.