Metro-style / iPhone apps development too demanding for newbie developers? [closed]
- by linquize
Both Metro-style and iPhone app require approval and publishing to app store.
And they focus most on user interface and the quality of the software.
Developers must deal with technical aspects,
such as async programming (no UI blocking),
no console program (must design a UI that cope with "Standard"),
no CPU hungry (pause app if deactivated),
need to study the permission matrix (not full access right),
and more ...
A newbie is not familiar with threading and synchronization.
Do you thick they are too demanding for newbie developers?
Can you give more examples how demanding it is?