[android-developers] Re: my problems with point sprites

2011-01-02 Thread Poldie
On Jan 2, 12:46 am, Poldie wrote: > I'm trying to use point sprites in OpenGL on my HTC Desire.  In the > emulator I've got them working, but on my phone nothing is displayed. > This is my first Android app though so I could quite easily have done > something wrong.  Perh

[android-developers] my problems with point sprites

2011-01-01 Thread Poldie
I'm trying to use point sprites in OpenGL on my HTC Desire. In the emulator I've got them working, but on my phone nothing is displayed. This is my first Android app though so I could quite easily have done something wrong. Perhaps the emulator isn't configured to behave as a Desire would. I'm n

[android-developers] Which version of Java is used in Android?

2010-03-28 Thread Poldie
I've read that Android apps use Java syntax, and not Java per se, presumably because of the Davlik VM. I'm a Java noob, so I may not be making sense here, but don't different versions of Java support different things - for example, generics in v5, and annotations in v6?If you're using Eclipse