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
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
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
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
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
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