I have a little problem. I want to start activity but in something other way. I know that
Intent i = new Intent(this, ActivityTwo.class);
You can look up a Class by name using Class.forName("MyString")
Class
Class.forName("MyString")