https://github.com/creamyturtle/reply-app
"Build an adaptive app with dynamic navigation". Codewords for ditch all the info we taught you about using navController and use a basic way to change pages.
https://github.com/creamyturtle/reply-app
Last synced: about 1 month ago
JSON representation
"Build an adaptive app with dynamic navigation". Codewords for ditch all the info we taught you about using navController and use a basic way to change pages.
- Host: GitHub
- URL: https://github.com/creamyturtle/reply-app
- Owner: creamyturtle
- License: apache-2.0
- Created: 2024-12-20T22:55:42.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-21T02:33:00.000Z (6 months ago)
- Last Synced: 2025-02-17T19:18:28.248Z (4 months ago)
- Language: Kotlin
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Reply App - Starter Code
=================================
Starter code for the Android Basics with Compose: Reply app.Introduction
------------
The Reply app is a basic email client that displays various categories of your
inbox. This app is used to illustrate the concept of adaptive layouts.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.