dynamic-module-sample icon indicating copy to clipboard operation
dynamic-module-sample copied to clipboard

How do I get the class object ?

Open shyamkumarm opened this issue 5 years ago • 0 comments

I'm clear with calling the Activity from the below code:

Intent intent = new Intent(); intent.setClassName("com.dynamic", "com.dynamic.module.DynamicActivity"); startActivity(intent);

but How I do get the class object or public method of that class from the module.

shyamkumarm avatar Jul 15 '19 10:07 shyamkumarm