Bryan L
03/10/2021, 4:54 AMDay1
• - Completed through part 5 on codingwithmitch food2fork course
• - Learned more on how coroutines work from Hyperskill and Docs
• - Created first Room Database, just need to connect it to and display ViewModel in Jetpack Compose
• - Practiced Dependency Management & tried to work with MVVM Architecture
• - Spent time going through various github projects that use Compose
Self-Comment
• - Felt quite lost while going through the tutorial and documentation. Trying to learn Android using Jetpack Compose in which there isn't much material for is making it difficult to wrap my head around certain concepts. I had intentions to start creating my App today after getting all the tools and libraries + Architecture set up, but decided to take it one step at a time. Went back to basics to figure out how to use Room + use it with Jetpack Compose. Overall satisfied on my progress. Feels like a step in the right direction. Thinking about separating the topics that are being covered and working specifically with them in small bits throughout the day instead of all at once. While I believe it's helping me get a better holistic view of a project, it still feels like too much when trying to learn everything together.
Goals Tomorrow
1. - Complete basic Note App connected to Room Database that allows note creation & deletion as well as displays all notes.
2. - Learn more about Hilt and utilizing it through my Note App.
3. - Finish Asynchrony(coroutines) topic in Kotlin Track on Hyperskill
4. - Take some time to rewind on my codingwithmitch course and watch Part 4-5. Possibly complete Part 6-7JungIn Choi
03/10/2021, 9:29 AMBryan L
03/10/2021, 1:59 PMJungIn Choi
03/11/2021, 9:20 AM