Simple weather application for Android Wear devices. It uses your current lcoation and requests current weather from the server. The MVP architecture app uses rxjava 2 and retrofit 2.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to install:
- Android development IDE such as Android Studio
- Android Wear device or emulator with Android Nougat. You can see how to create an emulator in Android Studio on the official site
Clone the weatherMate repo from github from the console
git clone https://github.com/vmpay/weatherMate.git
or download it manually.
After that open this repo from your IDE.
- Retrofit - a type-safe HTTP client for Android and Java
- RxJava - a library for composing asynchronous and event-based programs by using observable sequences
- RxAndroid - This module adds the minimum classes to RxJava that make writing reactive components in Android applications easy and hassle-free. More specifically, it provides a Scheduler that schedules on the main thread or any given Looper
- Picasso - A powerful image downloading and caching library for Android
- Andrew - Initial work - vmpay
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 License - see the LICENSE file for details