Skip to content

Can you use KorGE in conjunction with native Android features (like Room, Dagger/Hilt, Jetpack Compose, etc)? #1194

Answered by soywiz
Dan-Carlin asked this question in Q&A
Discussion options

You must be logged in to vote

KorGE can be used just as an android library. You can create an android view or activity with korge:

https://github.com/korlibs/korge-samples/blob/5a259513363945d6edcc5909154e43b484b0b89e/integrations/android/app/src/main/java/org/korge/korgeviewexample/MainActivity.kt

Since it is a library, you can use it in conjuntion with anything you need. In Jetpack Compose Android you can embed custom Android views, so you can also put the KorGE view there.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by soywiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants