InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between Native App and Cross-platform App |
|
Answer» Native App: Specific native LANGUAGE(C#, Objective C, Swift, JAVA) is needed to develop a specific native app for Windows, Android or IOS. These are all needed if we are looking forward to developing a native app Cross-platform App: Using a cross-platform, a DEVELOPER can develop an app for all three mobile platforms. It uses a single code base wrapping in a native APPLICATION LAYER. Customization of interfaces to native languages is always required. |
|