InterviewSolution
| 1. |
How To Port Applications To Multiple Platforms? |
|
Answer» We have created a single unified ARCHITECTURE that covers all platforms, so that we can ensure a common user experience across devices. However, DIFFERENT platforms utilise different operating SYSTEMS and system TOOLS, so we have to create a unique client code base for each platform - iOS, Android, and Blackberry. It is possible to reuse some code across Blackberry and Android. We have created a single unified architecture that covers all platforms, so that we can ensure a common user experience across devices. However, different platforms utilise different operating systems and system tools, so we have to create a unique client code base for each platform - iOS, Android, and Blackberry. It is possible to reuse some code across Blackberry and Android. |
|