Fork me on GitHub
#clojure-android
<
2023-11-02
>
Martynas Maciulevičius15:11:08

Hello. I was thinking about making a native android app (yes, no IOS but android only and no ReactNative/JS). Is there a good tooling choice for this? I've found this answer and decided that maybe it's a good idea to ask directly: https://ask.clojure.org/index.php/8218/what-is-the-best-approach-for-developing-for-android Is there a workflow where I could use REPL for it? My "needs" would be to display a list of items that could have inner pages. That's basically it. And then I'd want to display a WebView... and then have multiple WebViews. I'm thinking whether I should go with native for any good reason or stick to ReactNative-like development. I think I'll not want an ios app as it's too much work but I may want a webapp :thinking_face: (I also don't plan to deploy it to google play store and I may distribute it by other means)