Im having trouble on creating ListView without any "R.Layout.myLayout" to put on my
Using java Syntax Highlighting
- ArrayAdapter<String>(context, R.layout.myLayout)
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
why cant i just put
Using java Syntax Highlighting
- ArrayAdapter<String>(context,new TextView())
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
why it has to be an (int) ID from Resource?
what is the simplest way to make a ListView?
please help.






