What is the proper way to start Xamarin Forms from a service?
global::Xamarin.Forms.Forms.Init(Activity activity, Bundle bundle); has 2 parameters.
So, call with parameters:
- null, null or
- new Activity(), new Bundle(), or
- another?
What is the proper way to start Xamarin Forms from a service?
global::Xamarin.Forms.Forms.Init(Activity activity, Bundle bundle); has 2 parameters.
So, call with parameters:
- null, null or
- new Activity(), new Bundle(), or
- another?