Skip to content

Lesson 7 from Udacity Android with Kotlin course. This repository contains: simple implementation that uses RecyclerView, Room and Navigation; and tests using Espresso, MockK and Hamcrest.

License

Notifications You must be signed in to change notification settings

AngeloDias/SleepTrackerWithRecyclerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29ecefa · Aug 7, 2020

History

8 Commits
Jul 30, 2020
Aug 7, 2020
May 30, 2020
May 30, 2020
Jul 30, 2020
May 30, 2020
Jul 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020
May 30, 2020

Repository files navigation

RecyclerView - SleepQualityTracker with RecyclerView app

This is the toy app for Lesson 7 of the Android App Development in Kotlin course on Udacity.

SleepQualityTracker with RecyclerView

This app builds on the SleepQualityTracker you developed in Lesson 6. In this lesson you'll learn how to display a list of results in a RecyclerView instead of a static ScrollView. You'll also learn how you can refactor your code to make it more efficient so it will be easier to maintain and test.

About

Lesson 7 from Udacity Android with Kotlin course. This repository contains: simple implementation that uses RecyclerView, Room and Navigation; and tests using Espresso, MockK and Hamcrest.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages