IOS/Iphone Apps | Techbirds | Page 3

Hi readers, In this blog we will be looking at the possibilities that are provided by Sencha in building your Mobile Applications. If you use Sencha to build native mobile applications you have two options: 1. Android 2. ios. For Windows, Blackberry you need to provide phonegap support. Building native application using sencha I expect

Read More →

2,070 total views, no views today

*SPRITE ROTATION WITH SOME PARTICULAR ANGLE IN PARTICULAR DURATION CCSprite *test=CCSprite::create(“sprite.png”);   test->setPosition(ccp(winSize.width/2,winSize.height/2));   test->setAnchorPoint(ccp(0.5,0.5));   CCRotateBy *rot=CCRotateBy::create(30, 360); Here,the sprite named as test is positioned in the centre of the screen and its anchor point is set at the centre of the sprite,anchor point is needed to be set somewhere since the sprite will

Read More →

3,410 total views, no views today