Re: [mono-android] Threading with Rotation

2011-12-13 Thread Dean Cleaver
for Android Subject: Re: [mono-android] Threading with Rotation i'm sorry if my responses seem flamy but the majority of the work i've had lately is fixing code of programmers like asshole here who have no idea how to prgramm. How do they get jobs? I just wonder and wonder. Do the cli

Re: [mono-android] Threading with Rotation

2011-12-13 Thread Sayed Arian Kooshesh
i'm sorry if my responses seem flamy but the majority of the work i've had lately is fixing code of programmers like asshole here who have no idea how to prgramm. How do they get jobs? I just wonder and wonder. Do the clients go on like freelancer.com hoping to get low bid? Don't you know that's ho

Re: [mono-android] Threading with Rotation

2011-12-13 Thread Sayed Arian Kooshesh
please stop using threads. pleas learn backgroundworker. or i will find you. I will cut you open. I will eat your innards. is that threat enough to make you write GOOD code? or are you forever doomed to bitch on lists like this because you have problems. the problems being shitty code and the solut

Re: [mono-android] Threading with Rotation

2011-12-13 Thread Sayed Arian Kooshesh
please, please stop writing shitty code. plreae, for the children. On Tue, Dec 13, 2011 at 9:31 PM, Jonathan Pryor wrote: > On Nov 16, 2011, at 1:10 PM, emalamisura wrote: >> A common issue with maintaining state is handling Rotation with multiple >> threads in Android.  For instance if you start

Re: [mono-android] Threading with Rotation

2011-12-13 Thread Jonathan Pryor
On Nov 16, 2011, at 1:10 PM, emalamisura wrote: > A common issue with maintaining state is handling Rotation with multiple > threads in Android. For instance if you start a thread, and then rotate the > phone before the thread is done with its work Android destroys the previous > Activity and gene

[mono-android] Threading with Rotation

2011-11-16 Thread emalamisura
A common issue with maintaining state is handling Rotation with multiple threads in Android. For instance if you start a thread, and then rotate the phone before the thread is done with its work Android destroys the previous Activity and generates a new one. Any references you had to your previou