Memory Game guess image
This uses images from Flickr publick API where in you will presented with 9 images and after 15 seconds your images flips over and you have to guess the image that is presented.
This Game uses following Libraries
AsyncImageView: To load images Asynchronously. Thank you Nicklockwood for the same
https://github.com/nicklockwood/AsyncImageView
MBProgressHUD: To show loading indicator. Thank you jdg for the same