开发者

Long Delay in Calling the InCallScreen

Process outlined:

Why does the call to the new interface (InCallScreen) take such a long time? (From TwelveKeyDialer to InCallScreen). This makes for a poor user experience.

First:

TwelveKeyDialer.java: 
      dialButtonPressed(){
         ...
         startActivity(intent);
      }

... why is the jump to the new interface (InCallScreen) slow?

Last:

InCallScreen.java:
      onCreate(){
       ...
      }    
开发者_JAVA百科
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜