我有一個splash screen
,GridView
,simple text view
。如何殺死一個活動
在應用程序啓動後,我將顯示啓動畫面,之後我稱之爲「finish()」以退出活動,然後啓動「GridView
」活動。
1st page: Grid View having 4 buttons, let's call it Home page..
2nd page: On click of 1st button, SAME grid view is called. But this time, there are 5 buttons.
3rd page: On click of 1st button, same grid view is called. This time there are 3 buttons.
4th page: On click of 1st button, it opens a simple text view, which has a text box and an "Home" button.
在主頁上,當我點擊後退按鈕,我希望應用程序退出,或關閉... 但由於第1,第2,第3頁仍然在堆棧中,我不能就這麼退出應用程序。
在我的主屏幕上,如果我點擊平板電腦的「主頁」按鈕,應用程序將退出。當我從「應用程序」選項再次啓動應用程序時,會顯示先前顯示的屏幕,而不是啓動屏幕!
我希望它顯示啓動畫面。
好的問題,如果你不介意,然後搜索在谷歌閃屏example.you可以找到你的答案 – Google