Android Security – Part I: Persisting user credentials Previous posts in this series We talked about the Android KeyStore system in brief in the last post. We will delve into… Read more »
You might come across this error when you are using Room database on Android. This happens because the generated schema for your tables mark some of the table’s columns as NOT NULL.
Navigation drawers are everywhere. And implementing them is easy as well. In this post, we will go through all the steps that are required to implement a navigation drawer using Kotlin.