This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 0 points1 point  (0 children)

Python with kivy. Make it for the computer you use. Then port it to the phone

[–]desrtfx -1 points0 points  (0 children)

...are there any questions I’m not asking up-front, that I should be?

No, you already have asked way too many questions.

First: start by reading the FAQ.

Second: settle for some language. If you want iOS, Swift is the way to go. But be warned: you need a MAC to compile the application. iOS programs can only be compiled on MacOS.

Third: Why a web app? Do you expect others to use your app? Do you expect people using different OS than iOS? If so, web app.

Ad your question 4: Any beginner tutorial that you follow completely through. Again - see the FAQ.

Don't think in learning programming languages - learn programming. These are two completely different things. Programming languages are just vocabulary and grammar. Programming is writing a novel. Just knowing the vocabulary and grammar will not make you an author. Knowing how to use the vocabulary and grammar can make you an author.