You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love Swift and its expressiveness, and I'm tired of using cross-platform frameworks that either is a mess to maintain (react native) or uses canvas to build the UI (flutter and compose multiplatform), so I've read about JNI and NDK and also found previous attempts to bridge Android APIs into Swift (https://swiftpackageindex.com/PureSwift/Android). Considering that the Graph implementation here can be ported to different backends (GTK, Windows, ...), would it be possible to port to Android as well?
The text was updated successfully, but these errors were encountered:
I love Swift and its expressiveness, and I'm tired of using cross-platform frameworks that either is a mess to maintain (react native) or uses canvas to build the UI (flutter and compose multiplatform), so I've read about JNI and NDK and also found previous attempts to bridge Android APIs into Swift (https://swiftpackageindex.com/PureSwift/Android). Considering that the Graph implementation here can be ported to different backends (GTK, Windows, ...), would it be possible to port to Android as well?
The text was updated successfully, but these errors were encountered: