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.
我需要创建许多警报,因此我需要一个列表视图,其中包含带有 DatePicker、TimePicker 和 Delete 按钮的项目。我尝试了各种方法,但我还没有找到解决这个问题的方法:
我希望能够更改 DatePicker 或 TimePicker 中的数据,这将更改相应警报的 ArrayList 中的数据。然而,要做到这一点,我需要位置,但由于它不是最终的,我不能使用它从我的适配器访问 ArrayList 中的警报。
我该怎么做呢?
谢谢