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.