Sharing data between activities

bluedude

Well-Known Member
Licensed User
Longtime User
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,
 

bluedude

Well-Known Member
Licensed User
Longtime User
Erel,

Does this make my REST calls slower? I have a main screen where people see immediately the result of a REST request.

They click on something, the REST is called and when the results come in it displays these results.

Would the httputils service slow it down?

Cheers,
 
Upvote 0
Top