slowburn-404 / ComposePractice

Projects in the Android Basics with Compose tutorial.

Home Page:https://developer.android.com/courses/android-basics-compose/course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Basics with Compose Course Journal

Welcome to my public journal for the Android Basics with Compose Course! This repository serves as the root folder for various projects documenting my learning journey and progress through the course. Each project is a unique module with its own set of challenges and lessons.

Table of Contents

  1. Unit 2: Building App UI

Unit 2: Building App UI

Project: DiceRollerApp

In this initial project, I got to:

  • Understand how composition and recomposition works.
  • Add a button to an app UI and respond to user taps.
  • Learn how to use state to display data and reflect the changes automatically when the data gets updated.
  • Interact with the debugger in Android Studio
  • Write unit tests to test isolated functions.

In this project, I got to:

  • Learn about state hoisting
  • Work with the TextField composable

Feedback and suggestions

Feel free to follow along and share your thoughts! If you have any suggestions or feedback, please don't hesitate to reach out.

  1. Clone the repository to your local machine:

    git clone https://github.com/slowburn-404/ComposePractice.git

About

Projects in the Android Basics with Compose tutorial.

https://developer.android.com/courses/android-basics-compose/course


Languages

Language:Kotlin 100.0%