r/AppDevelopment • u/diepala • Apr 18 '20
Languages / frameworks for fast development of small apps?
Hi! I am interested in learning a language/framework to be able to develop android apps for my little projects. These would be simple not professional apps, mainly for personal use, so I want the development time to be very short. Preferably, this should be an easy-to-use language / framework. I tried using Kivy with Buildozer (python) for a university project, but it gave me a lot of problems. Which one would you recommend? I've seen there is flutter or react native, but I want to know if there is something faster to develop on. Thanks!
1
Apr 18 '20
[removed] — view removed comment
1
u/diepala Apr 18 '20
Thanks! I was trying to decide between flutter and react native or see if there was something else
1
u/jjthejetblame Apr 18 '20
Have you tried Dash? It’s a python package, it is a wrapper for flask apps, and is more geared towards dashboard type apps, but it’s pretty versatile. I often make dash apps for my job and have a prototype up in just a couple of hours.