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.
我正在尝试设置一个在用户第一次启动应用程序时出现的菜单,因此他们可以通过从 6 个项目中选择 1 个来设置它。它需要根据从 sharedPreferences 中获取的布尔值自动启动。我一直在尝试创建一个上下文菜单,但它不起作用,我不确定它是否是正确的方法。有没有人这样做并且上下文菜单是正确的方法?如果没有,请您指出正确的方向。非常感谢
您不应该将 ContextMenu 用于这种设计。您应该使用自定义对话框来配置您的应用程序。可能使用 ViewSlider 来允许多个配置屏幕,或者只使用一个 View 和 ScrollView 中的所有配置选项。