imsdroid
imsdroid copied to clipboard
Can I use Doubango in my application without overriding NgnApplication class?
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?
same problem
extend your application class with NgnApplication
public class YourApplication extends NgnApplication
I will try thanks