This page https://developer.android.com/topic...nager/advanced/custom-configuration#on-demand
says that you need to extend the interface from the Application class. I turned off the default initializer, but then I can not understand the documentation. By default, AppCompatActivity is used for the main activity, and when I change it to Application, some methods inside stop working.
Someone help me understand this moment and do it right
says that you need to extend the interface from the Application class. I turned off the default initializer, but then I can not understand the documentation. By default, AppCompatActivity is used for the main activity, and when I change it to Application, some methods inside stop working.
Someone help me understand this moment and do it right