M
M
max_zarubin2014-09-22 14:06:59
Angular
max_zarubin, 2014-09-22 14:06:59

How to make a mobile application for the browser?

Hello everyone,
I want to make a web application that will work and look like a native one - that is, in a browser on iPhone and Android, but looking like an application and cached to the maximum on the first run. I am looking for a performer, but I don’t know how to write a technical specification correctly. I was advised to use AngularJS for the front-end and BaaSBox for the back-end, but I'm not sure...
Here is the prototype of the application:
https://marvelapp.com/164gg8
Tell me which frameworks and technologies will be used correctly, or at all What is the correct name for such a child? Or perhaps someone will be interested in doing the work of this project.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2014-10-02
@deemytch

It is not clear what native means in the browser.
You need to make a backend that will give data in JSON, that is, work as an API.
Any server-side programming language is suitable for this.
I personally write this in ruby ​​on rails. And all server JS (node ​​comrades) - flow and fall.
And on phones it is necessary to write separate programs, for iOS separately, for Android - separately.
For the browser, you were advised AngularJS, apparently because for the backend it also looks like an application and works with the API, that is, the server does not need to do additional logic to render pages in html.
If you have enough money - you can certainly do it right away. But usually, first they make a small stray, and only for browsers, including mobile ones, and accordingly, they give html from the server, and then grow it to a full application.
And further. Usually, one programmer does not immediately make both iOS and Android and the front-end in the browser and the back-end. Usually these are at least two (normally - 4) different people, not counting the designer.

H
hOtRush, 2014-10-02
@hOtRush

on angularjs + phonegap can be filed and compiled as native for iphone / android

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question