Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

I am integrating Headwind MDM in my application.

I have to instantiate MDM component on every activity or can I have it instantiated on application-level component?

by

1 Answer

0 votes

You can have it instantiated on the application-level component. MDMService.getInstance() returns a shared instance which is initialized once in the application.

by (32.7k points)
...