AkshayChordiya / News

A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
MIT License
848 stars 166 forks source link

Replace Glide with Coil #29

Closed AkshayChordiya closed 4 years ago

AkshayChordiya commented 4 years ago

Since the repository is heavy on Kotlin and coroutines, we can continue the trend by replacing Glide dependency with Coil which is Kotlin and coroutines first and is much light weight than Glide and doesn't use annotation processing 🎉

Suggested by @annshsingh