+ 4
XML for android
Hello everybody. I want to learn XML for android programming. Does anyone know a good source for its tutorials?
4 Respostas
+ 6
here's good one on w3schools:
https://www.w3schools.com/xml/
+ 4
@Roabs thank you very much
+ 4
@Dan Walker
thanks for your helpful information.
+ 3
Check out developer.android.com, they have tutorials for building a basic app which gets you started. You can find the xml attributes you might need in the documentation, search for a class like
https://developer.android.com/reference/android/widget/TextView.html
and a little way down there is a link to the xml attributes you can use. A combination of that and some hard work and you can't go wrong :)