Hi Everyone
I've been playing with SQL and ScrollView. I've used Klaus's "Another ScrollView example" (CustomScrollView) as a starting pint and placed the 1st 6 items in a Table into Scroll view - including Images - (Thanks again Klaus and others for your help).
When an item is selected - a 2nd activity appears where I can edit the info and save it back to the DB - this then closes and I'm returned to my 1st Activity with the 6 items. Plus there is another opion to ADD a new record.
What I need to do now is update this Scrollview again when I return to the 1st Activity. What would be the best way to achieve this?
1) Use code on the save button to update the list (directly from 2nd Activity onto 1st Activity)
2) Use the Activity_Resume on the 1st form?
I assume I need to clear out the scrollview first, if this is the case - how do I do that.
Thank you inadvance for all help given
Shane
I've been playing with SQL and ScrollView. I've used Klaus's "Another ScrollView example" (CustomScrollView) as a starting pint and placed the 1st 6 items in a Table into Scroll view - including Images - (Thanks again Klaus and others for your help).
When an item is selected - a 2nd activity appears where I can edit the info and save it back to the DB - this then closes and I'm returned to my 1st Activity with the 6 items. Plus there is another opion to ADD a new record.
What I need to do now is update this Scrollview again when I return to the 1st Activity. What would be the best way to achieve this?
1) Use code on the save button to update the list (directly from 2nd Activity onto 1st Activity)
2) Use the Activity_Resume on the 1st form?
I assume I need to clear out the scrollview first, if this is the case - how do I do that.
Thank you inadvance for all help given
Shane