↧
How to make a sprite visible and invisible in Cocos2D ?
Hi, In order to make a sprite completely invisible , use the following code while using Cocos2D, this code will set the visibility of your sprite to zero. urSprite.visible = 0; In order to make a...
View ArticleHow to store an Image from Android to a SQlite and retrieve it?
Hello all… In today’s post I will show you how to store an image in an SQLite database and retrieve it. Check out the output after running the program. This is the layout for the MainActivity....
View Article