Skip to content

How do I get the class object ? #3

@shyamkumarm

Description

@shyamkumarm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions