`Day 35` - Learned that I tend to do the opposite ...
# 100daysofkotlin-2021
b
Day 35
• Learned that I tend to do the opposite of what I say I'm going to do • Single note working but with major bugs • Typed up a monthly overview • Started Kotlin Coroutines in your Android App Codelab
Self-Comment
• Did not focus on Retrofit much as intended. I found the coroutine codelab that goes into using coroutines in Room & Retrofit, but had an epiphany while going through it and started to work on Daily Doc. Code for Daily Doc is becoming messier and more organized all at the same time. 😆 I was able to have the current day's note load, but issues with saving and updating. (spoiler: Fixed on Day 36) • Typed up a monthly overview: I'd like to take some time once a month to go through the list and write down what I know/understand about each item on it. Help clear up some things I know vs don't.
Goals Tomorrow
• Fix bugs in Daily Doc. • Finish Coroutines Codelab