Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 673 Bytes

File metadata and controls

24 lines (19 loc) · 673 Bytes

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 navigation

Getting 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.