Posts Tagged ‘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?

I really do not like using XML

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 a script and draw a item according to the occurences in the xml like for each button node i want a button at the defined position with its own accessing methods if i have to enable or disable the things later.like create a item array and be able to access the item using its name like the Me.button1.name can define the name of button1.i want that to be available on each item or may be someway.