I'm totally new to programming and have only dabbled in Python a bit, but I'm really eager to create an app for iOS and Android that tracks health metrics from the operating system and a connected smartwatch. I've worked with technical modeling tools like Dynamo, so I get the visual programming concept but that's about it. I'm curious about what programming language would be the best fit for me to start this project. I've heard about visual coding languages and I'm wondering if that would suit my background better. Any advice would be really appreciated!
2 Answers
If I were in your shoes, I'd go ahead and build a prototype for iOS using Swift. You can find a lot of helpful resources on the Apple Developer site. Alternatively, you could consider using a framework like React Native to create a bridge for both platforms. Starting with Swift will likely give you a more direct path to developing on iOS, and once you have a solid proof of concept, you can tackle the Android version or even hire someone to help with that later on.
Have you tried looking up some resources on what programming languages are used for iOS and Android app development? There's a ton of information out there, and it might help you get a clearer picture of what's available.

This is awesome advice! It definitely lays out a clear direction for me. Quick question though: can I do this development on a Windows PC, or will I need to switch to an Apple device?