android / codelab-android-paging

Jetpack Paging codelab
Apache License 2.0
491 stars 260 forks source link

Step 19, Codelab Function not in Github Code #198

Closed joec58 closed 2 years ago

joec58 commented 2 years ago

The last part of Step 19, "Update the paging Flow creation", refers to a SearchRepositoriesActivity.initAdapter function that exists nowhere in the prior steps nor in the Github code for this exercise.

It appears that the significant parts of this codelab initAdapter function are changes merged into the coroutine at the end of SearchRepositoriesActivity.ActivitySearchRepositoriesBinding.bindList

tunjid commented 2 years ago

Thanks again for reporting this @joec58! Fixing.

tunjid commented 2 years ago

Fixed.