/android-basics-kotlin-forage-app

The completed Forage app allows users to keep track of items, food for example, that they've foraged for in nature. This data is persisted between sessions using Room. You'll use your knowledge of Room and performing read, write, update, and delete operations on a database to implement persistence in the Forage app.

Primary LanguageKotlinApache License 2.0Apache-2.0

Forage - Starter Code

Starter code for the fifth independent project for Android Basics in Kotlin. This project pairs with Unit 5 of Android Basics in Kotlin

Introduction

This is the starter code for the Forage app project. This project is an opportunity for you to demonstrate the concepts you learned in Unit 5 of Android Basics in Kotlin.

Pre-requisites

  • Complete Unit 1 of Android Basics in Kotlin
  • Complete Project 1: Lemonade App
  • Complete Unit 2 of Android Basics in Kotlin
  • Complete Project 2: Dogglers
  • Complete Unit 3 of Android Basics in Kotlin
  • Complete Project 3: Lunch Tray
  • Complete Unit 4 of Android Basics in Kotlin
  • Complete Project 4: Amphibians
  • Complete Unit 5 of Android Basics in Kotlin

Getting Started

  1. Download the starter code
  2. Open the project in Android Studio
  3. Complete the project in accordance with the app requirements

Tasks

Tips

  • Use the provided tests to ensure your app is running as expected
  • DO NOT ALTER THE PROVIDED TESTS