I want to create an activity dynamically. Something like:
Activity a = new Activity();
Is it possible ? Do I need a special permission ? Or
Instead of multiple activities you can Fragments. You can use the same Layouts with Fragments and you can instantiate them dynamically and remove. In this way you can create a stack based application.