-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should not start fetching remote data before initial UI #179
Comments
I want to work in it. |
@garg-anuj can we break it into details? |
@shubhamvashisht Approach I came up for this is. All aerogear pipe config and checking for auth should be moved after initial screen display. We can assume that auth state is same as last time app was visited. |
@garg-anuj as you mentioned the "initial screen display", is it about mainActivity before checking the auth status? |
we can move auth status check and configure pipe to separate thread s it doesn't hamper UI. Additionally we may save auth state from last usage of app and assume state is same. Until we get to find out from other thread that there is some change. |
@garg-anuj great, can we break it into phases? i will start working on it. |
@shubhamvashisht Move auth status check and configure pipe to separate thread as first mile stone |
@garg-anuj @shubhamvashisht @danielpassos (Just an opinion) |
This issue is currently in generic format and need to be further detailed
The text was updated successfully, but these errors were encountered: