• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to build apps just based on html

You don't use Java with Ratchet. You will need to know Javascript, HTML and CSS though. These frameworks do not create native apps, rather they are a way of creating portable web apps.

Creating an 'app' like this has the big advantage of cross platform support. That means it should work on a variety of mobile devices, including Andoid and Apple. The downside is that your code must be hosted on a web server.

However, if your main goal is cross platform support with relatively minimal effort, it could be the way to go.

In terms of publishing your apps, you would just make your website's URL known.
 
Last edited by a moderator:
so only people who have access to the Internet could see the app's content? I do not like that.

My apps are simple text. I am looking for ways how to publish them with minimal effort.
 
so only people who have access to the Internet could see the app's content? I do not like that.

But you said your apps are based on HTML. Then that's a web app. HTML web pages, by definition will involve using the internet.
I don't understand how you would use HTML, and NOT use the web.
 
Back
Top Bottom