ASMR Programming - Weather App - Java Beginner Project Tutorial

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 265

  • @TapTap_196
    @TapTap_196  Рік тому +18

    UPDATE: If you are running into issues with the returned JSON data from the API call, try using "weather_code" instead of "weathercode"
    Github:
    github.com/curadProgrammer/WeatherAppGUI-Java
    🔗Links I used on this video:
    1. Simple JSON JAR: code.google.com/archive/p/json-simple/downloads
    2. Images used in the project: drive.google.com/drive/folders/1d8-daIYSFlVToJRUG2nGFTGsMccwxGym?usp=sharing
    3. Weather Forecast API :open-meteo.com/en/docs#latitude=33.767&longitude=-118.1892
    4. Geolocation API: open-meteo.com/en/docs/geocoding-api
    Learn Programming as you Build Projects with CodeCrafters! (Get 40% Off) 👉 app.codecrafters.io/join?via=taptap

    • @faaizabdullah1445
      @faaizabdullah1445 5 місяців тому

      hey I followed your tutorial exactly the same and double checked everything was right. I am getting two run time error when I enter a city in the search. Its showing cannot invoke the api pull because "weathercode" is null and "weatherData" also results to null. Can I show you my code somehow?

    • @TapTap_196
      @TapTap_196  5 місяців тому

      @@faaizabdullah1445 Hello, so to fix that error instead of using "weathercode", use "weather_code" with the underscore in between.
      If that still doesn't work, you can use this to post your code snippet and then send me the link: smalldev.tools/share-bin

    • @felteds6177
      @felteds6177 5 місяців тому

      @@faaizabdullah1445 change "windSpeed_2m" to "wind_speed_2m". That's what I did!

    • @Wzone13
      @Wzone13 4 місяці тому

      Why didnt you use Scenebuilder?

    • @TapTap_196
      @TapTap_196  4 місяці тому

      @@Wzone13 I like typing better 😅

  • @terciofelipeoliveirafrance2228
    @terciofelipeoliveirafrance2228 25 днів тому +2

    My friend what you did, was a miracle, you unlocked the doubt I had in java.

  • @onlyCasual-p2z
    @onlyCasual-p2z 2 місяці тому +4

    your code is so clean and easy to read, u really inspired the heck out of me

  • @heliolucio7691
    @heliolucio7691 Рік тому +17

    Relaxing and learning at the same time, thank you!

    • @TapTap_196
      @TapTap_196  Рік тому +1

      Thanks! I'm glad you enjoyed it 😃

  • @mathongames3lb
    @mathongames3lb 6 місяців тому +5

    Guys if anyone is struggling, beware: for me the keys in the json fetched from the weather API were a bit different "weathercode" was suddenly "weather_code" and same subtle difference in the other keys like windspeed, relative humidity as well :)

    • @TapTap_196
      @TapTap_196  6 місяців тому

      Thanks for the help 😀

    • @soehtet7640
      @soehtet7640 6 місяців тому

      Yeah, I spent like 40 mins finding this out as well. I just finished it.

  • @Mohsirk36_79
    @Mohsirk36_79 Рік тому +10

    Just the thing I was looking for. Thank you so much!

    • @TapTap_196
      @TapTap_196  Рік тому +1

      No problem, and I'm glad it helped 😀

  • @kayzintun1449
    @kayzintun1449 7 місяців тому +2

    Thanks a lot, I really enjoy the flow of your programming process.

    • @TapTap_196
      @TapTap_196  7 місяців тому +1

      No problem, glad you enjoyed 😀

  • @soehtet7640
    @soehtet7640 6 місяців тому

    Thanks, lad. My first API lesson. Appreciate your hard work.

    • @TapTap_196
      @TapTap_196  6 місяців тому +1

      No problem, glad it helped 😁

  • @alfredooviedo9410
    @alfredooviedo9410 8 місяців тому +1

    Great Video! what are you planning on building next?? webscraper? email client? bittorrent client? IRC client? Web Server? Spotify Client? Real time chat client and server? regardless thank you so much for such a comprehensive and fun tutorial XD

    • @TapTap_196
      @TapTap_196  8 місяців тому

      Thanks! and those sound like great ideas. The next video I'm working on at the moment is creating a tutorial on how to do API calls in Java then after that I'll be working on a quiz GUI with database. Also glad you find my content helpful 😀

  • @RenascenceOfficial
    @RenascenceOfficial Рік тому +4

    Perfeito! Meus parabéns! Aprendi mais sobre estilo de programação em Java com esta obra prima ❤

  • @Gatorlover-hi2rn
    @Gatorlover-hi2rn 2 місяці тому

    How do you type so quickly without errors and its a fun to watch you code..... I am an ultra beginner at java. Your videos are inspirational

    • @TapTap_196
      @TapTap_196  2 місяці тому

      Hello, I already have the project done it's just a matter of retyping it 😅.
      and thanks! Good luck on your programming journey 😀

  • @SaitoYe
    @SaitoYe 11 місяців тому +1

    Very good tutorial, especially your keyboard sounds very nice. It’s not like other videos that have unnecessary nonsense. Your videos are great. I hope you can make more videos about implementing e-malls in Java. Come on.

    • @TapTap_196
      @TapTap_196  11 місяців тому

      Thanks! Hmm...that sounds pretty interesting. Is it basically a way to email people from a gui or to create a gui that shows you all of your emails?

    • @SaitoYe
      @SaitoYe 11 місяців тому

      E-mall platforms like Amazon, not email🤣@@TapTap_196

  • @sathstud
    @sathstud 3 місяці тому +3

    bro your channel is amazing but a small suggestion if have a voice over then video
    will be better

    • @TapTap_196
      @TapTap_196  3 місяці тому +1

      Oh yeah I'm planning on making more videos using my voice in the future 😀

  • @Djdjdjdjmemeo
    @Djdjdjdjmemeo Рік тому +1

    Hello! I really enjoyed your video process! I have a question, what do you think is better to learn and where there are more opportunities, Java or C Sharp?

    • @TapTap_196
      @TapTap_196  Рік тому

      Hi! and thanks 🙏. Hmm...I haven't used C# as much other than for learning Unity, so my advice might be a bit biased. Of those two, I'd choose Java just because I've heard that Springboot (Java Backend Framework) is used a lot in the industry
      Hopefully this helps

  • @_TheBritGuy_
    @_TheBritGuy_ 4 місяці тому +1

    What plugin are you using? for live view?

  • @UNMEASURED100
    @UNMEASURED100 Рік тому +2

    Thanks. I just started learning swing

  • @bethelmasunungure9491
    @bethelmasunungure9491 Рік тому +1

    Thank you soo much for this❤. God bless you for the work you are doing.

    • @TapTap_196
      @TapTap_196  Рік тому

      No problem and glad you found the video helpful 😃

  • @heimish27
    @heimish27 4 місяці тому

    Thanks for good lecture. Could you tell me where did you get your keyboard?

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Glad you enjoyed 😀, and I'll paste below my keyboard specs:
      ---------------------------Keyboard Specs---------------------------
      RK84 PCB and Casing
      Feker Holy Panda Switches with 2050G Lube
      Stabilzers with 2050G Lube
      Foam Mod
      PBT DYE-SUB Keycaps

  • @jasonannand3852
    @jasonannand3852 8 місяців тому

    Hi,I am very new to Java.Could you tell me how to set up the initial project from scratch, as in file structure from a blank/new project??What editor are you using??

    • @TapTap_196
      @TapTap_196  8 місяців тому

      Hello, I am using IntelliJ Community Edition which you can download the setup here:
      www.jetbrains.com/idea/download/?section=windows
      The community edition will be below the ultimate edition.
      After that, I do show you in the video how to setup the project in the beginning around @0:31
      I might make a future video on how to install IntelliJ, but hopefully this helps

  • @bhoomikas1239
    @bhoomikas1239 11 місяців тому

    Bro in which domain you are working and on which lang..your videos are really helpful,can you share your working journey till now with us do a vedio on that it's a request it will be really helpful to younger aspirants..

    • @TapTap_196
      @TapTap_196  11 місяців тому +1

      I am using IntelliJ Community Edition and using Java as the programming language.
      Thanks! I'm glad they are helpful 😀
      Oh do you mean like my background on how I got started on coding? That does sound interesting, I'll see if I have time for it. Thanks for the idea!

    • @bhoomikas1239
      @bhoomikas1239 11 місяців тому

      @@TapTap_196 yeah thank you.

  • @Rodrigo-dm2gq
    @Rodrigo-dm2gq 9 місяців тому

    woww, i discover this canal and I´m loving it, Thanks for the videos.

    • @TapTap_196
      @TapTap_196  9 місяців тому

      I'm glad you are enjoying my content 😀

  • @GutaIcast
    @GutaIcast 5 місяців тому +7

    I just spent 2 hours trying to figure out what i did wrong, only to find out that my api did weather_code instead of weathercode in the mapping, hahahahaha

    • @TapTap_196
      @TapTap_196  5 місяців тому +5

      Yeah other people were having that same issue, I'm going to add that to the pinned comment just in case someone else has it 😅. But glad you were able to figure it out 😀

  • @SudhirSharma-jg8cl
    @SudhirSharma-jg8cl Рік тому +1

    Bro, please tell what are prerequisite for project in starting it will really helps 🙏, love your Videos❤❤

    • @TapTap_196
      @TapTap_196  Рік тому

      Hello, I did the prequisites would be from 00:31 - 03:09 where I download the necessary JAR files and images used in the project, and thanks! 😀

    • @SudhirSharma-jg8cl
      @SudhirSharma-jg8cl Рік тому

      @@TapTap_196 bro, I mean which technology you should already know before making this project like prerequisite are Java, Swing, API, DSA, OOPs concept, etc.. viewer should have idea about how this thing are working.
      Bro, one more thing if you like it 😁 if you can't speak in video then why don't you use AI to give sound what you had captioned. Thanks for replying ☺️😍

    • @TapTap_196
      @TapTap_196  Рік тому +2

      @@SudhirSharma-jg8cl Ah gotcha, knowing the basics of Java should be good enough for this project. For swing concepts, I try my best in the video to detail what is happening during the swing section.
      It does help to know things like Inheritance, JSON, and APIs, but overall I try to explain what each code does to help understand what is happening.
      If you do have questions about parts in the video, please let me know and I'll do my best to clarify.
      I'll try speaking in a future video that contains a short and simple project just to test the waters 😅. Thanks for the idea though 😀

  • @vincenguyen7
    @vincenguyen7 5 місяців тому

    Hey thanks so much for the video! I was wondering why all the GUI components (the temperature text, pictures, and search button, etc) in the private addGUIComponents() function I typed out like you did in the video don't show up on my GUI when I ran it?

    • @TapTap_196
      @TapTap_196  5 місяців тому

      No problem! and are you calling on the setVisible() before or after the addGUIComponents()? If you are calling it before the addGUIComponents() then the components won't show so you have to place it after the addGUIComponents().
      Also, could you let me know the timestamp on where you are so that I can get a better understanding of the problem?

    • @vincenguyen7
      @vincenguyen7 5 місяців тому

      @@TapTap_196 I was at around 10:30 when I ran the app it only shows my JFrame window but not the GUI components in it. And I just fixed it now nevermind lmao, I tried to set up a JFrame for the window in the main AppLauncher function and then added the GUI components to the main function instead of the JFrame I created, that's why it wasn't showing up. But thank you for the video haha, really helpful

    • @TapTap_196
      @TapTap_196  5 місяців тому +1

      @@vincenguyen7 Ah gotcha, it happens to the best of us 😆 and no problem glad to help 😀

  • @Sam-hr9it
    @Sam-hr9it 5 місяців тому

    Hey man could you please show how you set up the project structure to begin with? This is my first app and I got a bit confused seeing you already had the WeatherAppGUI folder set up already before you added the JSON file

    • @TapTap_196
      @TapTap_196  5 місяців тому

      Hello, and yeah apologies for not including that I'll consider doing that in my future project related videos.
      How to set it up:
      1. Create a new project on IntelliJ
      2. Select Java on the left side
      3. For the location -> click on the folder icon on the right side-> select the directory where you want the project folder to be -> click "OK"
      4. Then in the name part at the top, type in "WeatherAppGUI"
      5. Then hit create
      That should do it, but if it doesn't let me know

    • @preciousadigwe7141
      @preciousadigwe7141 5 місяців тому

      @@TapTap_196 Will this still work if I make the project on Visual Studio Code?

    • @TapTap_196
      @TapTap_196  5 місяців тому

      @@preciousadigwe7141 Hello, yes it should work with VSCode too.
      The one thing that will be different is adding the JAR to the project path, but you can find tutorials for that on youtube. Like this one: ua-cam.com/video/3Qm54znQX2E/v-deo.html
      Hopefully this helps

  • @Aimmatrix
    @Aimmatrix 2 дні тому

    can anyone help after we connected the API and we tried running the program for tokyo it returns null rather than co-ordinates

  • @AlejandroHerffield
    @AlejandroHerffield 9 місяців тому +1

    Epic Work, this looks like a Nasa work type hahahah

    • @TapTap_196
      @TapTap_196  9 місяців тому +1

      I wouldn't say that lol, but thank you 😀

  • @R0kudo
    @R0kudo 7 місяців тому

    thank you so much for this! new subscriber

    • @TapTap_196
      @TapTap_196  7 місяців тому

      No problem, and thanks!

  • @Momo701_
    @Momo701_ Рік тому

    Sehr cooles Video!
    Gibst du auch Kurse oder kommen noch mehr Tutorials?
    Ich studiere Informatik und hier und da läufts nicht so mit Programmieren.

    • @TapTap_196
      @TapTap_196  Рік тому

      Thanks! and at the moment I am not offering any courses, but I still plan on making these types of tutorials in the future. Right now I am currently working on a new video where I am making a Bank App with MySQL.
      Programming can be quite difficult especially in the beginning, but if you truly want to be good at it I recommend to pace yourself and try to create some fun projects that interest you.
      Good luck on your coding journey 😃

  • @hardikthakur3182
    @hardikthakur3182 Рік тому +1

    The project is great but in starting it shows me correct weather information but now it is showing wrong weather information please correct me what i can do for this..✨

    • @TapTap_196
      @TapTap_196  Рік тому +2

      Unfortunately, the API can get the weather wrong at times and I don't get it myself. The main reason why I used this API is because it was free and didn't require making an account to use the API.
      If you do want more accurate weather data, possibly look into other weather apis.
      Hopefully this helps

  • @mk_crazy_arts7674
    @mk_crazy_arts7674 Рік тому +1

    Hi what to do if i open json simple jar with intellij idea it shows it is a binary file
    plz tell us

    • @TapTap_196
      @TapTap_196  Рік тому +1

      Oh you don't open the jar file, you just need to add it to the project structure which I do around 01:32.
      Hopefully this helps

  • @057ahmaransari5
    @057ahmaransari5 Рік тому

    On this time I only know java, can you tell me a roadmap to become a java developer and build this king of applications.

    • @TapTap_196
      @TapTap_196  Рік тому

      Hmm...try out this roadmap: roadmap.sh/java

  • @ajinkyanaik8240
    @ajinkyanaik8240 Місяць тому

    can i do this similar project in vscode or i need to install any other platform

    • @TapTap_196
      @TapTap_196  29 днів тому

      Hello, you can do this project in VSCode. Though you would need to figure out how to add the JSON JAR file into your project structure which you can follow in this video: ua-cam.com/video/3Qm54znQX2E/v-deo.html

  • @tanyeltuerkoglu
    @tanyeltuerkoglu 27 днів тому +1

    Hi. I like your Weather App Code and even I tried to make it. Problem: Cannot invoke "org.json.simple.JSONArray.get(int)" because "weathercode" is null. Is there a solution for it?

    • @TapTap_196
      @TapTap_196  27 днів тому

      Hello, and thanks! For that issue try using "weather_code" instead.

  • @Finesser234
    @Finesser234 8 місяців тому

    do i need to add the json files into the structure because everytime i download it from the link my mac says it is from an unidentified devleoper and cannot do anyhting with it. If i do any, other spots i can get it from ?

    • @TapTap_196
      @TapTap_196  8 місяців тому

      Hello, unfortunately I don't have much experience using Mac but if you are having issues because you are trying to open the JAR file then don't worry you don't need to open the file. You just need to add it to the Project Structure.
      If the above doesn't help, check this article out iboysoft.com/howto/cannot-be-opened-because-it-is-from-an-unidentified-developer.html
      Hopefully this helps.

  • @Isabeelly1
    @Isabeelly1 11 місяців тому

    Muito bom, obrigada por compartilhar! consegui reproduzir e aprimorar meu desenvolvimento em Java!

    • @TapTap_196
      @TapTap_196  11 місяців тому

      Thanks! and Glad it helped 😀

  • @karlita3204
    @karlita3204 6 місяців тому

    Just out of curiosity, can you try to create this same weather app but through VS Code? Seems its not working for me ;-;

    • @TapTap_196
      @TapTap_196  6 місяців тому

      Hmm...I'll have to see. What issues are you running into?

  • @057ahmaransari5
    @057ahmaransari5 Рік тому

    Can you tell me how much things I have to learn to build this kind of applications.

    • @TapTap_196
      @TapTap_196  Рік тому

      Hello, the basics of Java should suffice. You might need to know how API works, but the way I did it is simple enough that you probably don't need to, but it does thelp to know. You don't have to know too much about swing as I tell you what is happening when I am creating the GUI.
      Feel free to ask me questions, and I'll respond asap

  • @shugu1000
    @shugu1000 Рік тому

    Very good. Thanks

    • @TapTap_196
      @TapTap_196  Рік тому

      Thanks! and glad it helped 😀

  • @nirajhadkar3001
    @nirajhadkar3001 7 місяців тому

    As I am from India which timezone should be appropriate as there is none for India?

    • @TapTap_196
      @TapTap_196  7 місяців тому

      Hello, I'd say choose the one that is closes or most similar to your timezone.

  • @Xyz-b7s7y
    @Xyz-b7s7y 3 місяці тому

    Bro can we use servlets and run application

    • @TapTap_196
      @TapTap_196  3 місяці тому

      Hello, what would the servlet do? From my knowledge would it be hosting the weather data? If so, then yeah I think you can do that.

  • @TheR7HD
    @TheR7HD Місяць тому

    This is so cooool 😍😍😍

  • @robertod893
    @robertod893 Рік тому

    Excellent content!

  • @Kietnormal1
    @Kietnormal1 3 місяці тому

    Which are you using Theme for Java ?

    • @TapTap_196
      @TapTap_196  3 місяці тому

      Hello, I am using this theme: plugins.jetbrains.com/plugin/12163-monocai-color-theme

  • @JrcoOcl
    @JrcoOcl 9 місяців тому

    Bro you're the best.

  • @daduda741
    @daduda741 3 місяці тому

    10/10 channel

  • @Xyz-b7s7y
    @Xyz-b7s7y 4 місяці тому

    Cannot getting jason data as output from api

  • @delphina3305
    @delphina3305 Рік тому +1

    can you please make inventory management system project in java??

    • @TapTap_196
      @TapTap_196  Рік тому

      Hello, that is in my bucket list of projects to do. I'll consider it after the next project

  • @TheBongYOUTUBERS
    @TheBongYOUTUBERS 2 місяці тому

    I can't extend Jframe in Android Studio...Can anyone help me?

  • @ivanzq21
    @ivanzq21 5 місяців тому

    at 3:30 to set the title is _setTitle("App Name")_ not super, am I right?

    • @TapTap_196
      @TapTap_196  5 місяців тому +1

      Hello, you can also use setTitle() to update the header text.

  • @gultekinerisik6064
    @gultekinerisik6064 7 місяців тому

    Is this a maven project or just simple project

    • @TapTap_196
      @TapTap_196  7 місяців тому

      Hello, this is a simple project. This project does not use Maven.

  • @aakashmane9706
    @aakashmane9706 3 місяці тому

    What is that theme on IntelliJ Idea

    • @TapTap_196
      @TapTap_196  3 місяці тому

      Hello, I am using this theme: plugins.jetbrains.com/plugin/12163-monocai-color-theme

  • @علم-عام
    @علم-عام 4 місяці тому

    whats theme are you using?

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Hello, I am using this theme: plugins.jetbrains.com/plugin/12163-monocai-color-theme

    • @علم-عام
      @علم-عام 4 місяці тому

      @@TapTap_196 thanks

  • @GamingPro69420
    @GamingPro69420 Рік тому +1

    Hello, do u have know any good game engine that uses java. I want to make a 3d game.

    • @TapTap_196
      @TapTap_196  Рік тому +1

      Hmm...I'm not too familiar with the game dev space. I actually just started learning myself and I use the libGDX framework, but I mainly focus on 2D games.
      libGDX does support 3D but not really sure how to do it. There is also jMonkeyEngine or you can make your game engine using the LWJGL framework which uses OpenGL. I'd say try libGDX as I believe their is more resource out there compared to jMonkeyEngine. Check this link out if you want to use libGDX xoppa.github.io/

    • @Chilli_Tea
      @Chilli_Tea Місяць тому

      nah bro just use unity for that, c# is basically better java anyway

  • @momoh7541
    @momoh7541 Рік тому

    What was the main app you used?

    • @TapTap_196
      @TapTap_196  Рік тому +2

      Hello, I am using IntelliJ Community Edition

  • @frezneel
    @frezneel Рік тому

    can u make project using firebase database with Java Swing?
    i tried to add firebase database libraries but error in set value 😥

    • @TapTap_196
      @TapTap_196  Рік тому +1

      I've been thinking of making a video around firebase, I'll add that to the next poll after the next project is finished.
      What library did you use if you don't mind me asking?

    • @frezneel
      @frezneel Рік тому

      @@TapTap_196 I'm using maven google.firebase:firebase-admin:9.1.1
      Waiting for the next content, good luck to you. 😸

  • @chandrikaaman6472
    @chandrikaaman6472 7 місяців тому

    Hi Brother, I’m 13 years old, and greatly skilled at typing and computing, I want to learn java, is that ok, or I should wait some time..

    • @TapTap_196
      @TapTap_196  7 місяців тому

      Hello, I think starting that early is great. I'd say find something that interests you about programming whether its making games, websites, etc... and start from there.

    • @chandrikaaman6472
      @chandrikaaman6472 7 місяців тому

      @@TapTap_196 thanks bro

  • @ajinkyanaik8240
    @ajinkyanaik8240 Місяць тому

    i am not getting where are you typing this code is this vscode

    • @CrisAnthy
      @CrisAnthy 29 днів тому

      He is using IntelliJ IDE

  • @deannacorso8659
    @deannacorso8659 Рік тому

    Can you make the Clock App?

    • @TapTap_196
      @TapTap_196  Рік тому

      Oh do you mean like a timer? Or an app that displays the current time

  • @iHishamAhmed
    @iHishamAhmed Рік тому

    What ide do you work with in the vid

    • @TapTap_196
      @TapTap_196  Рік тому

      Hello, I am using the IntelliJ Community Edition IDE

  • @HaHa-oh5re
    @HaHa-oh5re 10 місяців тому

    I need help, the compiler says that the weatherCode is null after running

    • @TapTap_196
      @TapTap_196  10 місяців тому +1

      Hello, try doing it this way:
      "had to change the API gets from "weathercode" to "weather_code", "relativehumidity_2m" to "relative_humidity_2m" and "windspeed_10m" to "wind_speed_10m"." @pelvaka1755
      Let me know if this helps or not

    • @HaHa-oh5re
      @HaHa-oh5re 10 місяців тому

      ​@@TapTap_196 it worked thanks a lot!

    • @TapTap_196
      @TapTap_196  10 місяців тому

      @@HaHa-oh5re No problem! Glad it helped 😀

  • @deannacorso8659
    @deannacorso8659 Рік тому

    Can you do News App with Java?

    • @TapTap_196
      @TapTap_196  Рік тому

      That sounds interesting 🤔. What type of features would you imagine to be in this app? Is it just doing an API call and showing recent news onto the GUI?
      I'll consider adding it to the next poll

  • @hanumanthabd5190
    @hanumanthabd5190 Місяць тому +1

    bro i want your code bro please

  • @KALURIKARTHIKEYAKALURIKARTHIKE
    @KALURIKARTHIKEYAKALURIKARTHIKE 10 місяців тому

    broooo iam unable to import swing class (unused import statement!!!!!) HELPPPPPP!!!!!?????

    • @TapTap_196
      @TapTap_196  10 місяців тому

      Try including "import javax.swing.*" at the top

  • @Xyz-b7s7y
    @Xyz-b7s7y 4 місяці тому

    While passing Tokyo as location it's showing output as null

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Hello, is there an error that is being outputted in the terminal? If so can you paste it?

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      @@TapTap_196 no only null

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      Java.lang.nullpointerexception cannot invoke java.net.httpurlconnection .getresponsecode() because conn is null

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      @@TapTap_196 java.lang.nullpointerexception cannot invoke java.net.httpurlconnection.getresponsecode() because conn is null

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      @@TapTap_196 java.lang.nullpointerexception cannot invoke java.net.httpurlconnection.getresponsecode() because conn is null

  • @vishnunair691
    @vishnunair691 Рік тому +1

    bro ,which theme r u using in Intellij?

    • @TapTap_196
      @TapTap_196  Рік тому +2

      I am using Monokai Pro. Here is the link:
      plugins.jetbrains.com/plugin/13643-monokai-pro-theme

  • @hanumanthabd5190
    @hanumanthabd5190 2 дні тому

    I have a error with time zone please help

    • @TapTap_196
      @TapTap_196  2 дні тому

      Hi, what error are you having? Are you using the wrong timezone?

  • @shikitomichael1099
    @shikitomichael1099 11 місяців тому

    what IDE do use sir ?

    • @TapTap_196
      @TapTap_196  11 місяців тому

      Hello, I am using IntelliJ Community Edition

  • @michaelsalami5500
    @michaelsalami5500 10 місяців тому

    why did you use swing instead of java FX is it better to learn swing

    • @TapTap_196
      @TapTap_196  10 місяців тому

      Hello, I used swing because it was easier to setup than JavaFX but I will be making a JavaFX version of this in the future.
      In my opinion I believe that JavaFX is better, but swing is simpler and easier to get into.

    • @michaelsalami5500
      @michaelsalami5500 10 місяців тому

      i wanna learn javaFx should i just start off with swing or jump straight into java fx
      @@TapTap_196

    • @TapTap_196
      @TapTap_196  10 місяців тому

      @@michaelsalami5500 I'd say you can start off with JavaFX

  • @livet6273
    @livet6273 9 місяців тому

    Can you tell me where to study java?

    • @TapTap_196
      @TapTap_196  9 місяців тому +1

      Hello you can refer to my other comment, if you haven't seen it then I'd consider mooc's course in Java.

    • @subhamsingh7627
      @subhamsingh7627 6 місяців тому

      @@TapTap_196 same,its a great course!

  • @joshuadombassi9648
    @joshuadombassi9648 9 місяців тому

    how did you import the BufferedImage?

    • @TapTap_196
      @TapTap_196  9 місяців тому

      Hello, I believe you are referring to this?
      import java.awt.image.BufferedImage;
      Hopefully it helps

    • @joshuadombassi9648
      @joshuadombassi9648 9 місяців тому

      i did that, however im having issues loading the image into the square box @@TapTap_196

    • @joshuadombassi9648
      @joshuadombassi9648 9 місяців тому

      i see when you import the text becomes green , but for me althoug i have import java.awt.image.BufferedImage; theres no change

    • @joshuadombassi9648
      @joshuadombassi9648 9 місяців тому

      nevermind i got it, i wasnt creating a path for it . nice videos btw thank you

    • @TapTap_196
      @TapTap_196  9 місяців тому

      @@joshuadombassi9648 Glad you were able to solve it 😀 and thanks I appreciate it!

  • @harshilpatel9178
    @harshilpatel9178 8 місяців тому

    Pls tell me which editor is this....

    • @TapTap_196
      @TapTap_196  8 місяців тому +2

      Hello, I am using IntelliJ Community Edition

    • @nikhilmendiratta5767
      @nikhilmendiratta5767 6 місяців тому

      @@TapTap_196 which theme are you using in intellij ?

  • @KALURIKARTHIKEYAKALURIKARTHIKE
    @KALURIKARTHIKEYAKALURIKARTHIKE 10 місяців тому

    bro iam unable to import pacakges swingg etc????????

    • @anne_the_dev
      @anne_the_dev 6 місяців тому +1

      Just before the "public class" Type import java.swing.*;

  • @gameboyv1790
    @gameboyv1790 Рік тому

    Wow thanks

  • @AntanKawin
    @AntanKawin 11 місяців тому

    Is this will run in netbeans

    • @TapTap_196
      @TapTap_196  11 місяців тому

      Hello, yes this should work on netbeans. The only difference might be how you insert the JSON JAR file into your project structure. You'll have to look up on a tutorial for that.

    • @AntanKawin
      @AntanKawin 11 місяців тому

      @@TapTap_196 can you give the tutorial link

    • @TapTap_196
      @TapTap_196  11 місяців тому

      @@AntanKawin This should work: ua-cam.com/video/OQOpYHwA1A0/v-deo.html

  • @mr_beta4
    @mr_beta4 9 місяців тому

    Bro what is this javax swing?

    • @TapTap_196
      @TapTap_196  9 місяців тому +1

      Hello, yes this project uses the Swing framework

  • @msmorey519
    @msmorey519 Рік тому

    Can you make a Lost & Found system web

    • @TapTap_196
      @TapTap_196  Рік тому

      Oh could you clarify a bit more on that? Is the app like "find your device"?

    • @msmorey519
      @msmorey519 Рік тому

      @@TapTap_196 Not a find my device app. But a A web base platform where people can register if they lost Something & The One who found will also register there. ( this website will act as a bridge between founder & a person who lost his things, It's a small scale system for a College or a Campus or a Society. Or even for marriage hall s or Parks.

  • @Xyz-b7s7y
    @Xyz-b7s7y 4 місяці тому

    Bro everything is done can u add more function and make more interactive

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      As it look though quite simple

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Hmm...maybe in a future video when redo it in JavaFX. What functionalities do you have in mind?

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      @@TapTap_196 something like if we search for particular country it should show pictures as well

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      @@TapTap_196 can we connect this type of apps to server

  • @RarexBqg
    @RarexBqg 10 місяців тому

    Thank you sooo much . Could you please make a chess player(not engine) like this.

    • @TapTap_196
      @TapTap_196  10 місяців тому +1

      No problem, and hmm that sounds interesting. I'll add it to the projects list. Thanks for the idea!

  • @Xyz-b7s7y
    @Xyz-b7s7y 4 місяці тому

    Getting error as no json module

  • @aasrithadwarampudireddy9783
    @aasrithadwarampudireddy9783 9 місяців тому

    Is this a mobile application?

    • @TapTap_196
      @TapTap_196  9 місяців тому

      Hello, this is a Desktop Application

  • @Kazi142
    @Kazi142 9 місяців тому

    bro can you make projects in Anroid Studio

    • @TapTap_196
      @TapTap_196  9 місяців тому

      Hello, unfortunately I don't have plans to learn it right now as I want to focus more on Angular and eventually Springboot to do more full stack development.
      Hope you understand

  • @iMuhammad3
    @iMuhammad3 Рік тому

    Hi does the video not have any sound?

    • @TapTap_196
      @TapTap_196  Рік тому

      Do you mean voice? Then no, atm I am just recording the sounds of my keyboard and clicks. I might do a video using my voice in the future.

  • @Xyz-b7s7y
    @Xyz-b7s7y 4 місяці тому

    No src file in folder

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Hello, if you are missing a src folder then you might have to redo your setup in Intellij.

  • @subhamsingh7627
    @subhamsingh7627 6 місяців тому

    which keyboard are you using ?

    • @TapTap_196
      @TapTap_196  6 місяців тому

      Hello this keyboard is custom built. Here are the specs:
      RK84 PCB and Casing
      Feker Holy Panda Switches with 2050G Lube
      Stabilzers with 2050G Lube
      Foam Mod
      PBT DYE-SUB Keycaps

  • @seeker_of_love.....3516
    @seeker_of_love.....3516 5 місяців тому

    Hy guy's can anyone help me becozz iam stuck almost 3 hrs to this error "Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "String.hashCode()" because "weatherConditionn" is null" can anyone help out guys and sir iam changing the weathercode into weather_code but still makes error.

    • @TapTap_196
      @TapTap_196  5 місяців тому

      Hello, could you paste in the code snippet? I'm thinking that it might be a syntax issue.

  • @ekantsahu27
    @ekantsahu27 4 місяці тому

    dude in my intelli j there is no JSONObject

    • @TapTap_196
      @TapTap_196  4 місяці тому +1

      Hello, you'll need to add in the JAR file that you downloaded in the beginning of the video to your project structure which I also show in the beginning of the video.

    • @ekantsahu27
      @ekantsahu27 4 місяці тому

      @@TapTap_196 i got it thank you.

  • @rushikeshpotdar118
    @rushikeshpotdar118 8 місяців тому

    my output are comeing null

    • @TapTap_196
      @TapTap_196  8 місяців тому

      Hello, try doing it this way:
      "had to change the API gets from "weathercode" to "weather_code", "relativehumidity_2m" to "relative_humidity_2m" and "windspeed_10m" to "wind_speed_10m"." @pelvaka1755
      Let me know if this helps or not

  • @Augofficial1
    @Augofficial1 5 місяців тому

    In next video make a 3d game

    • @TapTap_196
      @TapTap_196  5 місяців тому

      As of right now the next video will be a Chat Application.
      Making a 3D game in Java might be a bit difficult for now, so I might make something where a 3D object appears on a GUI

  • @sriramprasathp2285
    @sriramprasathp2285 Рік тому

    Bro i have a doubut on what to study next i have completed learning core java i don't know what to study next ?? So please guide me to what to do next in java side

    • @TapTap_196
      @TapTap_196  Рік тому +3

      If you are looking to be job ready, I'd say your best bet is to start learning the spring framework.

    • @sriramprasathp2285
      @sriramprasathp2285 Рік тому

      Could you suggest any course you that you used for learning it ( or any channel that you follow for get in right flow )

    • @TapTap_196
      @TapTap_196  Рік тому

      @@sriramprasathp2285 I haven't been practicing Spring Boot in awhile, but I heard this play list is pretty good: ua-cam.com/play/PLu_a4hjJo1mTwF1DXUxo-TsOQLhWkpI2K.html
      and also check out AmigosCode the youtube channel

  • @shoebbbsss
    @shoebbbsss 3 місяці тому

    .\WeatherAppGUI.java:19: error: package org.json.simple does not exist
    import org.json.simple.JSONObject;
    i want the app to be an executable jar. helpppp

    • @TapTap_196
      @TapTap_196  3 місяці тому

      Hello, are you getting this error because you were trying to make it an executable jar?

    • @shoebbbsss
      @shoebbbsss 3 місяці тому

      even when i run my java applauncher file through javac & java, it says that org.json.simple does not exist.
      i tried everything referenced libraries and all

    • @shoebbbsss
      @shoebbbsss 3 місяці тому

      @@TapTap_196 is there any way i can share u the ss of my cmd

    • @TapTap_196
      @TapTap_196  3 місяці тому

      @@shoebbbsss Oh I think that is because you needed to add the JAR files to your project structure. Which IDE are you using?

    • @shoebbbsss
      @shoebbbsss 3 місяці тому

      @@TapTap_196 vs code

  • @konstantinklein7050
    @konstantinklein7050 4 місяці тому

    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "String.hashCode()" because "" is null
    at WeatherAppGUI$1.actionPerformed(WeatherAppGUI.java:120)
    line 120 is :
    String weatherCondition=(String) weatherData.get("weather_condition");

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Hello, I believe you are getting that error because "weather_condition" isn't part of the returned data. I'm not sure which part of the video you are at, but for that part your code should've looked something like this:
      String weatherCondition = convertWeatherCode((long) weathercode.get(index));

    • @konstantinklein7050
      @konstantinklein7050 4 місяці тому

      @@TapTap_196 Thank you , i found my mistake and soleved it

    • @TapTap_196
      @TapTap_196  4 місяці тому

      @@konstantinklein7050 Nice! and no problem 😀

  • @onlyCasual-p2z
    @onlyCasual-p2z 2 місяці тому

    your code is so well organized and easy to read. U just inspired the heck out of me

    • @TapTap_196
      @TapTap_196  2 місяці тому +1

      I appreciate, and glad it helped 😀

  • @Majsta98
    @Majsta98 4 дні тому

    Why my program doesnt recognize loadImage command on buttons?

  • @allanbranson2260
    @allanbranson2260 Рік тому

    hpls help, how do i resolve this error: the import org.json can not be resolved? forst time working with an API and am still a rookie in java

    • @TapTap_196
      @TapTap_196  Рік тому +2

      Hello, did you add the JSON JAR file to the project structure? I'm thinking that could be the reason why.
      I do that part @ 00:30
      Let me know if this helps

    • @allanbranson2260
      @allanbranson2260 Рік тому

      @@TapTap_196 followed through, thanks

    • @allanbranson2260
      @allanbranson2260 Рік тому

      hi, for // //build the weather json data object that we are going to access on the front end
      Am getting this error:
      "message": "Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized",
      }]
      for all the four objects, i would really appreciate your guidance

    • @illahitaylorsversion
      @illahitaylorsversion 8 місяців тому

      @@TapTap_196 How do I do that in VSCode?

    • @TapTap_196
      @TapTap_196  8 місяців тому

      @@illahitaylorsversion Hello, this might help ua-cam.com/video/3Qm54znQX2E/v-deo.html&pp=ygUaaW5jbHVkZSBqYXIgcGF0aCBpbiB2c2NvZGU%3D

  • @Xyz-b7s7y
    @Xyz-b7s7y 4 місяці тому

    No project structure option in vs code

    • @TapTap_196
      @TapTap_196  4 місяці тому

      Hello, this video might help ua-cam.com/video/3Qm54znQX2E/v-deo.html

    • @Xyz-b7s7y
      @Xyz-b7s7y 4 місяці тому

      @@TapTap_196 thanks