[android-developers] Re: ListActivity mandatory for listView ?

2009-12-07 Thread Jags
For example, I am doing a app where i need to store things to do, I need to have a add, delete and edit functionality for the app. Should I use 3 different activities or 3 different layouts for these functionality ? regards On Dec 3, 10:58 pm, Mark Murphy mmur...@commonsware.com wrote: I am

Re: [android-developers] Re: ListActivity mandatory for listView ?

2009-12-07 Thread Mark Murphy
For example, I am doing a app where i need to store things to do, I need to have a add, delete and edit functionality for the app. Should I use 3 different activities or 3 different layouts for these functionality ? Probably both: three different activities, each perhaps with its own layout.