【问题标题】:How to automatic intent to other activity like from SplashActivity to other Activity with timer?如何自动意图其他活动,例如从 SplashActivity 到其他带有计时器的 Activity?
【发布时间】:2022-06-15 22:28:47
【问题描述】:

请帮帮我 如何在 Android Studio 中使用计时器自动意图从 SplashActivity 到其他 Activity 的其他活动 |科特林?

【问题讨论】:

    标签: android android-studio kotlin android-intent timertask


    【解决方案1】:

    使用延迟处理程序,延迟后导航到其他 Activity 并在 SplashActivity 中调用 finish()。

    【讨论】:

      最近更新 更多