All Projects → Ericliu001 → Weather2016

Ericliu001 / Weather2016

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

Programming Languages

java
68154 projects - #9 most used programming language

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].