Github Code: github.com/curadProgrammer/Java-Tutorials/blob/main/WeatherAPIData.java Also I recommend watching with subtitles. And if you feel like the video is a bit slow, you change the playback speed to 1.25
This was so much better than the last time when we had to get results from the hourly JSON object and then get the one with current time. Keep up the good work!
I am so happy to find ur channel. 1) Bro in which code editor you are coding. 2) I decided to choose java as my primary language. So , for better resume suggest some projects (I am beginner)
Hello and thanks! To answer you questions: 1. I am using Intellij Community Edition 2. Sounds good, and its a bit hard to say but how much experience do you have coding in Java? For resume projects, I'd suggest making CRUD apps or apps that can Create, Remove, Update, and Delete. So this means that it requires using a Database like MySQL. I made some videos for projects like these which you can find below: 1. Quiz App with Database: th-cam.com/video/npjPPR0I2p8/w-d-xo.html 2. Banking App with Database: th-cam.com/video/phYuQWRaazw/w-d-xo.html 3. Login & Register with Database: th-cam.com/video/fA9_KzJSrNQ/w-d-xo.html 4. Connect to MySQL Database: th-cam.com/video/9ntKSLLDeSs/w-d-xo.html If you are still really new to Java and programming in general, I suggest making simpler apps until you start to feel more comfortable. Unless you are the type to go all in, then you can try the projects I mentioned above. Hopefully this helps
Hello do you mean like a Login and Register Form? If so I have a couple of videos on the topic, you can check this one out: th-cam.com/video/fA9_KzJSrNQ/w-d-xo.html
Unfortunately I don't have much experience using the Gson library, but after taking a look around it seems like the major difference is how they read the JSON data, and also possibly the efficiency at which the JSON data is parsed depending on the size. Reference: stackoverflow.com/questions/42641301/org-json-jsonobject-vs-gson-library-jsonobject
Github Code: github.com/curadProgrammer/Java-Tutorials/blob/main/WeatherAPIData.java
Also I recommend watching with subtitles. And if you feel like the video is a bit slow, you change the playback speed to 1.25
This was so much better than the last time when we had to get results from the hourly JSON object and then get the one with current time. Keep up the good work!
Yeah I realized it had the current options while making this video lol, and thanks!
@@TapTap_196 also I am that RarexBqg guy.😀👍
I am so happy to find ur channel.
1) Bro in which code editor you are coding.
2) I decided to choose java as my primary language. So , for better resume suggest some projects (I am beginner)
Hello and thanks! To answer you questions:
1. I am using Intellij Community Edition
2. Sounds good, and its a bit hard to say but how much experience do you have coding in Java? For resume projects, I'd suggest making CRUD apps or apps that can Create, Remove, Update, and Delete. So this means that it requires using a Database like MySQL.
I made some videos for projects like these which you can find below:
1. Quiz App with Database: th-cam.com/video/npjPPR0I2p8/w-d-xo.html
2. Banking App with Database: th-cam.com/video/phYuQWRaazw/w-d-xo.html
3. Login & Register with Database: th-cam.com/video/fA9_KzJSrNQ/w-d-xo.html
4. Connect to MySQL Database: th-cam.com/video/9ntKSLLDeSs/w-d-xo.html
If you are still really new to Java and programming in general, I suggest making simpler apps until you start to feel more comfortable. Unless you are the type to go all in, then you can try the projects I mentioned above.
Hopefully this helps
@@TapTap_196 thank you sooo much . 🙌🙌. That will help me a lot
@@sathstud No problem, glad to help 😀
Hey just wanna let you know that my project of pattern lock screen in java is completed and really good and thank you so much for motivating me
Congrats! And no problem 😀
This was exactly what I was looking for , thanks bud ❤
Glad it helped and no problem 😀
This is exactly what I was lookin for then I checked ur channel and u have GUI and projects too 🤩
Keep up the good work. I am benefitting a lot from your videos
Thanks! And glad they help 😀
Can you make tutorial how to do design window form in Java?
Hello do you mean like a Login and Register Form? If so I have a couple of videos on the topic, you can check this one out: th-cam.com/video/fA9_KzJSrNQ/w-d-xo.html
@@TapTap_196 I want you to design responsive window form just drag and drop components into the frame.
@@kaka_tutorails8765 Oh I see, hmm...wouldn't that be similar to JavaFX and it's drag and drop functionality?
What is the differences JSON Simple with Gson
Unfortunately I don't have much experience using the Gson library, but after taking a look around it seems like the major difference is how they read the JSON data, and also possibly the efficiency at which the JSON data is parsed depending on the size.
Reference: stackoverflow.com/questions/42641301/org-json-jsonobject-vs-gson-library-jsonobject
Muito obrigada bro
No problem! Glad it helped 😀
how to convert String to double
Hello you would need to do something like Double.parseDouble(str)
It didn't work
Hello, what error are you getting?
@@TapTap_196 which version of java or jdk are you using?
@@suryanshvats3638 did u also get URL depreciated ?
@@TapTap_196 Can you tell which JDK version you are using? It will be alot helpfull for us...