Question: Weather Forecaster Ap in Java Applet: JavaFX for the UI and you can set up the UI using fxml files or pure Java code Goal:

Weather Forecaster Ap in

Java Applet: JavaFX for the UI and you can set up the UI using fxml files or pure Java code

Goal: Create an app to display a weather forecast for the users current location,

Create the app titled Weather Forecaster

The first screen will have a textbox for the user to enter a zip code and a button to submit

When the user enters the zip code and clicks the button, the app will navigate to the weather forecast screen.

The weather forecast screen will show the current weather for the users location in a label

Input validation for the zip code (only valid zip codes should be accepted)

Display a listview/tableview of the forecast for the next 7 days

Display High Temp, Low Temp, Humidity Pressure Sunrise and Sun Set

Display images for the forecast (eg: clouds for cloudy weather, a sun for clear weather)

Get the weather using an async task

Use the users current location from the device GPS (for this functionality, the app does not need the zip code entry in the first screen)

Database: Store location in database, and allow it to be updated via JDBC

Some publicly available weather APIs (any API is acceptable):

http://openweathermap.org/api

https://developer.yahoo.com/weather/

http://graphical.weather.gov/xml/

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!