Here in my application I want to use 2 variables which I want to use in another activity. But in first activity I make thread for progress dialog bar but in thread I call one xml and get data from web service but thease two variables make null after end of thread. So please help me.
Share
You need to add them to the Intent that is calling the 2nd activity and then read them back:
e.g. for writing:
and for reading back: