I’m rather noob for WP7 developing, and I’ve got some questions for my new app:
-
Is it possible to send some information from time to time to my server while the app is hidden (running at background) ? If it is possible, won’t it be rejected by Microsoft (my app will say to user about this, of course) ? I want to watch user’s location and send it to server, to be honest:)
-
Is it possible to draw overlays for MapViews? I know, that for iOS apps it is possible
-
Is it a bad practice for Silverlight apps to put my own images under all buttons and controls on page, and to redefine controls’ style? I don’t want to support native themes
Thanks!
1.Yes.
Background Agentcan run every 30 minutes and send location to a server2.Yes.
Microsoft.Maps.MapControlhas all you need. For example draw lines withMapPolylineclass:3.You can do anything. Buttons can be Metro style with images also. But try to keep applications look in consistency with a system