1

I was just wondering if theres any resource that helps with or explains UI programming on the Android. I am looking for something thats similar to the UI programming of iOS.

Thanks

1 Answer 1

1

The tutorials available from the Android Developer are Hello Views, the Technical Resource article list for Layouts/Views and the Developer Guide's User Interface article and sub articles.

Sign up to request clarification or add additional context in comments.

2 Comments

Which is to say not a lot, for instance - is there anywhere a reference of all the xml elemnts and attributes and their uses ? I come from a Visual Studio/xaml background and I am having a hard time with java/eclipse I would like to find something that shows me that android UIs can be as easy to make as silverlight.
Yes there is, View is a super class of all widgets every xml attribute and description is in there or the base class with their related information. The xml value definitions are in the open source repository (start under View package class attributes, if you're using Eclipse with ADT all the enumeration values are already there with content assist.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.