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
Post a Comment