android - Dynamic graphic interactions on mobile: HTML5 and Javascript or native application -


i have develop mobile application displays dynamic generated images , allows user perform different actions pressing region of image. example displaying router , allowing user select 2 ports on router. ports color should dynamically change when selected.

i'm not experience mobile development wondering differences between html5 + javascript solution , native app. native app give me more flexibility in dealing graphics? limitation of graphic representation of html5 + javascript compared native apps?

i think use both technologies 1 recommended keeping in mind functionality beginning. sure product extend more , there more complex graphical interactions implement in future.

thanks, irina

  • using html5 , javascript easier compared native android or ios code.
  • you can develop once , use for multiple devices (android, ios etc)

  • native faster, though javascript rendering in mobile devices getting faster.

  • with html5 , javascript limited device's browser limitation

    these first things come mind. should consider requirements, costs(time etc...), supports platforms , many other things before choose weapons.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -