I'm starting with android, and the app I'm developing is gonna need custom widgets look (glossy buttons, animated backgrounds etc.), I've googled for any external libraries to achieve this and did not find anything.

let me guess, the only way to this is by painly extending base view classes and overriding onDraw etc. ?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

You need to explore View Styles. You can customize almost any view element. You might not need any external library that extends and designs custom buttons.

More ref:

link|improve this answer
feedback

I like quite a lot this library: https://github.com/cyrilmottier/GreenDroid

It includes:

  • Actin bar
  • Quick action
  • AsyncImageView ... and a lot of things

It's easy to use and nice for quick developments.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.