[android-beginners] Re: sdk doesn't contain images of ui things?

2009-12-22 Thread ertemplin
eh, not really what I'm looking for. I'm looking for more of a WYSIWYG user interface design program. On Nov 16, 11:29 am, TreKing treking...@gmail.com wrote: Standard menu icons:http://developer.android.com/intl/fr/guide/practices/ui_guidelines/ic... In addition, you can find a lot of icons

[android-beginners] Re: sdk doesn't contain images of ui things?

2009-12-22 Thread Coco
Yeah, there's no WYSIWYG XML layout editor yet. It was the first thing that I looked for after a Hello World. I'm hopeful that one will come along before too long. It'd also be helpful to have a rich demo app in the style of the SwingSet example that comes with the Java/Swing libraries

Re: [android-beginners] Re: sdk doesn't contain images of ui things?

2009-11-18 Thread TreKing
Standard menu icons: http://developer.android.com/intl/fr/guide/practices/ui_guidelines/icon_design.html#menuapx In addition, you can find a lot of icons in the SDK under ROOT/platforms/version/data/res/drawable* folders.

[android-beginners] Re: sdk doesn't contain images of ui things?

2009-11-16 Thread Dori
You can check out most of the UI stuff if you install the APIDemos on to your emulator. I am not aware of a definitive list of UI elements, let me know if you find one! Dori On Nov 15, 3:41 pm, ertemplin ertemp...@gmail.com wrote: I'm more experienced with iphone development than I am with