JavaFX Background Tasks | How to make your GUI smoother, faster and snappier

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 32

  • @andresbohorquez3193
    @andresbohorquez3193 День назад

    Really, thx for ur tutorial! I develop a proyect in JavaFX and I didnt know how to show the intermediate values, but ur video help me a lot! 😁

  • @EdwardNorthwind
    @EdwardNorthwind 6 месяцев назад

    Thanks, it was exciting. Could you give an example of how to make an app with an MVVM pattern? It would be helpful.

  • @sobhanbhowmick
    @sobhanbhowmick Год назад

    Besides there's a simple formula to calculate this, which is : ((N ^ 2) / 2) - (N / 2)

  • @ssalem7110
    @ssalem7110 Год назад +1

    Great tutorial. You really know what you're doing. Most tutorials these days are just time wasted. Hope to see more of your tutorials. Really Genius
    Thank you. 👍

  • @ygarg465
    @ygarg465 2 года назад +3

    Really appreciate and support your content on Javafx 🙌🙌. Your contribution is invaluable for this community. A big THANK YOU♥️

    • @GenuineCoder
      @GenuineCoder  2 года назад

      Thanks a lot for your support :-)

  • @AKKurulenko
    @AKKurulenko 2 месяца назад

    This is helpful! Thanks a lot man

  • @lucaxtal
    @lucaxtal Год назад

    Thanks, very useful!

  • @gehadqaki
    @gehadqaki 7 месяцев назад

    Phenomenal video on a very important topic that is seldom covered on RUclips. This is exactly what I needed!

  • @Klausete
    @Klausete Год назад

    Can you help me? im trying this, but its not working, my App still lags hard when I make a specific operation contained in a method. Actually, my new class extending Task that i created contains calls to those methods from the Controller. What i am missing here?

  • @onebeartoe
    @onebeartoe Год назад

    Thanks you, sir! This helped a bunch for the simple GAN browser I am working to complete.

  • @KashyapDeshpande-w2q
    @KashyapDeshpande-w2q Год назад

    Exploring JavaFX out of interest and was looking for async update option. Thanks for putting up this video. It was very helpful. 👍

  • @derekivan4440
    @derekivan4440 Год назад

    Nice video, can u make a multithreading video with Services in javafx too?

  • @sarperyuksel4259
    @sarperyuksel4259 10 месяцев назад

    Incredible tutorial. You made my day. Thank you!

  • @mohammedogleh5195
    @mohammedogleh5195 2 года назад

    Thank you so much dear teacher I was searching this help last night thnk you again Can you show us how to make progress bar during switching to scenes teacher if you could

  • @SandeepRawat-wb9ll
    @SandeepRawat-wb9ll Год назад

    Thank you very much, Your content is very nice and clear...

  • @vishalsingh-ug3fo
    @vishalsingh-ug3fo 2 года назад

    good video aisi videp lekar atte rahe sir fx series bano youtube par khai par koi itna video nhi hai app full series layi app zarur progress karo ge thanks for this video

  • @arthurasche4457
    @arthurasche4457 2 года назад

    Thank you very much. You explained this very well. This was a huge help.

  • @goufatarek2029
    @goufatarek2029 2 года назад

    How about creating a task for loading a new scene, new stage?, i dont know how to do that

  • @cellosoft8020
    @cellosoft8020 2 года назад

    Great Video!! i was stuck and this opened the door. many thanks!!!

  • @dev_med_reda_hak
    @dev_med_reda_hak 2 года назад

    Thank you very much, you helped me a lot!

  • @mcnri
    @mcnri 2 года назад

    Thank man, you do really amazing jobs!

  • @MrAvelino2010
    @MrAvelino2010 2 года назад +1

    Awesome.
    I would like to see a series of application with Javafx and Spring 🥰

    • @GenuineCoder
      @GenuineCoder  2 года назад +3

      Thanks!
      That's a great suggestion! Once the Spring boot + Android tutorial series is over, I will make a tutorial on JavaFX + Spring Boot.

    • @moutasim_ayoubi
      @moutasim_ayoubi 2 года назад +2

      @@GenuineCoder would be great

    • @MrAvelino2010
      @MrAvelino2010 2 года назад

      You can use library management system application that you already created in Javafx. Making only the backend with Spring cover the features auth, email send, relationship between tables and soon. My opinion 😅

  • @李超龙-n3m
    @李超龙-n3m 2 года назад

    Thank you very Much!

  • @x86xFX
    @x86xFX 2 года назад

    Thank you so much

  • @mohammedogleh5195
    @mohammedogleh5195 2 года назад

    I have a problem how we can bind a progress bar with while loop like fetching data from DB
    because while loop is unpredictable ending loop teacher

    • @GenuineCoder
      @GenuineCoder  2 года назад +1

      What is the while loop based on ? Is it loading data from an iterator ?

    • @GenuineCoder
      @GenuineCoder  2 года назад +1

      If you can't get the total count initially (happens with iterator), you might want to do another count() databse query first. So you will get the number of objects beforehand and then you can use that value to set the progress bar limit.

    • @mohammedogleh5195
      @mohammedogleh5195 2 года назад

      @@GenuineCoder Thnks mr it is good idea