Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
interview:developer:android:start [2019/07/28 15:28] – don.lee | interview:developer:android:start [2019/07/28 15:36] (current) – old revision restored (2017/08/16 11:25) don.lee | ||
---|---|---|---|
Line 48: | Line 48: | ||
* Invoke onClick() at MainActivity | * Invoke onClick() at MainActivity | ||
* User press back button from ActivityTwo | * User press back button from ActivityTwo | ||
+ | * Start ActivityThree | ||
* 我们有以下三段代码,请分别写下以下四种执行后log的结果 | * 我们有以下三段代码,请分别写下以下四种执行后log的结果 | ||
Line 53: | Line 54: | ||
* 触发onClick() at MainActivity | * 触发onClick() at MainActivity | ||
* 用户在ActivityTwo按back button | * 用户在ActivityTwo按back button | ||
+ | * 开始ActivityThree | ||