Tag archives for Save
6 tips for developers to save battery usage in Android applications
Smartphones and tablets become more powerful each year but unfortunately, batteries don’t evolve at the same speed. Save battery usage in an Android application is essential for your users. Here, we offer to developers 6 tips to save battery usage when they make Android applications : Avoid using wake locks if your application really doesn’t need them. To be sure, go…
How to save Activity state in Android ?
In an application, it is essential to be able to save user context between pauses. By pause, I mean when a user change his current application for example when he receives a call. After this pause, he will want to return to the previous application and it will be logical for him that the application be in the same state…