A simple demo Weather app for Android
Go to file
2020-03-09 18:25:30 +05:00
.idea Adding screenshots 2020-03-09 00:42:51 +05:00
app Remove API-key from source file 2020-03-09 18:25:30 +05:00
gradle/wrapper First commit 2020-02-25 15:56:01 +05:00
screenshots Adding screenshots 2020-03-09 00:42:51 +05:00
.gitignore First commit 2020-02-25 15:56:01 +05:00
build.gradle First commit 2020-02-25 15:56:01 +05:00
gradle.properties First commit 2020-02-25 15:56:01 +05:00
gradlew First commit 2020-02-25 15:56:01 +05:00
gradlew.bat First commit 2020-02-25 15:56:01 +05:00
LICENSE Initial commit 2020-02-25 16:18:40 +05:00
README.md Updating Readme 2020-03-09 18:23:13 +05:00
settings.gradle First commit 2020-02-25 15:56:01 +05:00

android-weather-demo

android-weather-demo-logo

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

Click me

app-screenshot app-screenshot

app-screenshot app-screenshot

How to use

Download and install .apk file from the latest release.

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 fallentides@outlook.com. Cheers!

License

android-weather-demo is licensed under the Apache License, Version 2.0. See LICENSE.md for more details.