WEB开发网
开发学院手机开发Android 开发 Android 新手入门之剖析 Android 程序结构 阅读

Android 新手入门之剖析 Android 程序结构

 2010-03-23 04:56:00 来源:WEB开发网   
核心提示:messages or change settings. Each of these screens would be implemented as an activity. Moving to another screen is accomplished by a starting a new activity. I
messages or change settings. Each of these screens would be implemented as an activity. Moving to another screen is accomplished by a starting a new activity. In some cases an activity may return a value to the previous activity -- for example an activity that lets the user pick a photo would return the chosen photo to the caller. )

当一个新屏幕打开时,上一个屏幕将暂停并放入到历史栈中,用户可以浏览通过以前打开的屏幕在历史栈中,屏幕也可以选择被一处从历史栈当它不再保留时。Android保留每一个从主屏幕启动的程序到历史栈。(When a new screen opens, the previous screen is paused and put onto a history stack. The user can navigate backward through previously opened screens in the history. Screens can also choose to be removed from the history stack when it would be inappropriate for them to remain. Android retains history stacks for each application launched from the home screen. )

上一页  1 2 

Tags:Android 新手入门 剖析

编辑录入:coldstar [复制链接] [打 印]
赞助商链接