As i am good in HTML and CSS, I want to make desktop application and mobile apps on one platform so that it will load an HTML page at runtime. My second purpose of doing that is, because if i update the webpage, the desktop application automatically gets updated.
I will prefer java because it can be used across multiple platform. I wants to render the page as Google Chrome renders it.
I want to make all types of application as a desktop application
- Windows
- Mac
I also wants to make all kinds of mobile application
- Android
- BlackBerry OS
- iOS
- Symbian OS
- Java Mobile Application
Any platform welcome.
Thanks in advance.
Java has classes that can render basic html.
If you want something better you have to use a web browser. I would probably go with QtJambi and Webkit.