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.
我想在第一次用户打开应用程序时显示一个欢迎屏幕以及我的应用程序的一些基本教程,以后不再显示它。欢迎屏幕可能包含多个页面,用户需要从一个页面滑动到另一个页面。
Phonegap 是硬性要求吗?您可以使用 SharedPreferences 轻松完成此操作。在欢迎屏幕启动之前,检查是否设置了 ShownWelcomeScreen 之类的首选项。如果为假,则显示屏幕,最后将其设置为真。如果它已经是真的,只需启动 Activity 的另一个端口。