I have a ListActivity that starts a service. In this service, I started a thread that does some database query of up to 800 contacts, this seems to be slowing down or even hanging the UI sometimes. Sh
Within my application a user can set a certain time, i wish for a notifi开发者_如何学Pythoncation to be displayed on the screen when the time reaches the set time (basically an alarm) out wheather the
In several apps we use local services to (for example) record locations. This is working perfect for some time (e.g. 4 hours or 150km) and then A开发者_开发知识库ndroid closes (no longer wants) the se
I\'m trying to find a (good) step-by-step example of creating a WCF and hosting it as a Windows Service (with installer). I\'m using VS2010 and have a simple WCF with 1 function (ju开发者_开发问答st r
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
What is the \"best\" way to create the backbone of a larger Website? Currently our webpage consists of many different applications, like wordpress for blogs, shopping-carts and other not servic开发者
I have wcf service that twice a minute check %programdata%/MYAPP folder and send all xml-files from this directory to sharepoint site. But i have some problem with this service (description from Event
I am creating a web service client to consume a WCF service in eclipse and when I enter in the url for my WSDL, the setup wizard begins generating classes, then abruptly stops and spits out a nasy err
I want to be able to run a service that checks with a remote server at predefined intervals. How would I go about doing such a thing in Android? Example开发者_如何学C: The user sets an option that the
I want to start a service when my Application is initialized from whatever component. public class MyApplication extends Application {