Re: [android-developers] help with TextView

2011-05-12 Thread Justin Anderson
Ummm, I don't think it is an issue with using the "this" keyword... What does your layout XML file look like? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 12, 2011 at 12:22 PM, subha wrote: > just you use only setContentView(R.layout.main)

Re: [android-developers] help with TextView

2011-05-12 Thread subha
just you use only setContentView(R.layout.main); it wil work properly don't use this.setContentView(R.layout.main); On Thu, May 12, 2011 at 11:47 PM, cmt wrote: > > I've finally gotten my first Android app to run without any errors, > however the TextView that I am using, is not being updated.

[android-developers] help with TextView

2011-05-12 Thread cmt
I've finally gotten my first Android app to run without any errors, however the TextView that I am using, is not being updated. Here is the code and the last line is where I use setText to update my textview. If someone has any ideas as to why my TextView is not updating, could you please help m