ste*_*wpf 7 android android-lifecycle android-configchanges android-activity
Given the following situation (partially pseudo-code):
A which in turn executes this code: progressBar.setVisibility(VISIBLE) // by default is set as INVISIBLE in the layout
startActivityForResult(ActivityB)
Is it possible that step 2 (rotating device) causes a configuration change which leads to the recreation of Activity A and therefore the progressBar to be hidden before Activity B is shown?
I know that startActivityForResult is an asynchronous call, but I am not sure how it is implemented internally, therefore if the configuration change in Activity A can occur before Activity B is shown?
| 归档时间: |
|
| 查看次数: |
66 次 |
| 最近记录: |