I want data from async function in return as a list which will be assign to a list inside synchronus function .I am calling asynchronus function in OnCreateView method of Fragment in xamarin android, which is retur a list . When async method go and fetch data it goes into await mode. When it is waiting for data return it comes out of function and read below code lines of synchronus method where it is called. When async func is not able to return list It is causing empty list on my activity and showing no data.
Here is My Code: