zhanhui913 / Budget

Android budgeting app
0 stars 0 forks source link

long request slows down UI #168

Open zhanhui913 opened 7 years ago

zhanhui913 commented 7 years ago

Make sure when we have at least 1000 transactions per day, when we go into Account Fragment that the load should be async. It shouldnt slow down any animations.

zhanhui913 commented 7 years ago

not sure what i can do for now except re-writing realm as currently, doing this line of code takes a long time.

myRealm.copyFromRealm(element);

and it cannot be done in another Thread