How do I combine the Android UI buttons with libGDX?
I want to combine the Android UI with libGDX. I want to have half of my screen drawing an animated sprite with the libGDX engine, and the other half of the screen drawing Android UI buttons. How do I combine the Android UI buttons with libGDX? Answer Libgdx has a great UI package called scene2d. … Read more