SPSubhi Pandeyinsubhipandey.hashnode.dev·Feb 11, 2021 · 6 min readCoil - An Android image loading libraryWhat is Coil? Coil is an image loading library for android backed by kotlin coroutines, Coil stands for coroutine image loader, some of the features that this library provides is: Fast: Coil performs a number of optimizations including memory and dis...00
SPSubhi Pandeyinsubhipandey.hashnode.dev·Jan 14, 2021 · 4 min readHow to save data in the local database using room?What is Room Persistence Library? Room Persistence Library provided by Google to implement a local database in Android Room Persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the f...10
SPSubhi Pandeyinsubhipandey.hashnode.dev·Dec 10, 2020 · 4 min readHow to migrate from Kotlin Synthetics to View Binding?If you are keeping with android dev news you might know that starting Kotlin 1.4.20 android Kotlin extensions plugin has been deprecated along with kotlinx.synthetics. What is Android-kotlin-extensions used for and why they are deprecated? The androi...00