[android-developers] Re: Problem with BaseAdapter on android2.2 SDK

2010-06-28 Thread vishu
end on > this. > > > > On Tue, Jun 22, 2010 at 11:19 PM, vishu wrote: > > > Hi, > > > I am facing one issue withBaseAdapter, which is set to Gridview in > > My application. > > > Issue here is: getView() method is calling again twice for the zero

[android-developers] Problem with BaseAdapter on android2.2 SDK

2010-06-22 Thread vishu
Hi, I am facing one issue with BaseAdapter , which is set to Gridview in My application. Issue here is: getView() method is calling again twice for the zeroth index item. ...due to this i m facing severe bug in my application.. on Android2.1 SDK, the same application is working fine..i.e. getV

[android-developers] GridView.LayoutParameters()

2010-02-04 Thread vishu
what is the use of setLayoutParams(new GridView.LayoutParams(width,height)) in GridView with images example.. Can anybody explain me about this . Thanks in advance... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Customised grid

2010-01-28 Thread vishu
Hi I need guidance regarding the following scenario in android. I need to put the views dynamically in grid. Suppose if there are 2 views .. then the grid dimensions sh'd be 1*2 suppose if there are 3 viewsthen the grid dimesions sh'd be 2*2 and two views in one row and 1 view in another row