-
Notifications
You must be signed in to change notification settings - Fork 0
added example app #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
examples/KMPSharedUI/composeApp/src/commonMain/kotlin/org/example/project/Greeting.kt
Outdated
Show resolved
Hide resolved
examples/KMPSharedUI/composeApp/src/jsMain/kotlin/org/example/project/JsComposeApp.kt
Outdated
Show resolved
Hide resolved
examples/KMPSharedUI/composeApp/src/jsMain/kotlin/org/example/project/JsComposeApp.kt
Outdated
Show resolved
Hide resolved
examples/KMPSharedUI/composeApp/src/jsMain/kotlin/org/example/project/JsComposeApp.kt
Outdated
Show resolved
Hide resolved
override fun onCreate(savedInstanceState: Bundle?) { | ||
enableEdgeToEdge() | ||
super.onCreate(savedInstanceState) | ||
startBugsnag(Configuration(this, getPlatformBugsnagKey())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startBugsnag
should probably be moved to an Application
class instead of an Activity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know where I should put it then? I don't see an instantiation of an Application
class for the Android app.
examples/KMPSharedUI/composeApp/src/androidMain/kotlin/org/example/project/MainActivity.kt
Outdated
Show resolved
Hide resolved
1abe5df
to
faed860
Compare
Goal
Adding an Example app using ComposeUI
Changeset
Added a new app to
./examples