android UI external libraries?

前端 未结 2 1023
我在风中等你
我在风中等你 2021-02-11 04:12

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 t

相关标签:
2条回答
  • 2021-02-11 04:43

    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.

    0 讨论(0)
  • 2021-02-11 04:47

    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
    0 讨论(0)
提交回复
热议问题