|
The phase of source code creation is the most labor intensive in the entire process of porting. The source code may significantly vary dependant on the platform, especially in case the application is supposed to utilize API-functions specific for particular device, or the functionality provides for the device's hardware exploitation.
Also, the phase is important since omitting of some issues within this phase causes impairment of the net result.
During source code development, device emulators are of significant assistance. They not only allow for sound time saving, but also enable the multi device support. After that in QArea we run the newly created application on real devices (since sometimes functionality cannot be implemented correctly on emulators - e.g. hardware interoperability) if it is possible.
|