Colleagues, good day.
I can not find specific information on the Internet, how can I launch another application from my application? For example the same WhatsApp or Viber ?
What needs to be written in XAML or * .cs file?
Banal code in XAML
<?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Spravochnik" x:Class="Spravochnik.MainPage"> <StackLayout> <Button x:Name="openMessage" Text="open WhatsApp" Clicked="openMessage_Clicked"/> </StackLayout> </ContentPage> 