Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visualizing Health And Healthcare Data Creating Clear And Compelling Visualizations To See How Youre Doing

Authors: Katherine Rowell ,Lindsay Betzendahl ,Cambria Brown

1st Edition

1119680883, 978-1119680888

More Books

Students also viewed these Databases questions

Question

e. Compute R2 and .

Answered: 1 week ago

Question

Apply your own composing style to personalize your messages.

Answered: 1 week ago

Question

Format memos and e-mail properly.

Answered: 1 week ago