Hi,
I have been using the sliding panels for a long while to have multiple screens inside one activity but all gets very slow.
I want to know what is the best way to share data between activities?
I have a main acitivity where I execute and process all http REST services async. However, I want to split up everything now in activities but let the main activity do the http handling. As far as I know you cannot make a static code module of this because you cannot do that with the http handling?
So what is the best way to share portions of data between activities?
Cheers,