android-weather-demo-app/README.md
2020-03-09 18:23:13 +05:00

36 lines
1.9 KiB
Markdown

# android-weather-demo
![android-weather-demo-logo](https://github.com/bernd32/android-weather-demo-app/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png)
## Description
A simple weather app made for testing and practicing Retrofit and RxJava. It uses a free demo version of OpenWeather API, hence "demo" in title. By the way, I don't recommend to use this project as your reference since this is one of my first Android apps so I bet it's too poorly designed to be a reference project. But if you still want to of course I don't mind :)
## Features
- Showing weather and forecast for current location
- Creating a list of custom locations, showing its weather and forecast
## Screenshots
<details>
<summary>Click me</summary>
<p>
![app-screenshot](https://github.com/bernd32/android-weather-demo-app/blob/master/screenshots/Screenshot_1583691827.png?raw=true)
![app-screenshot](https://github.com/bernd32/android-weather-demo-app/blob/master/screenshots/Screenshot_1583691830.png?raw=true)
![app-screenshot](https://github.com/bernd32/android-weather-demo-app/blob/master/screenshots/Screenshot_1583691851.png?raw=true)
![app-screenshot](https://github.com/bernd32/android-weather-demo-app/blob/master/screenshots/Screenshot_1583691857.png?raw=true)
</p>
</details>
## How to use
Download and install `.apk` file from [the latest release](https://github.com/bernd32/android-weather-demo-app/releases).
## About me
I'm a beginner to programming and (at least at this point of time) developing applications for Android is just one of my hobbies. This application is my first training project, so the source code is pretty dirty, but I tried to follow the main principles of MVP architectural pattern.
If you have any questions please feel free to contact me at <a href=mailto:fallentides@outlook.com>fallentides@outlook.com</a>. Cheers!
## License
android-weather-demo is licensed under the Apache License, Version 2.0. See `LICENSE.md` for more details.