此问题已在此处有答案:
How to call a function after delay in Kotlin?(15个回答)
2天前关闭。
我无法在Kotlin(android studio)中在几秒钟内自动从一个Activity移动到另一个Activity。你能回答我如何才能这样移动吗
Kotlinandroid studio中的Automaticallt move
此问题已在此处有答案:
How to call a function after delay in Kotlin?(15个回答)
2天前关闭。
我无法在Kotlin(android studio)中在几秒钟内自动从一个Activity移动到另一个Activity。你能回答我如何才能这样移动吗
Kotlinandroid studio中的Automaticallt move
1条答案
按热度按时间bvhaajcl1#
https://developer.android.com/topic/libraries/architecture/coroutines#lifecyclescope
如果您不需要某个活动,可以使用片段和片段导航
https://developer.android.com/guide/navigation/navigation-getting-started
生命周期仪和导航示例