-3

How to bring down launch time? This App has nothing but a TextView Activity. Thank YouFirst Image Reports huge run time than Second Image.

This run has reasonable Launch Time

Johnny
  • 282
  • 1
  • 15
  • I don't get it what are you trying to achieve here ? – Gaurav Sarma Sep 02 '16 at 08:26
  • @gaurav4sarma launch time on Xiaomi reports higher number - more than 10 seconds. What should be done to bring down this number to below 3 seconds. Ty! – Johnny Sep 02 '16 at 08:29
  • @gaurav4sarma. I guess Red Highlited area in the Images says it clear. I am talking Performance Improvement. Ty! – Johnny Sep 02 '16 at 08:38
  • Explain your reason Negative Voter! – Johnny Sep 02 '16 at 08:47
  • The quality of your question is low. Firstly, you don't explain in which device are you getting the lauch time difference ? Secondly, you have not done enough research as to how to solve the issue. Please edit your question and explain the difference between the two screenshots and in when you are getting this time difference and i will remove the down vote. – Gaurav Sarma Sep 02 '16 at 08:53
  • @gaurav4sarma Firstly, you don't explain in which device are you getting the lauch time difference? A) ** Screen Shot Shows the Device ** Secondly, you have not done enough research as to how to solve the issue. A) ** Its not Clear whether TraceView or Systrace works for this Situation** – Johnny Sep 02 '16 at 09:05

2 Answers2

0

There is no straight answer to this. As there are N number of factors that may delay app launch. So you have 2 option

1) Create a Splash screen. This is a great tutorial on how to do it correctly.

2) Use TraceView to detect what exactly is your app doing on startup which is causing this delay and then try to fix that.

Gaurav Sarma
  • 2,248
  • 2
  • 24
  • 45
  • app displays one single Textview. It should not take long. It suggests problem is not with the app but something External. Can you help? Ty! – Johnny Sep 02 '16 at 08:59
-1

There seems no solution right now! But a work-around to cover slow load time by Android Team

Johnny
  • 282
  • 1
  • 15