我是 Android 开发的新手。我在这里遇到问题,希望有人可以帮助我。
在小部件上,假设它有 3 个组件,它们是 ImageViews。
- 我想要的是当用户点击 ImageViewOne 时,PendingIntentOne 将用户带到 ClassOne。
- 而当用户点击 ImageViewTwo 时,PendingIntentTwo 会将用户带到 ClassTwo。
- 而当用户点击 ImageViewThree 时,PendingIntentThree 会将用户带到 ClassThree。
这该怎么做?目前我只能为整个小部件拥有 1 个 PendingIntent。