I am trying programming in android using Xamarin.android using C#. While watching a tutorial of android I have found out that they are using Thread for asynchronous programming but in C# Async/Await is what i like to do.
So my question is - Can these Threads be replaced directly by Async/Await Tasks in C#.