[android-developers] Re: Nullpointer ......Stack overflow, expanding

2008-11-10 Thread for android
Any help?? On Wed, Nov 5, 2008 at 2:03 PM, for android [EMAIL PROTECTED] wrote: So how exactly do I decide that the hierarchy is very deep or not? is it something quantifiable? Thanks On Wed, Nov 5, 2008 at 1:35 PM, hackbod [EMAIL PROTECTED] wrote: On Nov 4, 8:06 pm, for

[android-developers] Re: Nullpointer ......Stack overflow, expanding

2008-11-05 Thread hackbod
On Nov 4, 8:06 pm, for android [EMAIL PROTECTED] wrote: Also i would like to know what you mean by the view heirarchy is too big..I have assumed that the view heirarchy can any be as complex as it can get.Is it a fair assumption. No, calls go down the view hierarchy, so a very deep hierarchy

[android-developers] Re: Nullpointer ......Stack overflow, expanding

2008-11-05 Thread for android
So how exactly do I decide that the hierarchy is very deep or not? is it something quantifiable? Thanks On Wed, Nov 5, 2008 at 1:35 PM, hackbod [EMAIL PROTECTED] wrote: On Nov 4, 8:06 pm, for android [EMAIL PROTECTED] wrote: Also i would like to know what you mean by the view heirarchy is

[android-developers] Re: Nullpointer ......Stack overflow, expanding

2008-11-04 Thread for android
Thanks for the response. I have not been really able to understand what is happening.When i was trying to debug,I started removing some views in the layuot and the null pointer was not getting thrown, Then again i started adding the views one after the other and the code started working fine.