How make a circle label?
Hi, i have a list of label and i have to add into a label a text and then a counter. The counter must be a circle with a number in it. This is the code of the counter: <Grid>...
View ArticleIncomprehensible documentation
Hello everyone, I really have trouble understanding this documentation. docs.microsoft.com/fr-fr/xamarin/xamarin-forms/app-fundamentals/localization/text?tabs=windows I am trying to make a language...
View ArticleUI hang/freeze Adding views to grid or stack layout
I need to add a view to stacklayout in a loop. The exit condition of the loop may be different based on the user decision. It may be 1 sec or 1 hour. Anyway, after some minutes, the UI got to hang. I...
View ArticleHow to convert Existing Xamarin Forms Master Details app to AppShell?
If am converting an Existing Xamarin Forms Master Details app to AppShell do I replace MasterDetailPage page with AppShell flyout menu?
View ArticleHow to debug network related Xamarin.Forms Image loading errors?
I have a Xamarin.Forms app acting as API client and accessing images loaded from the network, some or all of these images are on CloudFlare (CDN?). I am using the defauilt ImageView with Depending on...
View ArticleHow to set snapped item as selected item in collectionView
I want to select item after scroll without taping on item. Scrolling item by item and select every item that is snapped as mandatory single. My sample on Github:...
View Articlewhy is the button within the listview repeating
l have a list with an item source and a button.. the button is not bounded to the list data source but it repeats for as many itemsource that exists in the list. see code below and image to illustrate...
View ArticlePlease provide me source to create chat application
I am new in xamarin. Please provide me source to create chat application
View ArticleHow to Authenticate an user using ADFS in xamarin forms?
Hi All, I am new to xamarin forms. I need to authenticate the users using ADFS. Please guide me what are all prerequisite needed and how to achieve this ?
View ArticleCustom Control With ICommand Property Not Working
Hi there! I created a simple custom control (Inherited from ContentView) for learing purposes. The control has two custom properties: Text and Command. When I use this custom control with a page test,...
View Article[macOS] How to rotate Label or StackLayout with Labels ?
Hi, I saw many samples how to rotate elements in Xamarin.Forms for ex.: <StackLayout Rotation="-90"> <Label Text="AAA" /> <Label Text="BBB" /> <Label Text="CCC" />...
View ArticleWhere is $(MSBuildExtensionsPath) located?
When creating a iOS Library porject and opening the csproj file I see <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> in the bottom. What is...
View ArticlePossible to update Label.Text *before* display?
I have a view that is essentially a popup window. The view "opens" and "closes" simply by toggling IsVisible. The view contains several labels whose contents change each time the view becomes visible....
View ArticleError while parsing timestamp in GCM
07-18 17:22:37.347 W/FirebaseMessaging(18679): Error while parsing timestamp in GCM event 07-18 17:22:37.347 W/FirebaseMessaging(18679): java.lang.NumberFormatException: s == null 07-18 17:22:37.347...
View ArticleI cant seem to deploy a local build on my iPhone with VS 2019
I recently downloaded and installed Visual Studio 2019 to run my Xamarin Forms project. I added my apple user to the Visual Studio options and downloaded all the provision profiles. I also right...
View ArticleMessage Center Send Data from native to shared code
I'm looking for Message Center Implementation for Firebase Listener Class that sends data to shared Code.
View ArticleIs it possible to show the DataAnnotations ErrorMessages to ContentPage...
Hi i am creating small Application then going to give user the opportunity to login and register. I want to show DataAnnotations Error messages if the Form not filled the right way. But only one way...
View ArticleXamarin.Forms.GoogleMaps cannot derive from sealed type pin. Trying to add...
I am currently trying to add custom properties to my pin class, and I have to use xamarin.forms.google.maps because of its "Selected pin" event. public class Pin : Xamarin.Forms.GoogleMaps.Pin //...
View ArticleScroll to bottom in ListView inside TabbedPage
Hello everybody, I have a problem with scrolling in a ListView that only happens to me in TabbedPage. This is my scenario in a very simple way: Page 1) Filter fields + Search button Page 2) Listview...
View ArticleEmbedding a custom Content View in another xaml - Exception:...
Hi, I've created my own C# content view class with XAML using the "Add Item" menu option in Visual Studio. I try to embed this content view into a the xaml of a Page class and at runtime the...
View Article