Welcome to the Learning Compose - Android Basics self-learning course! This course is designed to help you get started with Jetpack Compose by building your first Android app
You can follow the full course here: Android Basics with Compose - Unit 1
In this unit, you will build your first app using Jetpack Compose. The app is a simple user interface to display a "Happy Birthday" wish.
- Jetpack Compose Basics: Learn how to use Jetpack Compose, Android’s modern toolkit for building native UI.
- Text and Image Components: You’ll use text and image composables to display UI elements.
- Layouts: Arrange the elements in a simple layout.
- App Name: Happy Birthday App
- Objective: Display a birthday greeting using Compose.
- A greeting message that says "Happy Birthday".
- The interface includes an image alongside the message.
- Jetpack Compose: For building the UI.
- Android Studio: For developing the app.
- Set up Android Studio if you haven't already.
- Open the project in Android Studio.
- Build and run the app on an emulator or a connected device.
Once you finish this project, continue with the course to explore more advanced topics in Compose.