ddyer0
ddyer0
**Describe the bug** Attaching a bluetooth keyboard doesn't work well. There is no "keyListener" type interface, and if you override the KeyPress and KeyRelease methods on class Form, you'll see...
See the attached screen shot. I ask the display for the screen size and use what it gives me. As you can see, the space used by my app overlaps...
I'm developing some new code that makes heavy use of StringBuffer, and specifically StringBuffer.subSequence to implement the StringBuffer.subString method (which the Codenamame1 api doesn't have). When deployed on real hardware...
Several of my games require a modest number of large images which are sparsely used. For example, there might be 200 images which are 20 megabytes each, of which only...
For reasons I don't fully understand, I haven't been able to produce this in a simple environment, but on my app, on IOS, in Landscape mode, when an pop-up text...
The class com.ui.Dialog is impossible to subclass, and is not written in a way that it can be copied and modified - it uses non-public methods of other classes in...
I noticed that you define setter functions for static final variables static final String ConfirmSwapDescription = "Click on Done to confirm swapping colors"; becomes #define get_static_arimaa_ArimaaConstants_ArimaaState_ConfirmSwapDescription(threadStateArgument) get_static_online_game_BaseBoard_BoardState_ConfirmSwapDescription(threadStateArgument) #define set_static_arimaa_ArimaaConstants_ArimaaState_ConfirmSwapDescription(threadStateArgument, valueArgument)...
The attached test program plays a series of short sound clips, each clip plays 3 times, and should therefore be identical each time. They are not. Sometimes a clip plays...
This construct Arrays.copyOf(colorIndex) gets an error at runtime. It's very upsetting that there is no compile time complaint, so this lurks are a latent bomb in code. In this case,...
These is a problem with android sound clips, where "sometimes" a clip simply is not played, or is not played in its entirety, or is rendered as a nondescript "thunk"...