Re: [android-developers] Re: Passing variables using intents

2010-08-26 Thread TreKing
On Wed, Aug 25, 2010 at 8:44 PM, kingh32 horaceb1...@gmail.com wrote: Would you happen to know what it means if when trying to do a setText the data shows as either null or a blank? Probably that the string you set is either null or empty ...

[android-developers] Re: Passing variables using intents

2010-08-25 Thread kingh32
Thank you for your reply. I had this code - roundVal = (TextView)findViewById(R.id.TextViewRound); further down in the code but as you said, where I was trying to setText roundVal had not yet been initialised. Thank you for pointing this (rookie mistake) out - I will sort out the variable names

[android-developers] Re: Passing variables using intents

2010-08-25 Thread kingh32
Would you happen to know what it means if when trying to do a setText the data shows as either null or a blank? Thank you On Aug 25, 8:07 am, Kostya Vasilyev kmans...@gmail.com wrote:   25.08.2010 5:12, kingh32 пишет:           //round.setText(String.valueOf(round));  The app crashes if I