Hey,
I am currently programming an App using OpenGL to show 2D Graphics. I have my 4 sided poly and now started to load the texture. But there I came to one problem. Where to store my source image file for the texture and how to load it. (Not how to generate a texture with openGL but how to load the image itself).
PS: I am using Eclipse with the official Plugin for the Android SDK
Thanks in advance Fahrenheit



