I’m trying to develop an app with Room. The project is in java. This is my first time using Room. I’ve followed the documentation and created class with @Database, @Dao & @Entity. However when I run the app, it throws the following exception. Can someone please help me figure out what am I doing wrong here? I’ve spent a day
Tag: android-jetpack
How to set visibility for include layout in databinding?
I have implemented data binding in my project. I have a particular screen with two nested layouts in include tags. I couldn’t change the visibility for include layouts using data binding programmatically. However, I have achieved it through a boolean, but my question is how to set visibility for that include tag programmatically. My xml: And in Activity: when I