+ 2
Can i design Application in Html or Css or JavaScript(JS) or only design Website?
11 Answers
+ 15
Do you mean mobile apps? Yes, you can:
https://www.sololearn.com/discuss/914055/?ref=app
+ 3
You can with frameworks like Electron or Cordova, but I really wouldn't recommend it because it's slower and doesn't get the job done as well.
+ 3
Thanks for Answer
+ 3
something like Electron or Cordova framework.
+ 2
Thank
+ 1
What is the way to output an HTML directive to an application format
+ 1
I disagree with Ben, HTML5 works pretty well and renders quite fast so where apps are concerned HTML, CSS and a little JavaScript and it will be compatible with all systems ( android OS, iPhone) no problems.
+ 1
Deanash Nayger But the problem specifically with Electron (I'm not sure about Cordova) is that each app opens a new Chrome instance so it uses a ton of RAM for little tasks.
+ 1
Deanash Nayger Well the best method would probably be making a native application.
0
Good to know, will keep that in mind thanks Ben
0
So what you suggest is the best method if i may ask?