How to create windows app from html page?

shankar251289

New member
Jan 27, 2016
1
0
0
I have a html page and i need to put the same in my app. If i change one html page automatically app content also should change. I am going to host anna university first semester results in kinindia.net so if i update web content app content also should change. I am new bee just learned how to build app in html5 but feeling difficult to sync the content.
 
You can use the tool "Web browser tool"(Not sure about the name of the tool) to load the html page to the app.. But the app would look more like a web wrapper.

Try creating the app by File -> New Project -> Other languages -> JavaScript -> Blank Project or something else.

If you're considering syncing the page with your app, Try JSON or JavaScript to render contents through your servers.

There might be different methods, try it.
 
Or try phonegap. Cross platform "native" web apps development using web technologies.(leaving server side programming languages)

All you need to do is extract content from xml or json file returned by URL and display it on html using js or jquery(easy). And for continues sync with server you can try Ajax jQuery functions which is highly customizable or get function if you only intend to display the content.

Note: All of these is possible only if the website returns a json or xml file with a specified url.
 
Moved to Developers Corner forum, since this topic is better suited to developers rather than regular users.
 

Members online

Forum statistics

Threads
339,468
Messages
2,262,490
Members
428,760
Latest member
dokishep