arrow_upward
What is the easiest way to get into app-building?
#1
Anyone have some good tutorials they reccomend for beginners?

Thinking about making a music player app for my first app. Thanks.



#2
Python is the easiest



#3
Hybrid app frameworks, search for this, you just have to know javascript and it compiles for iOS and Android, there are plenty of tutorials on youtube

doubterot Wrote:Hybrid app frameworks, search for this, you just have to know javascript and it compiles for iOS and Android, there are plenty of tutorials on youtube
In addition to this, I think the easiest to learn is ionic, but you can use the one you like best



#4
The first 'real application' I made ended up being a full-stack website. If that's what you're into, look into NodeJs + MongoDB, there's a ton of tutorials on it that really do explain quite a lot.
I ended up writing my front-end with PUG; Don't do that. It's really quite powerful but the indentation is a pain in the ass since it glitches from time to time.

Of course, if you wanna write mobile apps, JAVA or Android Studio/... are the way to go.



#5
Very useful advice



#6
Is Java useful for data analyitcs/vis?



#7
try a common framework like flutter, angular ionic or react native. There are plenty of tutorials and you learn very much there