JeremyPP / Android.me-APP

Android app development for ndroidme.com
0 stars 1 forks source link

optimize overall speed #10

Closed MohHeader closed 10 years ago

MohHeader commented 10 years ago

@JeremyPP Please share your thoughts,

JeremyPP commented 10 years ago

@MohHeader As far as I can see now, the app seems pretty fast in fact. The only thing that I noticed, is when we use the "back" button on the actionbar to go back to the previous page, it seems a bit slower than when we use the standar back button on the navbar. But that's not really a "speed optimization" problem, but more a bug on the implementation of this back button, I guess. In fact, the problem seems to be that it tries to load something when I go back to the main page with the cards. For a few seconds, the loader appears. But this doesn't happen when I use the standard back button. I don't know if you get what I mean...

MohHeader commented 10 years ago

@JeremyPP Done, :)

JeremyPP commented 10 years ago

@MohHeader Very great! It seems to be working as expected now! :)