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
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
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
3 matches
Mail list logo