https://github.com/hoc081098/codelab-basic-android-kotlin-compose-training-reply-app
https://github.com/hoc081098/codelab-basic-android-kotlin-compose-training-reply-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoc081098/codelab-basic-android-kotlin-compose-training-reply-app
- Owner: hoc081098
- License: apache-2.0
- Created: 2022-11-02T11:56:06.000Z (almost 3 years ago)
- Default Branch: starter
- Last Pushed: 2023-12-15T05:21:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T13:54:29.660Z (8 months ago)
- Language: Kotlin
- Size: 12.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Reply App - Solution Code
=================================
Solution code for the Android Basics with Compose: Reply app.Introduction
------------
The Reply app is a simple email client that display various categories of your
inbox. This app is used to illustrate the concept of adaptive layout.Pre-requisites
--------------* Experience with Kotlin syntax.
* How to create and run a project in Android Studio.
* How to create composable functions
* How to create compose navigationGetting Started
---------------1. Install Android Studio, if you don't already have it.
2. Download the sample.
3. Import the sample into Android Studio.
4. Build and run the sample.