In order to give back to the majority of students, Smart Classroom buys off the teacher’s Cocos2d-x course to get Cocos2d-x books 1. Any purchase of the following courses get a free book: 1, Cocos
Category: Mobile
Mobile development refers to the program development of mobile phone software in the mobile Internet industry. The basic development languages are C, C++, JAVA, J2ME, etc. The mobile phone operating platforms involved include Symbian, WindowsMobile, Android, IPhone, OPhone, Linux, etc. The software development of these mobile phone operating system platforms is collectively referred to as mobile development.
Curve pull and curve connection under COCOS2DX
The picture above first shows this effect
The first difficulty in achieving this effect is to follow the curve path Stretch and pass a fixed point to draw a curve
Fortunately, someone h
Cordova – Phase “in the PhoneGap application
I am currently trying to use the PhoneGap LocalNotification plugin,
to use Android 4.1 with Cordova 2.0.0 and Sketcha (UI library).
Update #2 20/9/12: I used Bozzzi’s code and fixed some pro
Hybrid App Architecture Design Idea
When you see a good article, write it down: http://segmentfault.com/a/1190000004263182
COCOS-JS cannot use RemoveAllChildren, otherwise it will cause the touch priority when it is added again.
Solution:
1. Do not call removeAllChildren (not very good)
2. Before adding children again, put The parent element is not touchable: setTouchEnabled(false). After adding children, call:
COCOS2D-iPhone – How to determine if the elves are in the layer
Sorry if this sounds trivial. I just didn’t get it. How can I determine if a particular sprite already exists in the layer? Basically, I need to check this before deciding whether to add it to the
Hybrid App — OC, JS Mixed
Based on the complex drawbacks of native app updates, many apps now use the Hybrid method. To achieve faster update speed and better flexibility.
Then native and JS The mutual calls need to b
Cordova – Find PhoneGap CDVViewController when archived distribution
I encountered this problem in Cordova/Phonegap version 2.2 in Xcode 4.5.2. This is a new project – so without modifying anything in the www folder Close immediately. When I build in Debug mode, eve
How to create a snake like a body in Box2D and Cocos2DX?
My job is similar to a snake. I want to make a snake body.
The game logic is like this:
The snake moves up and down. The movement should be like real snake movement.
Here, I was h
Cordova – How to add a custom application icon on the Android on PhoneGap?
See answer in English> PhoneGap Android: How to force Application to use icons from asset\www\res instead res\drawable folder? One
You know how to Android in Phonegap Add a custom .png icon on it?