The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SGSivaram Ganesan Syncfusion Team May 8, 2018 12:14 PM UTC
Hi Bleas,
We assume that you are trying to change the main launcher of the application. You can set MainLauncher attribute to true for new activity and set as false for any other activities in the application. Please refer the below link in which “SplashActivity” is set as MainLauncher.
Link :- https://docs.microsoft.com/en-us/xamarin/android/user-interface/splash-screen#create-a-splash-activity
Regards,
Sivaram.G
CBChristian BleasMay 9, 2018 05:35 AM UTC
Thank you for this answer. I saw this solution at first.
But I work on an application with a lot of différent forms is it possible in that case to have the specific Activity for every form to use activity.ActivityResult += (object sender, ActivityResultEventArgs e) =>?
Second
Xamarin.Forms.Forms.Context is obsolete in version 2.5
How can I change it to use your exemple "ImageEditor_GettingStarted"?
thank you
SGSivaram Ganesan Syncfusion Team May 13, 2018 05:51 PM UTC
Hi Bleas,
Regarding ”having multiple activities in a single Xamarin.Forms application”,
Xamarin.Forms applications are single activity applications and having multiple activities may result in improper navigations as discussed in the below link.
Regarding ”How can I change it to use your exemple "ImageEditor_GettingStarted"?”
Since Xamarin.Forms.Forms.Context is obsolete in xamarin version in 2.5, we have modified getting context as activity from "ImageEditor_GettingStarted" Forms.Android MainActivity class.
Please get the sample for the same from the below link,