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

Asked

Viewed 1,152 times

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 look?

  • 1

    From yes, here in Brazil is a lot using a look on these sites he explains a little http://canaltech.com.br/dica/apps/Como-crea-um-app/

  • 2

    you can have a look at https://material.angularjs.org

4 answers

6


Yes, you can do.

Today we have plenty of 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 Polymer which is a framework under license BSD based on Material Design, also recommend a junction with Phonegap for the build of the application. if you are familiar with Angularjs recommend also the material.angularjs.org.

  • 2

    This Polymer, it seemed to me very interesting, and from what I saw is a Google project (or supported by them).

  • i use the phonegap with the material.Angularjs or just the Angularjs itself is already enough to build the app?

2

Yes.

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

I know two Csss ready that do it. If you like Bootstrap, recommend the Material Design for Bootstrap; if not, recommend the Materializecss.

1

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

But I still think it’s worth pointing out paths, so there goes my answer "based on opinion and experience":

How Material Design is a design directive from Google and not only for Android, but also for all its areas of action, including here Web Developer. So 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 the Ionic that uses angular.js in your Views.

1

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

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.