Users Pricing

forum

Home Forums Start a service in android – MindStick

Start a service in android

Anonymous User 2227 05 Aug 2015
Suppose that you are starting a service in an Activity as follows:
Intent service = new Intent(context, MyService.class);             
startService(service);
where MyService accesses a remote server via an Internet connection.

If the Activity is showing an animation that indicates some kind of progress, what issue might you encounter and how could you address it?

1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md