Hi,
I have to start an Intent with two Parameter "package Name" and "class Name", how create a call like below in B4A?
I have to start an Intent with two Parameter "package Name" and "class Name", how create a call like below in B4A?
B4X:
intent.setComponent(new componentName("de.test.myapp", "de.test.myapp.lib.ActivityLoader"));