Hi,
i started mobile development in java for android.
Now i'm here in Xamarin because i need to develop application for ios too.
I don't know (at all) ios and so i have doutb. Let's consider android's started services. I use them to perform background tasks
that need to survive to application pause, restart etc etc.
Suppose i have a timer that need to record time even if the app is in background and, in any case i need a thread that finishes its works even if
application is shutting down.
Can someone tell me if xamarin forms architecture covers this kind of tasks ?
Thanks in advance.
Alessandro