[android-developers] My first game is getting slow

2009-08-11 Thread bendavis78
I've followed the excellent article on game development here: http://www.rbgrn.net/content/54-getting-started-android-game-development, and started my game based on the Lunar Lander example. The Lander example re-draws the background and everything else on each "tick". I basically followed its e

[android-developers] Re: How to enable / disable Bluetooth

2009-01-08 Thread bendavis78
Hi, did you ever figure out how to do this? On Dec 1 2008, 8:18 pm, RM wrote: > Hi folks, > > I'm writing an app that will, among other things, disable Bluetooth. > To do this, I've set the "android.permission.BLUETOOTH_ADMIN", and > inside an onClick() listener I'm using the following: > >   S

[android-developers] Menu appears in middle of screen when using Dialog theme.

2008-12-26 Thread bendavis78
Here's a screenshot: Before menu btn is clicked: http://i39.tinypic.com/allwn5.jpg After menu btn is clicked: http://i39.tinypic.com/1zf7jg4.png This is pretty easy to reproduce. Just create a new android app, change the theme in the android manifest to "@android:style/ Theme.Dialog", and