XAMARIN PROFILE - (TUGAS 5)
Langkah - langkah :
1. Buat project, search xamarin dan pilih android xaml app dengan tipe Xamarin.form
2. isi detail dari nama program
3. lalu lihat tab bernama solution form dan klik page dengan nama "MainPage.xaml"
4. ketik kode ini
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="App1.MainPage"
BackgroundColor="DarkGray">
<StackLayout>
<Image Aspect="AspectFill" Source="https://freesvg.org/img/Male-Avatar.png" />
<BoxView HeightRequest="1" BackgroundColor="HotPink"/>
<StackLayout Padding="15">
<Label Text="Naufal Rafi Akbar" FontAttributes="Bold" TextColor="Black" />
<Label Text="Alamat : Jl. Kimia No.256" FontAttributes="Italic" TextColor="Black" />
</StackLayout>
<BoxView HeightRequest="1" BackgroundColor="HotPink"/>
</StackLayout>
</ContentPage>
makasih mas, sangat membantu saya (saya anak ugm) untuk mengerjakan tugas kami yaitu membuat xamarin profile
ReplyDeletesama-sama bro humem
Delete