[android-developers] Using Adapters

2009-12-15 Thread Ben Griffiths
Hi, I would like to implement a UI that behaves in a similar way to editing/adding contacts on official contact app. Specifically, I would love the user to be able to press a button to add as many EditText parts as they need. This sounds like a jobs for adapters! That is as pretty much as far as

Re: [android-developers] Using Adapters

2009-12-15 Thread Mark Murphy
Ben Griffiths wrote: I would like to implement a UI that behaves in a similar way to editing/adding contacts on official contact app. Specifically, I would love the user to be able to press a button to add as many EditText parts as they need. This sounds like a jobs for adapters! Uh, maybe.