https://github.com/pg8wood/weather-app
https://github.com/pg8wood/weather-app
butterknife dagger2 gson mvc mvvm react-native retrofit
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pg8wood/weather-app
- Owner: pg8wood
- Created: 2017-06-02T17:52:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T19:57:54.000Z (over 7 years ago)
- Last Synced: 2025-02-14T19:44:53.117Z (8 months ago)
- Topics: butterknife, dagger2, gson, mvc, mvvm, react-native, retrofit
- Language: Java
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather
A sample application built to learn new technologies and practice good design principles.# Built With
[Butter Knife](http://jakewharton.github.io/butterknife/) - Field and Method Binding[Dagger 2](https://github.com/google/dagger) - Dependency Injection
[Gson](https://github.com/google/gson) - Java serialization/deserialization
[Retrofit](http://square.github.io/retrofit/) - Android HTTP Client
# Note
This repo is sort of a playground that I'm using to learn new technologies. As such, any given branch may have bugs, lack fully flushed-out user interfaces, etc. It's more of a learning space than a fully-developed project 📚