android - How to make cross platform mobile apps? -
android - How to make cross platform mobile apps? -
i know android apps development using java. , know ios- objective c used.
but can see in different places requirement cross platform applications mobile devices. how possible?
there's 2 mutual ways it
1)html , javascript. advantage run on web browser. disadvantage horrible performance, limited access special os features, uis limited web interfaces, browser specific bugs, , having write javascript (really, i'd rather have door slammed on fingers).
2)c or c++ business logic uis , glue code written platform. advantage run anywhere embedded devices phones pcs supercomputers, , lightning fast. disadvantage require better, higher paid programmers , may take bit more time write.
3)there's few efforts @ other languages xamarin c#. in between 2 above in performance, , otherwise have advantages similar 2, added disadvantage or not beingness supported , more break badly on new releases.
android ios
Comments
Post a Comment