elixir-desktop / android-example-app

Android Studio project wrapper around the Elixir TodoApp Desktop app to run on Android including the Erlang runtime
MIT License
102 stars 10 forks source link

elixir-android <--> Android comms #9

Open llaisdy opened 1 year ago

llaisdy commented 1 year ago

Dear all -- good-looking project!

This is not really an issue, more of a query:

Would an Android application built with this be able to

Or would that require work on the bridge?

dominicletz commented 1 year ago

Right now that would require work on the bridge, but I expect this to improve over time.

llaisdy commented 1 year ago

Thanks! I'll take it out for a test drive just now. Do you think there is much potential for qualitatively speeding up the startup time (eg to under a second)?

dominicletz commented 1 year ago

There definitely is room for that. Startup time is something that erlang+elixir have generally improved on recently and the example skeleton is still using a relatively old version.

llaisdy commented 1 year ago

Thanks :)