windows phone 7 background service like android intent service - windows-phone-7

I am new in windows phone 7. I want to know background servies like android intent service. Android intent services is run service one by one .If the services is completed,automatically stop this and run another servies .In windows phone 7 , I don't know how to do.Please help me.

It is currently not possible to do something comparable with an Intent in WP7.
The nearest thing would be a custom Launcher or Chooser. Creating these is not possible though. :(
Maybe in the next version of the tools.

Related

Windows phone 7 live gps track

I'm looking for some help about gps in windows phone 7. Actually I want to create an application to send GPS coordinates to my server in background every x seconds, is that possible?
Actually I read in some topics that it's impossible to get location in background in wp7, but my employer required me to find a solution...
I suggest to try to get the location service in silverlight for Windows phone and try to implant it in Windows Phone 7 Background Agent

Pen Computing App Development in Windows Phone

I wanted to make an app in windows phone that takes in pen-computing input. Is there existing code infrastructure (templates and such) in the Windows Phone API that is available to the Windows Phone developer?
What I mean by pen-computing input is hand-writing input by users' fingers, giving us input like this:
Unluckily for Windows Phone 8 and Windows phone 8.1 InkManager class is not supported currently, so capturing handwritten input aint possible.
Though it works for windows 8 and 8.1 store apps which you can implement through Tutorial1 and Tutorial2
If you are focusing Windows phone would suggest to make app for Windows 10. They have release a better version of InkCanvas which is better than InkManager and works both store and phone apps being UWP. Check out this link for details on InkCanvas

will httpnotificationchannel.open() return uri and other informations when i run my windows phone apppicatin in an emulator?

Iam developing a windows phone application that makes use of windows phone push notification service. I know that we use will httpnotificationchannel.open() to open a notification channel with mspn. my question is will httpnotificationchannel.open() return uri and other informations when i run my windows phone apppicatin in an emulator? Is it necessary that i run this application in a windows phone?
Yes, this will work in the emulator.
It would have also been quicker to try than write your question.

Live tile inside windows phone 7 application

Is it possible to create a live tile inside our windows phone 7 application? I am asking the similar functionality as in AppHub app "...i'm a WP7!".
Please provide me input, how i can achieve this functionality?
Check out the HubTile control from the Silverlight Toolkit for Windows Phone over at codeplex.
Just be careful that it looks good and makes sense in your app - it's a very dynamic control and you can't see the Title of the control all the time.

Blocking a CALL or SMS in WP7

I am .NET developer and currently working on App to develop on Windows Phone 7. I am looking for something in Windows Phone 7 using which the user can block the calls or sms from a specific number.
Is there any way one can achieve the Call Blocking and SMS blocking in Windows Phone 7, If it is there then please help me.
Thanks
BHAVIK GOYAL
There is no way to do this with Windows Phone 7.
If you must have this functionality then WP7 is not the right platform for you.

Resources