[android-developers] Adding ListView items dynamically - Force Close

2009-12-11 Thread Abhi
Hi All, I have an Absolute Layout with two buttons on top, a Text View of fixed size in the middle and List View as the rest of the Layout. I want to use the top left button to add a list view item to the existing list and the top right button to remove the last item from the list. The List is

Re: [android-developers] Adding ListView items dynamically - Force Close

2009-12-11 Thread Romain Guy
Have you looked at the log to see the stack trace? This would tell you exactly why your app is crashing :) On Fri, Dec 11, 2009 at 1:46 PM, Abhi abhishek.r.sha...@gmail.com wrote: Hi All, I have an Absolute Layout with two buttons on top, a Text View of fixed size in the middle and List View