A
A
Alexander Ampleev2010-10-28 09:19:41
iPhone
Alexander Ampleev, 2010-10-28 09:19:41

iphone app development

What are the pros and cons of using one or another platform for programming iPhone applications. In particular, I'm interested in flash and objective c. Which platform would you recommend using, or perhaps it is interesting to somehow combine their positive aspects in order to get rid of the negative ones. Thanks for answers.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mark, 2010-10-28
@printf

I would recommend Obj-C of course.
- native application, UI elements work exactly as the user expects;
- there are no extra levels of abstraction, the code works faster (comparing with phonegap - significantly);
- a complete superset of the C language, a lot of open source code available for reuse;
- Xcode IDE, in particular the ability to debug / profile both on the emulator and on the device;
- OpenGL ES, you can make fast three-dimensional toys (in particular, the quake3 engine, a commercial Unreal Engine, has been ported).

M
MyraJKee, 2010-10-28
@MyraJKee

You can probably forget about flash for now ... There are a lot of bugs and errors ... And in general, Steve Jobs somehow has a very negative attitude towards this technology ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question