We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
开发者_C百科 Improve this questionSometimes I know that a GUI element looks like but I don't know the name used in Android. With most other GUI the tutorial would have a list of all GUI elements with a nice graphic besides it so you know what it will look like. Does something link this exist for Android.
Not entirely up to date, but this list is useful.
This is not exactly what you asked, but I think it might help:
- Pencil Homepage (mockups)
- Android Draw (android application to see your UI on a real device)
- PSD file (sample elements of the UI)
- Several utilities
Also, remember that in the world of android almost every brand and every carrier change things a little bit to make it "better". This means that many UI elements may look different or have different colors in many devices. Also remember that different android versions (1.5, 1.6, 2.1, 2.2...) also have some differences.
精彩评论