Xamarin Guide 6: Add Splash Screen, Name and Version
This Xamarin Workshop Guide was created for the The Portuguese National Meeting of IT Students (ENEI) by Sara Silva and the original content is available here . To extend it to the global community, it was published in a new project called Xam Community Workshop and the main goal is for any developer, or user group to customize it to their events. Before reading this article you must read: Xamarin Guide 1: Create a Xamarin Forms Project Xamarin Guide 2: Create the Model and the Data Source Xamarin Guide 3: Create the SessionsView Xamarin Guide 4: Create the SessionDetailsView Xamarin Guide 5: Add ShareService Guide 6. Add splash screen, name and version In this step you will learn how to create the splash screen for all platforms and how to define the name and version of the application. Define the splash screen The splash screen in mobile applications is the first screen that the user will see, in some applications it is u...