WeatherGlimpse
is an Android application designed to provide users with quick and accurate weather updates. With a clean and intuitive interface, the app delivers current conditions, forecasts, and alerts for locations around the world. Stay informed about temperature changes, wind speeds, atmosphere pressure and more with this handy tool at your fingertips.
- Complete the LOGIN Interface and UI design
- Finish the weather trend display function
- Add a gif demonstration
- Deploy the demo on website
Remember to update the
README.md
andrequirements.txt
after each commit!
- [2024-09-10] Historic Talk!
- [2024-09-12] New Features!
First of all, please make sure that you have already installed Android Studio
as IDE and JDK8
as runtime environment.
Then, clone the project and start your experience.
$ git clone https://github.com/Tsumugii24/WeatherGlimpse && cd WeatherGlimpse
I am using https://openweathermap.org/ to get all the data using JSON file.
Subscribe and generate your personal API key from https://home.openweathermap.org/subscriptions
Open apikey.properties.example
and paste your own API Keys
in the corresponding place, then rename the file into apikey.properties
API_KEY = <your api key here>
Run 'SplashScreen'
- Weather API - OpenWeatherMap
- Android Development Courses
- Android 移动应用开发者工具 – Android 开发者 | Android Developers
Feel free to open GitHub issues or directly send me a mail if you have any questions about this project ~