janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.95k stars 936 forks source link

How to handel error codes in this patterns for api calls #79

Open satyajitdas95 opened 3 years ago

satyajitdas95 commented 3 years ago

While using repository concept and android fast networking how to handle the error codes coming from APIs in ViewModel?