Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始使用手机差距在 android 上制作游戏。我想在不同的布局之间切换(比如改变活动)。由于 phonegap 中没有任何活动,因此它扩展了 Droidgap。任何答案将不胜感激:)
PhoneGap 基本上使用 Android Webview 来显示所有活动。只需创建不同的 HTML 页面并在它们之间建立链接,您就应该能够在所有活动之间导航。