December 6th, 2011, 08:07 AM
|
#3 (permalink)
|
|
Junior Member
Join Date: Oct 2011
Posts: 21
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Thanks Jiminaus, I was trying to over complicate what I was doing and found a very good video tutorial about it, problem solved
As you're very good at responding to my posts might I ask about another situation that I'm trying to resolve?
I have an activity that displays a tablelayout with a series of items in it, you can then select one of the items and click a button to open a 2nd activity which enables the user to change various details of the selected item using a form that connects to a web service. Once the confirm button is pressed and the service runs I need the 2nd activity to close (which is fine just using the finish() command) but then when the previous activity is displayed again after the second one is closed I need the first one to essentially refresh to show the updated values. Do I need to look at using the onResume() function? Any advice would be greatly received.
|
|
|