I have written a table layout to fill values automatically from web service but i am newbie for java and android and wrote this. I want to add the vlaues from the sax parser to
Have a look at the android guide about ListView. You should use a ListView with an Adapter to display the elements from your SaxParser.