`Day34` - Read some articles about sync, async, bl...
# 100daysofkotlin-2021
j
Day34
• Read some articles about sync, async, blocking, non-blocking. There are quite many blog posts but many of them are just rough study logs, some incorrect information too. (1) (2) • Worked on recycleview pagination ◦ Had to create another view holder for loading progress bar. Then, for onCreateViewHolder and onBindViewHolder, I had to modify the returning part with when statement. However, then I had to write some ugly "else" code. So I recalled the concept of sealed class and refactored the code.
Self-Comment
• Emmm pagination thing requires quite a lot of refactoring than expected
Goals Tomorrow
• First make a running app, then do refactoring • Wrap up pagination and move on to mvvm
🔥 1