What is a good language for beginners?

What is a good language for beginners to make apps like snapchat and instagram?

2 Likes

If you mean mobile specific apps, you have native options of #swift for iOS and #java/#kotlin for Android, however have a look at Hybrid Development Options 2020 for platforms you can use that allow you to make both iOS and Android apps :+1:

1 Like

Personally I can recommend Flutter if you want to use a hybrid option.

While I only dabbled with it myself, I know a lot of app developers who built native apps for Android and iOS for years and were really impressed and fond of Flutter after having used it for a while.

3 Likes

Yeah another vote on flutter, it makes native apps on both mobile ecosystems (and has a desktop backend now too as I recall).

2 Likes

AFAIK it can even do web now.

EDIT: Yes, it can.

2 Likes

Flutter is definitely on my list of languages to explore too! Here’s a PragProg book if anyone’s interested: Programming Flutter (PragProg) :smiley:

4 Likes

Ooo that’s awesome, didn’t know it gained that ability!

2 Likes