Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
codecrow2184yOr make an app to practice Java.
Just make a simple Java desktop app.
First start with a simple calculator app.
Then move to something that requires network calls, like a simple dating app. Best way to learn a new language is to practice and Google your issues.
If you need help, ask on stack overflow. Dont message me. :) I hate Java and will tell you to switch to kotlin or c# or something lol.
I've done 4 years of Java. It's useless. -
Xoka12804yI learned Java while making Android app. Though I knew C++ before, so it was pretty easy to switch to Java
-
@codecrow Wouldn't advise writing a desktop app necessarily - Java on the desktop is a dead area these days.
-
@AlmondSauce JavaFX seems pretty legit to me. And their latest release came out like 6 or 7 months ago.
-
@AleCx04 Yeah,it's an active project, but no-one really uses it. I've a reasonably sized open source project that uses it extensively, but that's the exception rather than the rule - I wouldn't advise anyone new to Java invest time in learning it unless they had a specific reason to do so.
Any recommendations on an app for practicing java?
question