Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.48 KB

File metadata and controls

36 lines (25 loc) · 1.48 KB

Learning Compose - Android Basics

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

Course Link

You can follow the full course here: Android Basics with Compose - Unit 1

First App: Happy Birthday Wish Interface

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.

Key Topics Covered

  1. Jetpack Compose Basics: Learn how to use Jetpack Compose, Android’s modern toolkit for building native UI.
  2. Text and Image Components: You’ll use text and image composables to display UI elements.
  3. Layouts: Arrange the elements in a simple layout.

Project Overview

  • App Name: Happy Birthday App
  • Objective: Display a birthday greeting using Compose.

Features

  • A greeting message that says "Happy Birthday".
  • The interface includes an image alongside the message.

Tools Used

  • Jetpack Compose: For building the UI.
  • Android Studio: For developing the app.

How to Run the Project

  1. Set up Android Studio if you haven't already.
  2. Open the project in Android Studio.
  3. Build and run the app on an emulator or a connected device.

Next Steps

Once you finish this project, continue with the course to explore more advanced topics in Compose.