Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use Doubango in my application without overriding NgnApplication class? #616

Open
piotrek-chmielowski opened this issue Sep 25, 2018 · 3 comments

Comments

@piotrek-chmielowski
Copy link

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?

@nighthunter3173
Copy link

same problem

@basheerkohli
Copy link

basheerkohli commented Dec 3, 2018

extend your application class with NgnApplication

public class YourApplication extends NgnApplication

@nighthunter3173
Copy link

I will try thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants