android
Android equivalent of Cocos2D-iOS CCNode.visit() in Cocos2D-Android?
I have got the following code in my iOS Coco2D game: CCSprite *mysprite = [CCSprite spriteWithFile:#"mypng.png"]; // ...Some code here... // [mysprite visit]; In Coco2D Android, I write: CCSprite mysprite = CCSprite.sprite("mypng.png"); // ...Some code here... // mysprite.visit(****GL10 PARAMETER EXPECTED HERE*****); What should I write as parameter in the visit method?
try using mysprite.visit(CCDirector.gl) didn't confirm it though
Related Links
Android - Facebook login with iOS Example
App installed but didn't launch automatically
Sending and receiving data between phonegap app and database on x10 hosting
App crashes when trying to implement multilingual support
This RelativeLayout layout or its LinearLayout parent is possibly useless?
Should SQLLite be closed after calling readable
ProgressBar not animating while inflating viewstub
Trying to understand whether the app is taking too much memory in android
Android: datagramsocket does not receive in background (service)
Android Text To Speech Nullpointer Exception
The simplest HELLO WORLD is not working on the Emulator
prevent un authorization for iOS and android app
How to implement user notifications
Cordova/Phonegap and HTML5 App cache on Android
How do I make sure my webview can scale with devices?
Failure [INSTALL_FAILED_OLDER_SDK] when installing Android Wear sample app