Skip to content

Tag Archives: hello world

Android programming without XML?

I am already know flash(as3) and java, and I want to learn how to make android apps. I already downloaded the SDK, and finished doing the Hello world tutorial. Well the part without XML. How far can I make it without using XML? Or should I just suck it up and get used to it? [...]

how to use xml to add items such as buttons to my vb.net application?

i want to use xml to add items to my appliction using xml code.i want to define each item in xml.and the program should read it and add those items depending on the number of nodes and the values. <myxm><button name="ok" top="15" left ="10" function="click" do="msgbox" extras="hello world">button></myxm> i want to use the xml like [...]