openMF / Fineract-CN-mobile

DEPRECATED project - Check the Apache fineract-cn-mobile project instead
https://github.com/apache/fineract-cn-mobile
Apache License 2.0
17 stars 43 forks source link

Save Activity Fragment State on orientation change #142

Open therajanmaurya opened 7 years ago

therajanmaurya commented 7 years ago

Summary:

When we are changing the orientation of the phone, Activity or Fragment is making a fresh request to the server. This is not good approach So we have to save the state of the fragment and activity and use it while changing the orientation.

Note: This issue consists all the features in the app to make sure everything is working fine.

dr0pdb commented 6 years ago

@therajanmaurya Can i work on it ?

dabbler011 commented 6 years ago

@srv-twry I am looking forward to contribute in this project. If you are not working on this, shall I take up this issue?

dr0pdb commented 6 years ago

Yes, please go ahead.

AkshGautam commented 6 years ago

@therajanmaurya I would like to work on this.