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.
精彩评论