I have searched the web but couldn’t find any detailed idea about Native OS development I need to know about Native OS development in detail eg. what is a Native OS what kind of feature it gives.. etc etc..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“Native OS” is not a product. It is a phrase that describes the operating system that the device comes with, and applications written specifically for that OS (as opposed to Java apps, which are cross-platform).
So for example, “Native OS” of iPhone is iOS; and “Native OS iPhone application” will be written in Objective C. On the other hand, e.g. a JavaScript application running on iPhone is not native, because a Javascript application is running through a browser and not directly on the OS.
Another example: On a Windows machine, the native OS is (obviously) MS Windows. C++ applications using Windows API are native; Flash or TCL/TK would be non-native.