Question

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?

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top