Is it possible to build an HTML5 app for Android with Material Design?

7

I wonder if it is possible to develop an html / css / js app for android using material design. If not, is there any framework that has the visual?

    
asked by anonymous 16.04.2015 / 15:28

4 answers

6

Yes, you can.

Today we have enough options for this, you can develop your application using some responsive CSS framework like Bootstrap and others, but I recommend you take a look at # which is a framework under license BSD based on Material Design, I also recommend a Phonegap link for the application build. if you are familiar with Angularjs I also recommend the material.angularjs.org .

    
16.04.2015 / 15:46
2

Yes.

Just add a CSS that does all the styling of HTML (and obviously use the elements correctly according to the CSS specification).

I know two ready CSSs that do this. If you like Bootstrap, I recommend the Material Design for Bootstrap ; if not, I recommend the MaterializeCSS .

    
16.04.2015 / 15:34
1

Maybe this question is closed "as based on opinion".

But I think it's worth pointing out ways, so here's my "opinion and experience" answer:

Because Material Design is a Google design guideline and not just for Android, but for all of your areas including Web Developer . Then an option provided by them (Google) is the angular.js for Material Design , and in this same line only that for development of hybrid web apps there is ionic that uses angular.js in their Views.

    
16.04.2015 / 15:50
1

You can use Ionic to generate the application based on a web project. It's a very mature framework.

For the layout of your application, you can use the Bootstrap Material Design

    
21.06.2015 / 00:32