First time creating an Android project in 4.2. I have a MainActivity in which I want to immediately launch another Activity tht I created that has my Compose views built. I know I can change the Manifest file, but I want to understand how to move from MainActivity to another activity.
THANK YOU IN ADVANCE