- Search weather By City
- Current Temperature
- Maximum and Minimum Temperature
- Wind Speed
- Humidity
- Kotlin
- XML
- Gradle
- GitHub actions (Automated builds)
- Android Studio Chipmunk | 2021.2.1
Ghaziabad | Demo | Kerala |
![]() |
![]() |
![]() |
Canada | London | Rockford |
![]() |
![]() |
![]() |
- Add Splash Screen
- Add loading screen
- Show user's location weather conditions right after launching the app
- Add search by Coordinates
- ..
- Download zip file -> extract -> import in android studio or Open android studio -> File -> New -> Project from version control -> Enter URL -> Clone
- Build project
- Goto your local.properties and add API_KEY="your-api-key-here" or goto myweather -> api -> myWeatherService.kt -> replace const val API_KEY: String = BuildConfig.API_KEY with const val API_KEY: String = "your-api-key-here"
- Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Pull requests are accepted on wip branch and will be commited to master branch.
Issue Template :-
- Steps to reproduce
- Expected behaviour
- Actual behaviour
- Device name
- Android version
- myWeather version
- Device logs
- Additional information (screenshots, etc)
- Atif Moin for designing logo and app icon.
- OpenWeatherMap for Weather API.