-3

I've read that services are used to be able to run app on background. I'm planning to have a notifications using this. How should I start? I'm using Xamarin.Android

Sample codes could be helpful

CDrosos
  • 2,418
  • 4
  • 26
  • 49
  • it should be wcf webservice or mvc webservice or simple webservice –  Sep 28 '15 at 05:04
  • I'm making a mobile app. – Hunter Winchester Sep 28 '15 at 05:23
  • so what, you have to use one of this as service in your async class to sendrequest for data and to receive the data –  Sep 28 '15 at 05:53
  • You need to register for Remote Notifications, and then I suggest you to use PushSharp to send notifications to your application. have a look at [this](https://stackoverflow.com/questions/29029709/how-to-use-push-notifications-in-xamarin-forms), specially at the android part of the implementation. – Rohit Vipin Mathews Sep 28 '15 at 06:14

1 Answers1

0

In Xamarin.com you can found anything you need to know about backgrounding.
For examples you can look here, tutplus is not free but they give a free trial which is enough for what you need.

CDrosos
  • 2,418
  • 4
  • 26
  • 49