First time creating an Android project in 4.2. I h...
# announcements
n
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
c
Could you use Fragments and if not why? Also (this is android right?) do you know how to use navigation?