Hi there, In the MVP architecture, view is attache...
# android-architecture
k
Hi there, In the MVP architecture, view is attached to presenter onStart, and detached from presenter onStop. So if user minimize app while an API call is running. How to handle view's navigation on view is re-attached?