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.96k stars 934 forks source link

Handle Token Expired #31

Open adisiji opened 6 years ago

adisiji commented 6 years ago

Can you please explain how to handle token when it is expired? I see a function to handle when token is expired in BaseActivity. Thanks