+ 3
I just finished learning java sololearn but I dunnu how to mAke a simple game or an application
yeah
4 Answers
+ 2
Sololearn gives you basics. start with an application. here is my first program
http://leakyegg.website.tk/RGB.zip
I included a folder with old versions so you can see how it grew over time. 
search for Javafx tutorial
+ 2
tnx Justinđ
+ 2
No problem. where to go next is a common problem people including myself have. Best advice I have is just make a thing. anything. take it 1 piece at a time. 
step #1 .. make a window appear when you press run
step #2 .. add a thing to it. a button. a textview. a canvas. anything. Just keep moving forward and learning
+ 1
Just try and build a small library management application 
Start with the basic classes books, it's attributes like author, category etc. 
Make a form to enter new book details and then display it and store in a collection. 
Later add hard coded login functionality in it, save a text password in code and authenticate with it, 
Whith this you'll start actual implementation of how a application runs. 
Thanks keep coding 
Harshit chawla






