`Day32` - Retrofit practice, starting from scratch...
# 100daysofkotlin-2021
j
Day32
• Retrofit practice, starting from scratch - adding library dependencies, permissions, creating interface, making api request, parsing response • Stuck in some problem with coroutine.. should solve it tomorrow
Self-Comment
• Following the course - ready made starter repo with some cute TO-DO blocks - was easy, but starting from scratch is HARD. • Was a tough day, first day at work - onboarding + working on this homework • Actually it was very frustrating but was also very meaningful, starting from scratch. Got overwhelmed at daytime, but soon I just opened a notion document.
Goals-Tomorrow
• solve error with coroutine launch...... • (weekend goals) read documents inside the kotlin lang official coroutine guide
b
First official day at work! 🎉android dance You might also find the Coroutines Codelab I'm working on helpful if you haven't already in your course. Perhaps just sift through it for now to see if you find what'll fix your error (if documentation isn't enough!).
j
Hehehe thanks for congrats and the link. Actually that small project's core was in API handling, so I first handled it with callback. I tried to put everything at once (databinding, coroutine, mvvm etc.) but that was my mistake😂 Decided to study sync/async/block/non-block this weekend.