Skip to content

Ericliu001/Weather2016

Repository files navigation

Weather2016

A new weather app to demonstrate the patterns that can be used in Android development.

There are 2 productFlavors: prod is normal flavor which retrieves real data from the server; mock is using mock data from a json file saved in the raw directory.

 productFlavors {
    mock {
        applicationIdSuffix = ".mock"
        versionName "1.0-mock"
    }
    prod {
        versionName "1.0-prod"
    }
}

Alt text

Libraries

Gson - https://github.com/google/gson

OkHttp - http://square.github.io/okhttp

RxAndroid - https://github.com/ReactiveX/RxAndroid

Dagger2 - http://google.github.io/dagger/

About

A new weather app to demonstrate the patterns that can be used in Android development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages