CrossMedia Plugin is calling async twice and app crashes
Hi, Greetings! I have came cross this issue recently which was working fine for me until sometime back. I am trying to add a profile pic selected from device or a camera. but the...
View ArticleExplaining Bindable Property Issue
Dear all It looks like I do missunderstand something in bindable properties. I would appreciate if somebody could explain me, how to do it correctly and why it works like that. Why does the Binding on...
View ArticleHow show name of place on the map?
Can I show name of place on the map like this I use Xamarin.Forms.Maps. And if I can how I can do it?
View ArticleCollection View Highlight the last added item
Hi I am using collection view with signalR , data will add for my collection view , i want to show different color for last added item to the list. Thanks
View Articlehow to display .gif image as launch screen(splash screen) in xamarin forms ios
how to display .gif image as launch screen(splash screen) in xamarin forms ios.i have idea in xamarin forms android but i don't have idea in ios.please share with me if any one have idea
View ArticleShell application with flyout menu without showing the navigation in the flyout
I have a shell application that uses the flyout with tabs to navigate. Is it possible to JUST show the navigation as tabs and not have any navigation buttons in the flyout itself? I would like to use...
View Article[Vs2019 W10 IOS] App Icon Problem
Hi all, I can't distribute my simple app for the dumbest problem: I can't set the icon and the launch screen of the app. I've looked around and tried every suggestion I've found: I've checked the...
View ArticleFrom Flexlayout to other page
Found a nice example of a Flexlayout . But i want to click the Imagebutton with the image and go to another page with the binding of the Name etc. <FlexLayout BindableLayout.ItemsSource="{Binding...
View ArticleHow can i achieve a Infinite Carousel with Xamarin.CarouselView?
I am trying to use Xamarin.CarouselView and i get all working but i dont know how to do a Infinite Carousel, someone know how i can achieve it? ((
View ArticleXamarin Essentials - Geolocation. Always on permission on Android doesn't...
After updating the Xamarin libraries in my xamarin forms app and setting the Android target framework from 8.0 to 10.0, the app on Android is no longer requesting Always On location when calling the...
View ArticleAbout screen transition of application
Current,await PopupNavigation.Instance.PushAsync (page); I'm using to make screen transitions. Can this command slow down the application? Also, when displaying an image,Button.ImageSource =...
View ArticleAdd Chat Option
How can integrate chat option in Xamarin? Like sinch... https://www.sinch.com/products/instant-messaging/
View ArticleAdmob Native Ads in XF
Hello I have found many articles about NA, but I find only Android and Xamarin.Android solutions to Admob Native Ads. Is there any solution or example to Xamarin.Forms including iOS too (not just...
View ArticleGetting NullReferenceException at AdSizeCons.SmartBannerPortrait in...
Hi, I am trying to add Banner Ads in my Xamarin.Form ios project, they work on simulator but if I connect my IPhone(debug mode) I get an this error - {System.TypeInitializationException: The type...
View ArticleFFImageLoading CacheImage and Proxy
Hi. My customer have set a Proxy and I should download images using it and FFImageLoading. How can use the library and the proxy? Thanks Alessandro
View ArticleBoxview inside Stacklayout is not working
Trying to achieve this goal in xamarin forms. seems like boxview inside stacklayout is not working. With this code I am getting following output. Not sure what i am doing wrong!!!
View ArticleCustom content in ListView rows
I am implementing a listview to display a timeline/schedule type control. It is bound to a List of items but each item will require to be displayed in a different way. For example the first item could...
View Articlexamarin forms layout
Trying to make this kind of UI in xamarin forms, Can anyone tell me how can we do this??
View ArticleMain thread issues with alerts
Hey guys and gals, I've run into an issue I don't know how to solve. Somehow my entire viewmodel is not running in the main thread like I feel like it should? (Idk if that's the right terminology or...
View ArticleHowto change glyph of fontimagesource via datatrigger
Hy, i want to create an Expander that shows the Expander state with an Image. The code snippet that i found works with an Image and that worked well. But i want to use fontawesome and so i use a...
View Article