Is it possible to build editText boxes like a listView?

Try changing the TextView in the list_item. Xml from that tutorial to be an EditText instead and see what happens.

Try changing the TextView in the list_item. Xml from that tutorial to be an EditText instead and see what happens...

It works kind of goofy, but I'll have to mess with it a bit more. Maybe I can get it to work. – CrazyJay Mar 11 '11 at 0:15 @CrazyJay: lol, I didn't say it would be perfect, I was just trying to point you in the right direction.

:) It works because EditText is a subclass of TextView and the basic ListView adapter only needs something it can call 'setText()' for. You can put pretty much anything in a ListView but the more complex it gets, the more you have to use more complex Adapters and sometimes override the way they write the data. Good luck, hope you get it to work.

– MisterSquonk Mar 11 '11 at 0:24.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions