Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add style to android app

I'm wondering how I could add styles to my android applications. I have created some apps on Eclipse but all of them with fixed style. I would like to know how people manage to create those fancy and cool apps that you can download from the GooglePlay. I would like to know if there is any tool for applying style to buttons, tabs, etc like a CSS to HTML.

I hope no to bother anyone with this questions, I'm eager to know how to do it ^^

like image 967
Iker Avatar asked Oct 06 '22 15:10

Iker


2 Answers

I like to use PhoneGap (http://phonegap.com/), it lets you code your entire app with HTML, CSS, and JavaScript.

like image 137
heidi Avatar answered Oct 10 '22 01:10

heidi


Go with Fries. It's a design framework specifically for Android, and it provides all the fancy bottons, tabs, etc: http://jaunesarmiento.me/fries/

like image 29
shmuli Avatar answered Oct 10 '22 03:10

shmuli