Search code examples
androidcoronasdkcorona-storyboard

actitvity to another in Corona sdk


I am new to corona. I wanted to know how to create a new android activity in corona like in eclipse I used

Intent i= new Intent(this,new.class);
startActivity(i);

How do we do this in corona ? so that when i press back button, I go back to previous screen and so that the new activity is a new screen altogether?


Solution

  • you can use storyboard for corona to go to another scene which is Intent going to another Activity in android and for handling back button for android device refer to this link for storyboard please refer to this link