0
How can i add text to Xml code?
Java
4 odpowiedzi
+ 1
You mean commentary? It's like this: <!--Your comment-->
If you mean value, just input it between proper tags: <name>John</name>
0
Thank you
0
Yes i meant commentary
0
And how i could apply it to my app?