What is the recommended best practice for minimizing the startup time of an android application?
What is the recommended best practice for minimizing the startup time of an android
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Start by understanding what makes it take so long to start up; then work to minimize that time.
That may sound flippant, but it’s not. There’s no one magic bullet for improving program performance. Database optimizations, threading, and other techniques may help, but no one could make a sound recommendation without knowing what makes it take a long time in your particular program.
In the case of Android apps, there are tools such as Traceview that can help you determine what your program is doing while it starts up.