Hello all. I have class, which extends ListActivity. Such class, like saying in official description, "consists of a single, full-screen list in the center of the screen." I need to refer to some widget (EditText) from here and get result of .getText(), but if I try to do something like "EditText edit = (EditText)findViewById(R.id.*)" I have force close when start application.
P.S. Sorry for my English. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

