Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 671 Bytes

File metadata and controls

23 lines (18 loc) · 671 Bytes

Dessert Release App - Solution Code

Solution code for the Android Basics with Compose: Dessert Release app.

Introduction

The Dessert Release app is a simple app which displays a collection of Android dessert releases. This app is used to teach the concept of Preferences DataStore.

Pre-requisites

  • Experience with Kotlin syntax.
  • How to create and run a project in Android Studio.
  • How to create composable functions

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.