raj
raj

Reputation:

Android Intent related

I have an intent open my phone; when something comes from the server from another Java class I want to refresh the current screen. Can you please help me with how I can refresh my current screen without creating a new one?

Upvotes: 2

Views: 648

Answers (1)

1HaKr
1HaKr

Reputation: 1132

Check this link out

On New Intent

So when you get this ,from inside the method onCreate method with whatever data you want and your screen gets refreshed.

Actually you could have been more specific.

Upvotes: 1

Related Questions