Covid-19 Status Desktop Widget | JavaFX Tutorial 1/5 | Introduction

Опубликовано: 30 Октябрь 2024
на канале: Genuine Coder
6,210
126

In this tutorial series, we will develop a real-time coronavirus (covid19) desktop widget using JavaFX version 14. This is the first chapter in the series and in this chapter, we will discuss getting data from an online API.

We will make use of the Retrofit2 library for HTTP communication. It allows us to make GET requests to the API and it will respond with JSON string. We can then parse the string to java POJO and use it as data for our widget.


JavaFX 14 Tutorial:    • JavaFX 14 (2020 Release) Introduction...  
COVID API: https://github.com/javieraviles/covidAPI
Retrofit: https://square.github.io/retrofit/
Github project: https://github.com/afsalashyana/Covid...

--
Genuine coder
#JavaFX
#GenuineCoder
#Widget