How Do I Start Building My First iOS App as a High School Student?

0
7
Asked By TechyNinja42 On

I'm currently a junior in high school with some experience coding in Java, and I really want to create an iOS app that everyone can use. I understand that Java isn't typically used for this purpose, and I'm eager to learn the right tools and languages needed to get started. I've heard that making a web app might be easier, but my goal is specifically to develop an iOS app, or possibly a cross-platform app.

I could use some guidance on getting started, especially since I'm not sure if I'll need to buy any software or hardware. I only have access to a desktop Windows computer at the moment. If taking a course would be helpful, I'd love to hear your recommendations. Any advice would be greatly appreciated. Thanks!

1 Answer

Answered By CodeCraftyKid On

You should definitely check out Flutter! It’s an open-source UI toolkit from Google designed for building natively compiled applications across platforms like iOS and Android from a single codebase. It uses Dart, which has some similarities to Java, making it easier for you to dive into.

TechyNinja42 -

Thanks! Do you know if I can use Flutter to create iOS apps on a Windows PC? I’m trying to follow their guide, but it's confusing when I select Windows as a platform. Do I need a Mac for that?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.