On 8/12/16, 2:41 PM, "bilbosax" <[email protected]> wrote:
>I find all of these Javascript/HTML5 solutions fascinating, as well as >React >Native. I just don't know enough about them at this point to know if I >can >trust them to be robust enough to do everything that I need currently. So >after further examination, I am going to need services and thus a php >interface, database access over the internet, sqlite, I want to be able to >skin all my components so that I can brand easily, i need to be able to >display and interface with Google Maps, and display and interact with >photos/video. Can these Javascript/HTML5 solutions do all of these >things? > Even if it can, there are other factors to consider, like learning curve and re-use of code. If the subset of your app you want to run on mobile isn't expected to have performance issues, you'll probably get it done a lot faster if you can re-use a significant amount of your code. -Alex
