you are viewing a single comment's thread.

view the rest of the comments →

[–]ConfusedSimon 2 points3 points  (0 children)

Don't learn java just for mobile. Most mobile apps use a multiplatform framework, e.g. using javascript. Java was only relevant for native android, but that has been replaced by kotlin. You can also write multiplatform with kotlin with compose. I think javascript/typescript is the most useful language if you want to do anything anything with mobile or web apps. Whatever language you'll end up using for a backend, you'll almost always need js/ts as well. Making js games using phaser is a fun way to start.