P prestondocks Member Licensed User Longtime User Jun 16, 2013 #1 Hi, Is it possible for a service to manipulate a view in an activity. My service is managing my TCP/IP comms and I want the service to clear and add items to a spinner when data is received. If not what is the recommended solution for this. Is this possible?
Hi, Is it possible for a service to manipulate a view in an activity. My service is managing my TCP/IP comms and I want the service to clear and add items to a spinner when data is received. If not what is the recommended solution for this. Is this possible?
mc73 Well-Known Member Licensed User Longtime User Jun 16, 2013 #2 You can use callSubDelayed for this, calling a sub inside your view to be processed. Upvote 0