[android-developers] Using LVL, will issuing a refund also revoke the user's license?

2012-08-24 Thread Steven Jackson
Heyo! I am using LVL for my application and a user is unhappy with how long their payment took to process. I want to give them a refund but I also want them to be able to maintain their usage license. I am using the default ServerManagedPolicy. If I refund their money, will the user still

[android-developers] Re: Static vs Dynamic vertex buffers?

2012-08-24 Thread Steven Jackson
You should use a static buffer if you will not be updating the vertex/attribute values and a dynamic buffer if you will be updating them. I'm not sure how your model loader is giving you back data, but you should get a handle for the vbo back when you create the buffer. On Wednesday, August