开发者

how to store values in the Textview after parsing in android

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

B开发者_运维知识库uti don't know how to store the result in textview in my emmulator so that we can View the result.


EditText myResult = (EditText) findViewById(R.id.my_edittext);
myResult.setText(mySaxResult);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜