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 操作系统创建的小部件,我希望用户首先从 Spinner 中选择某个选项。就像您在主屏幕上添加快捷方式一样。
这是可能的还是你必须开始一个活动?如果可能的话,谁能解释一下怎么做?
Spinner小部件本身并不存在——您必须将它们放在Activity. Android 的应用小部件框架支持配置活动的概念,当有人选择您的小部件时会自动启动。把你的Spinner放在那里。
Spinner
Activity