Author: samirgc
MasterDetailsTut4
Post Views: 468
Xamarin Forms Update list items with out Refresh
Some time inside our app we have a use case where we want to update the Collection View Items or List items with out Refreshing the List View or Collection View.Check out the video to see complete demo of woking app. https://www.youtube.com/watch?v=I7TG4WhwD0s&t=33s So, if we click on plus button we want our list items get
Xamarin Forms Acrylic Material Frames
Acrylic and the Fluent Design System : The Fluent Design System helps you create modern, bold UI that incorporates light, depth, motion, material, and scale. Acrylic is a Fluent Design System component that adds physical texture (material) and depth to your app. So let’s integrate this type of Frames inside Xamarin forms.Step 1 : At
Xamarin Forms Master Detail Shell Page
HeaderContentView.xaml HeaderContentView.xaml.cs MainPage.xaml MainPage.xaml.cs Output: Post Views: 1,361
Bottom Tabbed page Xamarin Forms Shell
Install Xamarin Forms 4.0 in the system. That’s all Make sure you have added images in resources folder inside both android and IOS project. Post Views: 589
Learning Dynamic in Xamarin forms
// Simple Grid //Learning Dynamic Items adding with button pressed MainPage.xaml & .CS Post Views: 1,091
Download Files in Xamarin Forms internally.
I will make a quick tutorial on this activity. Post Views: 763
Change Date and Time picker color Xamarin forms Android Version
Add this in your Android Project and that’s all. 🙂 styles.xml Post Views: 887
Skia Sharp and Xamarin forms
This is only drawing any images on the UI and UI are more dynamic to regular screens. Use Kimono Designer for mac to draw any Ui Post Views: 631
Custom Navigation Bar Xamarin forms.
Hi guys this is a new post regarding custom navigation bar that i made enjoy the code. At first : Remove the navigation bar from current page : If you are in Xamarin forms 3.0 or above then you have to go the specific page .cs file and implement this : SetValue(NavigationPage.HasNavigationBarProperty, false); InitializeComponent(); Now