a4ankur / MVVP-WeatherApp

yet another mvvp weather app. RxAndroid with data bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App - MVVP DataBinding with RxJava

This is a simple one screen weather app to save you a little time if you plan to work with data-bindings.

alt text

How to use it:

  • Clone it from github & play with it
  • Star this repository :)

What it contains:


dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support:appcompat-v7:23.1.1'
    compile "com.android.support:design:23.1.1"

    //----- Rx
    compile "io.reactivex:rxandroid:1.1.0"
    compile "io.reactivex:rxjava:1.1.0"

    //----- Retrofit
    compile "com.squareup.retrofit:retrofit:2.0.0-beta2"
    compile "com.squareup.retrofit:converter-gson:2.0.0-beta2"
    compile "com.squareup.retrofit:adapter-rxjava:2.0.0-beta2"
    compile 'com.squareup.okhttp:logging-interceptor:2.6.0'

    //----- Timber
    compile 'com.jakewharton.timber:timber:4.1.0'

    //----- Testing
    androidTestCompile 'com.android.support:support-annotations:23.0.1'
    androidTestCompile 'com.android.support.test:runner:0.4.1'
    androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
    androidTestCompile 'org.hamcrest:hamcrest-integration:1.3'
}

Need more nice stuff ?

Updates, Questions, and Requests

  • ActivityMainBinding is automaticly generated when you run the app.

You like this library ? Check

Thank you:

License

Copyright 2015 AndroidAdvance.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

yet another mvvp weather app. RxAndroid with data bindings.


Languages

Language:Java 100.0%