android UI external libraries?
Asked Answered
R

2

2

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

Rheumatoid answered 24/8, 2010 at 10:36 Comment(0)
L
3

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:

Lector answered 24/8, 2010 at 10:48 Comment(0)
O
0

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

It includes:

  • Action bar
  • Quick action
  • AsyncImageView and a lot of other things

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

Olimpia answered 10/9, 2011 at 13:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.