Posts Tagged ‘j2me mobile application porting’

Mobile porting has been gaining it’s momentum with time and the increasing use of different applications over all mobile platforms. There has been number of applications launched every single minute and therefore it’s not feasible to develop the same application for different categories of handsets on the same platform. This is when mobile porting comes [...]

How do we take care of mobile porting? Porting done at our end includes 4 parts: UI management Memory Management (Heap Size and RMS Size) Connection Management (if using network connection) Testing and bug fixing. 1. UI Management: This includes all screens present in application. We follow following standards to port an application:Conditional Compilation: this [...]