I have a custom application class (it extends android.app.Application). AFAIK, to get Doubango working I have to change the base from Application to NgnApplication.
Is there a way to use Doubango library without extending NgnApplication by my application class?
I have a custom application class (it extends
android.app.Application
). AFAIK, to get Doubango working I have to change the base fromApplication
toNgnApplication
.Is there a way to use Doubango library without extending
NgnApplication
by my application class?