XML for android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

XML for android

Hello everybody. I want to learn XML for android programming. Does anyone know a good source for its tutorials?

5th Jan 2018, 8:35 PM
Saleh
Saleh - avatar
4 Answers
+ 6
here's good one on w3schools: https://www.w3schools.com/xml/
5th Jan 2018, 9:13 PM
Roabs
Roabs - avatar
+ 4
@Roabs thank you very much
6th Jan 2018, 2:44 AM
Saleh
Saleh - avatar
+ 4
@Dan Walker thanks for your helpful information.
6th Jan 2018, 2:46 AM
Saleh
Saleh - avatar
+ 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 :)
5th Jan 2018, 10:19 PM
Dan Walker
Dan Walker - avatar