rex-weather
rex-weather copied to clipboard
A sample Android project demonstrating the use of Retrofit and RxJava to interact with web services
Results
1
rex-weather issues
Sort by
recently updated
recently updated
newest added
You should add retained fragments (see http://www.androiddesignpatterns.com/2013/04/retaining-objects-across-config-changes.html) or http://developer.android.com/reference/android/content/AsyncTaskLoader.html to retain the REST calls when the activity is restarted on device rotation. Right now, on orientation change, you get an...