`Day14` - Finished Chapter 1 of _DDIA_ - Skimmed t...
# 100daysofkotlin-2021
b
Day14
• Finished Chapter 1 of DDIA • Skimmed through OOP in AK • Small refactoring on Notes Project • Started Udacity course Developing Android Apps in Kotlin • Reviewed Jetpack Compose Foundation: Thinking in Compose & Managing State
Self-Comment
• Started off with reading material, DDIA has been interesting to read, I'll take my time with it. AK has been just review so far. Jetpack Compose Foundation is becoming easier to understand and visualize each time I go over it, but still a long way to go to implement correctly. • Not much success in refactoring Notes Project, I ended up trying to start with separating some logic which would indirectly help with my caching issue, but no physical success. On the other hand, I'm understanding more and more as I make more and more problems. 🙂 • Started the course @JungIn Choi has, however I will also review codelabs to see if I prefer them. I've diagnosed one of my biggest hurdles in building my Notes Project being fundamentals outside of just using a UI framework(Jetpack Compose). I'll still continue my project, but spend less time on it while I hit the basics to fill the gaps. Definitely prefer videos for theory and text for tutorials. • My learning is still all over the place and probably not "efficient", but improving daily nonetheless. Also late on sending daily as it's actually day 15 so will be sending another one later or tomorrow morning to report today.
Goals Tomorrow
1. Finish lesson 1 in Developing Android Apps with Kotlin 2. Start Codelabs for https://developer.android.com/courses/basic-android-kotlin-training/overview 3. Try to understand basics of Dependency Injection(again) including manual DI + Hilt DI 4. Improve my Notes Project
jetpack compose 2
🔥 1