`Day33` - SearchLocation demo app - Using retrofit...
# 100daysofkotlin-2021
j
Day33
• SearchLocation demo app - Using retrofit/okhttp to make request, parse response, Display the response in RecyclerView, Delaying request using TextWatcher and Timer • Was searching for pagination but stopped. That will be my monday-job.
Self-Comment
• Wow I fell asleep. Started work from Thursday - successful and tough days. Had some onboarding times, receiving macbook, installing stuffs (android studio, sourcetree, postman etc.) etc. • My supervisor gave some homework projects. I told him my exact status, and he prepared some prerequisites to try on. Was quite overwhelmed on first day, cuz I felt under qualified. I tried to put everything, data binding - mvvm - coroutine etc. on first trial, and totally mixed up. So I made my mind to throw away all those and try to make the mvp demo app with callback, without using data binding and mvvm.
Goals Tomorrow
• (roughtly weekend goals) ◦ Read https://kotlinlang.org/docs/coroutines-guide.html ◦ Search how & get used to using android debugger/profiler tools
Copy code
(holder as PlaceViewHolder).bind(placeList[position], context)
check this grammar ( ~ as ~ ) thing
왜 layoutManager 요걸 late init var로 해준담에 setup할 때 할당해주는게 조을까
아 당연히 그렇겠지.. 생각하고 말하자