开发者

How to get answers of dynamically generated arraylist of images name

开发者 https://www.devze.com 2023-03-04 20:11 出处:网络
i have to create simple app in which i have number of images and there answers. i.e \"How many triangles do you see in the picture\". One image will be shown and there will be ExitView to enter the a

i have to create simple app in which i have number of images and there answers.

i.e "How many triangles do you see in the picture". One image will be shown and there will be ExitView to enter the answer in it.

Each time images will be shown randomly and not repeated. i have done using A开发者_如何学GorrayList.

But the problem is how to know Answers of randomly List of images.

Any Guide or idea to approach it?

Thanks


Use hashmap with image id as a key and answer as value.

0

精彩评论

暂无评论...
验证码 换一张
取 消