Differences between Native and Non-Native iOS Applications

I'm not sure if this is the right place to ask if this is not so, I'm sorry.

I am studying different applications in the same category, and I am trying to figure out how many of them are Native or Non-Native (Hybrid?) Applications. Is there any way to figure this out without seeing the code? What are indicators that the application is native or not?

thank

+4
source share
1 answer

In fact, the answer depends on the structure that was used to create the application. These are the two types of frameworks I've seen so far:

  • Based on C / C ++ languages ​​(e.g. Marmalade SDK)
  • Based on JavaScript (Appcelerator Titanium, PhoneGap, etc.).

, , - . .

. , HTML, JavaScript .. Appcelerator Titanium JavaScript.

, , , . , .

+1

All Articles