I have no knowledge about coding, should I start directly from Java? I want to create android apps/games

Is it possible to start directly from Java? My goal is to create an android game in 3 months…

I personally am against Java as first language, OOP can be confusing at first, Java relies completely on OOP (although this is changing with version 9 i heard)

Other people say its fine, that you will pick up pieces of OOP concepts as you go along.

Your choice, you could also consider kotlin given it supports JVM as well, so can be used on android.

2 Likes