Unparalleled suite of productivity-boosting Web APIs & cloud-based micro-service applications for developers and companies of any size.

API

How To Create A Weather App For Windows And Mobile Using An API

In this demonstration, I will show you how to create a cross-platform real-world weather application using WeatherStack API. Delphi FireMonkey applications can target Windows, macOS, and Linux on the desktop. Additionally, they can also target Android and iOS on mobile.

Here is what we create in today’s demonstration:

What is the WeatherStack API?

The WeatherStack API is one of the market-leading weather rest api services for any application. It has real-time functionality and historical weather information and supports all major programming languages. You can retrieve accurate weather information for any location instantly.

Yes, we have been exploring and learning about WeatherStack API. Here you can see other posts which demonstrate the best features of the WeatherStack API. Moreover, flexibility over other similar web services in the market.

How to start with WeatherStack API?

It is all simple! Just head over to the WeatherStack official web page and sign up for a free subscription plan and get your API Access Key from the dashboard.

And here is a sample API request:

Be sure to check out the official documentation before starting to use the API!

How to create a cross-platform application with the same codebase that runs on Windows, macOS, iOS, Android, and Linux?

With Delphi FireMonkey, you can create a native and cross-platform application from a single code base in no time!

FireMonkey Cross-Platform framework offers you to build native applications with 5x faster productivity. With hundreds of components and libraries, you can design and create fully functional applications swiftly.

Furthermore, with the new FireMonkey App Low Code Wizard, you can build and generate a cross-platform project by selecting available options in the wizard.

FireMonkey App Low Code Wizard can create multiple screens and demonstrated coding best practices. Besides, if you need customization you can easily code it with Delphi!

How to start with Delphi FireMonkey?

Here you can start learning Delphi FireMonkey with the free Bootcamp session which covers most of the essential things you need to start developing cross-platform applications with Delphi FireMonkey!

https://www.youtube.com/watch?v=7LWiM7OJick

How to create a cross-platform weather app with Delphi using WeatherStack API?

In this demonstration, I will create this app and show you how to integrate with WeatherStack API.

How to connect to RESTful web services in Delphi?

REST Debugger is a powerful environment to play with RESTful web services. You can start REST Debugger from the Tools menu of the IDE.

Here is how we can establish a connection:

And after successfully connecting to the RESTful web service, we can just copy configured REST Client components by clicking the Copy components button and paste them into our project.

Here is our application user interface structure:

The user interface is responsive and flexible. I have tried to utilize best practices in UI design. 

Now, you need to paste the copied components from the REST Debugger and create an OnClick event on the Search button.

And paste this code to the OnClick event.

As you can see, we are reconfiguring the request URL based on the input by the user.

Then we are parsing JSON and opening the current object. The current object has the main weather data, for instance: temperature, humidity, weather icon, and more.

After that, we are getting the first element from the weather description array which holds a summary of the weather info.

Then we are parsing the weather icon and downloading the image and setting it to the TImage component.

I hope everything in this code is clear. I am pretty sure you can learn so much about JSON manipulation in Delphi and creating cross-platform applications with Delphi FireMonkey.

Here is our application in action:

https://youtu.be/izEkiwNWuLM

Head over and check out the full source code here: https://github.com/MuminjonGuru/Mastering-FireMonkey-Delphi/tree/master/WeatherAppFMXWeatherStackAPI

Are you ready to build apps using a quick and cost-effective JSON API for your weather data requirements?

Ready to get started with WeatherStack? Sign up!

Related posts
APICurrency

Exchange Rate API Integration in E-Commerce App in 2024

APICurrency

Building a Real-Time Currency Converter in Java Using Currencylayer API

API

10 Best Stocks APIs For Developers

API

Top 10 Flight Search APIs in 2024

Leave a Reply

Your email address will not be published. Required fields are marked *