Breedly App
Introduction
Breedly is a small Kotlin app to display some core fundamentals of Android development:
Research
The knowledge used to build this app spanned over the course of a couple years.
I was inspired by a Room database tutorial I found on the YouTube channel: The Android Factory . The channel is phenominal and provided me with the right tools to build this app. I learned a ton from the ToBuy tutorial. This tutorial not only touches on Room, MVVM, Flow, and Bottom Navigation, helps you better understand how to build an app using proper separation of concerns.
Reflection
This app helps exemplify some core knowledge and is useful to me to utilize as a resource when building other apps.