Tuesday, May 17, 2011

changing text view

    private TextView getProgressText() {
            return (TextView) findViewById(R.id.Progress);
        }


to enter the text
getProgressText().setText(name);

No comments:

Post a Comment