[android-developers] Re: uses-feature glEsVersion

2011-12-22 Thread Marc Van Daele
Have you been able to solve this issue? I'm having the same issue right now. I don't find a matching android:name so I don't think that's the solution. I want to create two apk's, one supporting openGL 2:0 (having a higher version) and a second one for the others. But the android market says that

Re: [android-developers] Re: How to detect if a view is on screen

2011-09-06 Thread Marc Van Daele
"use ScrollView", but that too is limited to > > vertical scrolling. So now I have to ask: do you really HAVE to have > > the scrolling done horizontally? You might be in for a harder time if > > you insist on this. > > > > On Sep 5, 11:29 pm, Marc Van Dae

Re: [android-developers] Re: How to detect if a view is on screen

2011-09-05 Thread Marc Van Daele
Hello Ed, Thanks for your answer but I'm not sure a ListView will work (though I will look at the video). Isn't a ListView limited to Vertical scrolling? (at least the javadoc says so) Kind Regards, Marc 2011/9/6 Ed > Hi Marc, > > Have a look at ListView. It's probably done most of the hard

[android-developers] Re: How to detect if a view is on screen

2011-09-05 Thread Marc Van Daele
I didn't see my question (see below) appear in the group yet so I'm resending. Sorry if it appears twice. Marc 2011/9/3 vdaele > Hello, > > Suppose I have a horizontal scrollable list of say 100 movie posters > (each in its own View) > of which only 4 Views fit on the screen at the same time. >