Top "Android-components" questions

The Material Components for Android library helps developers execute Material Design

Android ViewModel additional arguments

Is there a way to pass additional argument to my custom AndroidViewModel constructor except Application context. Example: public class MyViewModel …

android mvvm viewmodel android-components
Room cannot pick a constructor since multiple constructors are suitable error

I try to implement persistent library in my android kotlin project, but catch this error on compile time: error: Room …

android constructor kotlin android-room android-components
kotlin android start new service

By using the below code, I'm trying to start new service from a Broadcast receiver, but the service does not …

android kotlin android-components
Android Navigation Architecture Component - Nav Drawer Icons

I'm currently using the Android Architecture Component's Navigation, but I'm running into an issue with my Navigation Drawer. It shows …

android navigation-drawer android-jetpack android-architecture-navigation android-components