How to create app for android with Html5 [closed]

1

I want to start an app with html5 that looks like a blog where you can publish tutorials per part but that is in the app how could you do it in html5.

The example below of how the app would be.

Each block of the first table is a theme and when I click on the theme it will appear in the tutorials.

    
asked by anonymous 07.02.2017 / 16:47

1 answer

3

There are many ways ...

1 - Ionic (Android, IOS, WP) ( link )

2 - Xamarin (Android, IOS, WP) ( link )

3 - Or use WebView (Android) - In this vc makes your application using HTML, CSS and JavaScript, then ready to call the application in WebView. ( link )

There are other ways ...

    
07.02.2017 / 16:55