[android-developers] Re: BluetoothServerSocket: how to close correctly?

2010-05-05 Thread nickon
I have the exact same problem, more precisely this is what happens: 05-05 11:34:37.330: DEBUG/ConnectionManager(2241): stop() 05-05 11:34:37.330: DEBUG/ConnectionManager(2241): CANCEL mAcceptThread 05-05 11:34:37.340: DEBUG/BluetoothSocket(2241): BluetoothSocket close() 05-05 11:34:37.340:

[android-developers] Re: onRestart() method not called on restart

2010-04-16 Thread nickon
On 15 apr, 21:32, ~ TreKing treking...@gmail.com wrote: On Thu, Apr 15, 2010 at 11:05 AM, nickon nickvanbae...@gmail.com wrote: What is the reason that this method is never called? Am I understanding the activity lifecycle wrong? Not sure, but I've never used onStop or onRestart. I would

[android-developers] onRestart() method not called on restart

2010-04-15 Thread nickon
Hey everyone, I'm writing a Tetris application on Android for my bachelor thesis at the University of Hasselt. Currently I have a working Tetris base game, but it just keeps on ticking when the activity gets in the background. I'm trying to fix this by overwriting the onStop() and onRestart()