首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

OpenBaseMovil Nokia s60, 6670,e71,e61有关问题

2012-09-21 
OpenBaseMovil Nokia s60, 6670,e71,e61问题?private void doShow(){// This delays minimze the chance t

OpenBaseMovil Nokia s60, 6670,e71,e61问题?

   private void doShow()    {        // This delays minimze the chance that a Nokia 6670 or Nokia S60 3rd        // edition device (might apply to other nokias) freez when showing a        // view. The total delay of 600ms, with this distribution seems to        // make it stable on E70 and E61. The delay is only applied to Nokia        // phones at this moment        if( displayable != null )        {            final Display display = Application.getManager().getDisplay();            delay();            delay();            display.setCurrent( displayable );            if( !DeviceInfo.isNokia() && focusedItem != null )            {                delay();                delay();                display.setCurrentItem( focusedItem );            }            setCurrent( this );            delay();            delay();        }    }    private void delay()    {        if( delay )        {            // Under some strange circumstances the Nokia 6670 crashes whitout this delay            try            {                Thread.sleep( 100 );            }            catch( InterruptedException e )            {            }        }    }


是否的确是这样?天啊,谁可以使用以上环境的设备给我测试一下我的手机理财JAccount呢?

热点排行