Tips for Developers
Author: Paweł
Comments: 10 comments
(video) 3d page flip animation created using cocos2d framework. My 3d concept of flipping a page is based on its 2d version. We will still reflect points that are in front of the symmetry axis but we will also modify the z coordinate of these...

Continue reading »
Decision on what mobile phones/browsers to support for mobile web page project is not a trivial task. There are quite a lot of mobile platforms, each one with its own default mobile web browser, additionally there exist also third party browsers.

Continue reading »
Author: Paweł
Comments: 17 comments
(video) 2d page flip animation created using cocos2d framework. Page flip (or page curl) effect is very popular on the touch devices. It's used as a transition effect between two views, often found in electronical books to move to the next page.

Continue reading »
Author: Paweł
Comments: 16 comments
Recently we had to create a registration form which allows you to set some different data like country, language, first and last name, date of birth, etc. It's not a problem to edit text-like properties. All you need is to create a UITextField.

Continue reading »