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
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.
answered Aug 13, 2011 at 0:28
Dan S
9,2093 gold badges40 silver badges50 bronze badges
Sign up to request clarification or add additional context in comments.
2 Comments
flurbius
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.
Dan S
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.Explore related questions
See similar questions with these tags.
default