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

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 32

  • @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. 👍

  • @andresbohorquez3193
    @andresbohorquez3193 22 วันที่ผ่านมา

    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! 😁

  • @gehadqaki
    @gehadqaki 8 หลายเดือนก่อน

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

  • @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 :-)

  • @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. 👍

  • @AKKurulenko
    @AKKurulenko 3 หลายเดือนก่อน

    This is helpful! Thanks a lot man

  • @sarperyuksel4259
    @sarperyuksel4259 11 หลายเดือนก่อน

    Incredible tutorial. You made my day. Thank you!

  • @EdwardNorthwind
    @EdwardNorthwind 7 หลายเดือนก่อน

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

  • @cellosoft8020
    @cellosoft8020 2 ปีที่แล้ว

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

  • @onebeartoe
    @onebeartoe ปีที่แล้ว

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

  • @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 😅

  • @lucaxtal
    @lucaxtal ปีที่แล้ว

    Thanks, very useful!

  • @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

  • @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

  • @arthurasche4457
    @arthurasche4457 2 ปีที่แล้ว

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

  • @dev_med_reda_hak
    @dev_med_reda_hak 2 ปีที่แล้ว

    Thank you very much, you helped me a lot!

  • @李超龙-n3m
    @李超龙-n3m 2 ปีที่แล้ว

    Thank you very Much!

  • @derekivan4440
    @derekivan4440 ปีที่แล้ว

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

  • @x86xFX
    @x86xFX 2 ปีที่แล้ว

    Thank you so much

  • @mcnri
    @mcnri 2 ปีที่แล้ว

    Thank man, you do really amazing jobs!

  • @sobhanbhowmick
    @sobhanbhowmick ปีที่แล้ว

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

  • @Klausete
    @Klausete 2 ปีที่แล้ว

    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?

  • @goufatarek2029
    @goufatarek2029 2 ปีที่แล้ว

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

  • @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