[android-developers] Re: problems with custom listview adapter getView() method

2010-04-19 Thread edzah
e. This is what provides ListView with the convertViews you see > passed to getView() even before you scroll. > > > > On Tue, Apr 13, 2010 at 1:32 PM, edzah wrote: > > this is a cross-post from SO . haven't got much attention over there > > so I am posting it h

[android-developers] problems with custom listview adapter getView() method

2010-04-14 Thread edzah
this is a cross-post from SO . haven't got much attention over there so I am posting it here. orig here: http://stackoverflow.com/questions/2618272/custom-listview-adapter-getview-method-being-called-multiple-times-and-in-no-coh

[android-developers] Questions about program structure for real-time games

2009-12-01 Thread edzah
I am having trouble understanding how threads, activities and renderers fit together. My current program structure is this: - main activity, nothing in it really, just initialising things. mGLView = new GLSurfaceView(this); mGLView.setEGLConfigChooser(false); mGLView.setR