mayokunadeniyi / Instant-Weather

An Android weather application implemented using the MVVM pattern, Retrofit2, Dagger Hilt, LiveData, ViewModel, Coroutines, Room, Navigation Components, Data Binding and some other libraries from the Android Jetpack.
MIT License
767 stars 165 forks source link

Fix: remove custom RecyclerView layout manager for weather forecast #41

Closed mayokunadeniyi closed 2 years ago

mayokunadeniyi commented 2 years ago

This PR contains a fix for issue #38. Removes the custom RecyclerView adapter used in the forecast fragment. The custom adapter also introduced some UI jank.