[Android] collection of excellent UI resource websites and androidui

Source: Internet
Author: User

[Android] collection of excellent UI resource websites and androidui


1. http://ionicons.com/

The icons of this website can meet the needs of most people. It contains commonly used android-style icons ios7-style icons and some social sharing icons, totaling about 500. Github address: https://github.com/driftyco/ionicons/tree/master/png/512.




2. http://www.easyicon.net/

Massive icons, easy to search, multiple size options, and other icons in the same style group. recommended.



Http://www.flaticon.com/

High-quality vector graph, recommended ~


4. http://subtlepatterns.com/

Set of background materials


Reference: http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2014/0816/1654.html




How to obtain UI resources in Android Development

Resources come in two forms: defining references in an xml file and generating objects in the code.
In layout, you can replace the original <button/> with a custom replacement. The reference in the code changes accordingly. For example, the original value is Button button1 = (Button) findViewById (R. id. button1); replace it with your custom, such as MyButton button1 = (MyButton) findViewById (R. id. button1)
This will display your custom control.
 
What are the better advanced books for learning android UI? Recommended

There are more and more books about Android. However, there are few books on the UI. I tried to find it. We recommend that you read the Android advanced tutorial. There is a lot of information here about Android UI. A beginner Android programmer will have a lot of GAINS. Hope you can help.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.