0

Hello i had read the webservise tutorial in android from this link http://mobileorchard.com/android-app-development-parsing-web-service-response-part-1/ Plz check(Parsing the response with SAX Parser:) in the tutorial

Buti don't know how to store the result in textview in my emmulator so that we can View the result.

Amandeep singh
  • 1,865
  • 7
  • 21
  • 41

1 Answers1

2
EditText myResult = (EditText) findViewById(R.id.my_edittext);
myResult.setText(mySaxResult);
Travis
  • 3,737
  • 1
  • 24
  • 24