On Tue, Apr 17, 2012 at 2:59 PM, tomc_apadmi <[email protected]> wrote:
> I believe getCount() is called as part of the adapter figuring out how it > is going to be displayed. > > Perhaps clicking on editText is causing a softkeyboard to appear? This > would change the dimensions of the screen and cause your adapter to re > calculate. > > You need to make sure the getCount() call always returns something valid. Ok, I got that. Thanks for the suggestion. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

