Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is native OS

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..

like image 817
Abdur Rahman Avatar asked Oct 31 '25 20:10

Abdur Rahman


1 Answers

"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.

like image 50
Amadan Avatar answered Nov 02 '25 20:11

Amadan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!