App that uses phone location services or manually entered ZIP code to display current and upcoming weather.
Uses OpenWeatherMap API and TimeZoneDB API with JSON parsing. Location methods taken from Google Samples - Android Play Location Updates.
Change timeAPI in WeatherBuilder and API in MainActivity.
My first time working with Android Studio and making an app. Want to explore layout methods more thoroughly - didn't get past LayoutInflater but want to implement a dark mode theme change for night weather. I believe the instance/shared preferences methods work but would like to test on an actual device instead of emulator.
