this post was submitted on 06 Dec 2023
37 points (93.0% liked)
Programming
17313 readers
80 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would say that your best bet would be to learn React Native. It's an excellent option for mobile apps and you can reuse what you learn for a lot of other things as well. It's super popular so you should find no shortage of resources if you get stuck.
https://reactnative.dev/
Another option is Flutter. I personally don't like it too much unless I also intend to target desktop (and even then I'd probably use something else) but it's fairly popular as well so you should be able to find plenty of learning resources.
https://flutter.dev/
Wow, I had no idea that React Native basically ran most major programs in existence. Looks like it might be time to sit down and take some online courses/YouTube tutorials for this thing if I really want to get serious with this project.
Thanks!
You're welcome! Have fun!