Launch game from android app, or Compose Multiplatform app in the feature, is possible ? #215
-
I want to start a basic sample from my android app now. Can the setup work inside android app and can you give me a reference to the basic sample to let me know that ability. Thank so much guy. I'm just a fresher android developer and Kotlin lover. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Heya! It definitely can work in Android app. Check out the game template repo which is set up to use Android. You create a new repo based on that template and run it as an Android app and you should see some text and a spinning shape. Let me know if that helps! |
Beta Was this translation helpful? Give feedback.
-
so I just need to implementation dependencies in my android app and I can start the Game Activity like in the sample using Intent right ? |
Beta Was this translation helpful? Give feedback.
Heya! It definitely can work in Android app. Check out the game template repo which is set up to use Android.
You create a new repo based on that template and run it as an Android app and you should see some text and a spinning shape.
Let me know if that helps!