Hi, Since I have discovered Rx java I have replaced all my async loaders by observers and observables. That's very cool to easily get an error to the UI thread. I have still a question. As you know when the screen rotate the activity is killed and recreated. I am wondering how should I do to resubscribe to the same observable launched before the rotation. Is there a pattern I have not think of? Or is it a feature to come? I am very new to reactive programming and I perfectly realize I am using 1% of the power of Rx java but can you help me to reach the 2%? Thank you