android UI external libraries?

筅森魡賤 提交于 2019-12-04 15:44:52

问题


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


回答1:


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:

  • http://blog.androgames.net/40/custom-button-style-and-theme/
  • http://www.androidworks.com/changing-the-android-edittext-ui-widget



回答2:


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.



来源:https://stackoverflow.com/questions/3555536/android-ui-external-libraries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!