-
Notifications
You must be signed in to change notification settings - Fork 21
add weather app example #25
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
Conversation
|
swiftlang/swift-java#483 was merged 👍 |
|
LGTM, although I had trouble with the emulator and location permissions. This is a great example though, let's include it |
marcprux
left a comment
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.
LGTM!
|
I'll take a look and then we can get this in. |
ktoso
left a comment
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.
Lgtm, I’ve run the example and it’s very nice
finagolfin
left a comment
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.
Couple small nits, @madsodgaard, and we can get this in.
hello-swift-java/hashing-app/src/main/java/com/example/hashingapp/MainActivity.kt
Outdated
Show resolved
Hide resolved
|
Oh, add some info and a link in the top-level README also. |
|
Thanks for adding this, Mads. 😀 |
Adds a new example that demonstrates calling
asyncfunctions and implementing Swiftprotocolsin Java.This requires swiftlang/swift-java#483 to be merged.