In most tutorials is how to display only one of them, I noticed to display an array, main class should use interface from ListActivity, but when i try display something else (like my edittext box) program crashes.
Somebody suggest me To display an array like that: ArrayAdapter<String> myAdaptor = new ArrayAdapter<String>(this,R.layout.test,myStrings); myListView.setAdapter(myAdaptor); but this is not doing anything. Can anyone tell Me what is wrong in this lines or explain me how to solve my problem? regards -- 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

