Assignment Description
1. A starting activity that presents a short overview of the app and allows the user to input a location (e.g. city, zip code, etc.) to check the weather conditions.
2. Once the user inputs a location, the app should use an API to retrieve the current weather conditions for that location. You can use a free API such as OpenWeatherMap.
3. The app should display the current temperature, humidity, wind speed, and weather conditions (e.g. sunny, cloudy, raining, etc.) for the selected location.
4. The app should also display an image that corresponds to the current weather conditions (e.g. a sun for sunny weather, clouds for cloudy weather, etc.).
5. The user should be able to switch between Celsius and Fahrenheit temperature units.