How to add style to Android app

I am wondering how to add styles to Android apps. I created some applications on Eclipse, but all of them are with a fixed style. I would like to know how people manage to create these fancy and cool applications that can be downloaded from GooglePlay. I would like to know if there is any tool to apply style to buttons, tabs, etc. Like CSS for HTML.

I hope that no one will have to worry about this, I really want to know how to do this ^^

+4
source share
3 answers

I like to use PhoneGap ( http://phonegap.com/ ), it allows you to encode your entire application using HTML, CSS and JavaScript.

+2
source

Go with Fries. This is a design design specifically for Android, and it provides all the fantasies, tabs, etc.: http://jaunesarmiento.me/fries/

+1
source

If you want to create your own application (Android and iOS) using CSS, I know two options:

0
source

Source: https://habr.com/ru/post/1434405/


All Articles