[android-developers] Re: EditText.getText() not working

2010-01-09 Thread zosq
Yes I did check for null. It is not the null exception. I am having problems finding out what kind of an error it is. There is no error in the code. The program stops in the middle while running. Why don't you generate your EditTexts programmatically in a double loop? That is a good idea but I

[android-developers] Re: EditText.getText() not working

2010-01-09 Thread zosq
Thanks for the reply, but that doesn't answer my question. On Jan 9, 9:15 am, Sasikumar S sasikumar.it1...@gmail.com wrote: http://www.androidpeople.com/category/edittext/ see this... On Jan 8, 10:08 pm, zosq yellasrich...@gmail.com wrote: I am simple sudoku app. My main.xml has 81

[android-developers] Re: EditText.getText() not working

2010-01-09 Thread zosq
I have tried doing the EditTexts programatically in a loop. No luck. Still gives me the same problem. I am having a hard time trying to figure out what the exact problem is. I am new to the eclipse IDE and the android programming. On Jan 9, 12:31 am, TreKing treking...@gmail.com wrote: Now

[android-developers] Re: EditText.getText() not working

2010-01-09 Thread theSmith
using findViewById() 81 times seems more demanding than creating them at runtime to me. There is always an Exception thrown if your app is crashing, look at the logcat in the 'DDMS' view in Eclipse. If you only see a runtime exception then you need to get the cause from the exception. Surround

[android-developers] Re: EditText.getText() not working

2010-01-08 Thread Sasikumar S
http://www.androidpeople.com/category/edittext/ see this... On Jan 8, 10:08 pm, zosq yellasrich...@gmail.com wrote: I am simple sudoku app. My main.xml has 81 EditText and 2 buttons as shown below. ?xml version=1.0 encoding=utf-8? RelativeLayout