What are some good programming tools for mobile development on iOS without a PC?

0
14
Asked By Code_Wanderer92 On

I'm looking to dive into programming but don't have access to a PC or laptop right now. I want to create something for iOS, but I'm unsure what tools I can use. Can anyone recommend some programming engines or environments that work well on mobile?

6 Answers

Answered By Beginner_Dev_101 On

It really depends on the programming language you're interested in. For higher-level languages like Python, JavaScript, or Java, you can find online 'sandboxes.' Just search for your language plus 'sandbox.' You'll often find some great coding editors with console access, which can help you learn the basics.

Answered By Gadget_Guru88 On

Have you considered using Flutter? It's a great tool for mobile development and allows for a lot of flexibility, even on iOS!

Answered By Mobile_Dev_Specialist On

If you're able to get a keyboard and mouse, consider signing up for cloud services like AWS or Azure. They offer remote development environments that can be accessed from your mobile device!

Answered By Dev_Magician95 On

For programming on the go, try using iSH (also known as ish), which allows you to install compilers for Python, C, or Fortran. I've only made command-line apps with it, but it might be worth exploring!

Answered By Techie_Guru99 On

Check out online development environments! They let you code straight from your browser, just need a keyboard and mouse to get going. For example, you can try using Python in a Jupyter notebook, which you can find for free or super cheap. Also, there's something called "repl" for various languages like Go. Give it a shot!

Answered By Coding_Explorer77 On

What do you mean by 'programming engine'? Are you referring to a specific development environment?

Code_Wanderer92 -

By programming engine, I meant something that lets me code easily, like a compiler with tools included.

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.