saplyng@kbin.socialtoSelf Hosted - Self-hosting your services.@lemmy.ml•[Question] What are your computers named?
3·
1 year agoMine are all named after mythological creatures. It started with my tower being named Cerberus because it had 3 red LED fans and then just kept up from there. Hydra, Thoth, manticore, chimera. I’m deploying Baba Yaga this week, and Ratatoskr will be up eventually
If you want to use python, you could try Flet. I’ve been using it for some projects at work and it’s dead simple to create an acceptable UI and the docs are very easy to read through with frequent examples. In July they added support for Android and iOS via progressive web apps, I haven’t tried it out yet, but it seems interesting so I might start a project in it soon…
I’ve been having fun with it, if that’s worth anything!
Otherwise, depending on your phone I’d just do native code with Kotlin + jetpack compose for Android or Swift + swiftUI for Apple. I always greatly preferred android development in school but once jetpack compose and swiftUI came out I find them both to be about the same level of enjoyment.
All three of those options are all declarative (describe how you want it to look in code) and I find it much easier to deal with than iOS storyboards or Android xmls.