Useful ADB commandsFor increasing development productivity every android developer should use adb commands. It gives good control on development environment…Nov 30, 2020Nov 30, 2020
Android Data BindingfindViewById() function to get references to views. When your app has complex view hierarchies, findViewById() is expensive and slows down…Oct 24, 2020Oct 24, 2020
Room database in KotlinStoring data into a database using SQLite can be a hectic job for developers, writing lots of code and handling to perform any database…Jul 22, 2019Jul 22, 2019