Posts

Showing posts from May, 2015

Xamarin Guide 6: Add Splash Screen, Name and Version

Image
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...

Xamarin Guide 5: Add ShareService

Image
This Xamarin Workshop Guide was created for the  The Portuguese National Meeting of IT Students (ENEI) by  Sara Silva  with the original content available  here . With the goal to extend it to the global community, it was published in a  new project called Xam Community Workshop  with the main goal 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 Guide 5. Add ShareService An application that allows sharing content in social networks brings more value to the users, because it allows sharing with others something the user thinks is important or relevant. An application for events like 1010 ENEI Sessions App could not miss this feature. Each platform has its own implementation to share content in the ...