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.
假设我有带有图像和复选框的列表视图。您可以通过单击复选框来收藏图片。假设我有一个按钮“显示我最喜欢的图片”,它从数据库加载信息并打开带有我最喜欢的图像的列表视图。
我的问题是,当用户选中复选框时,我应该根据我最喜欢的图片在数据库中存储什么。R.drawable.pic1 肯定不会工作,因为 ID 是随机生成的。
帮助 F1,F1