S
S
stransens2015-10-16 09:54:53
JavaScript
stransens, 2015-10-16 09:54:53

What is the algorithm for creating a mobile application in html, css and js?

Good afternoon. Please help me figure it out.
I'm interested in the algorithm for creating a mobile application in html, css and js using some framework. I haven’t come across development, so I’m wondering how it all happens? If I understand correctly, you first need to write the functionality of the application, and then somehow “wrap” it in the application view? Tell me, please .. Or maybe you can advise a resource for review .. Thanks in advance)

Answer the question

In order to leave comments, you need to log in

6 answer(s)
M
MetaDone, 2015-10-16
@MetaDone

https://netbeans.org/kb/docs/webclient/cordova-get...
here is a short summary of how to create a mobile application using Apache Cordova

E
Eugene, 2015-10-16
@jk_action

Started working with webix in conjunction with backbone and require. Its ideology allows you to sculpt an interface for mobile applications. You can first weaken the UI on the web, then look as mentioned above in the direction of Cordova and PhoneGap.

V
Vitaly Sivkov, 2015-10-16
@Sivkoff

If you know angular, you can try this framework: ionicframework.com

S
Shannon, 2015-10-23
@Shannon

habrahabr.ru/post/257889 - in fact, Framework7 is the simplest, and one of the fastest frameworks for html5 applications.
First, sketch out the design in html, then attach the necessary code to the design in the js file. You don’t need to study anything else, pure html + js
There is a set of components (buttons, lists, dialog boxes, drop-down menus, etc.) that you simply place in an html file, for each component there is an instruction on how to insert it into an html file and how bind them to js code. All this is done in 1-2 lines and looks like native elements
The information in the article is a little outdated, the latest version of the framework has many improvements, and there is also full support for android material design and ios 9 style, including instructions on how to switch them off the framework7 website

A
Axian Ltd., 2015-10-16
@AxianLTD

Search in the third plane... ugh. Search IDE for Mobile Applications

D
dlink13, 2015-10-22
@dlink13

html, css... it's all for the web, the maximum that can be done with these tools is a mobile version of the website, but not a mobile application. Mobile applications are created in special development environments (IDE) and different assemblies for developers (SDK) are used for this. For example, for iOS development, XCode (IDE) with iOS SDK, programming languages ​​Obj C or Swift are often used. Google to help you!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question