Error MT2002
Xamarin Forms project, visual studio 2017 15.9.4. I compile a project with connection to macbook. C:\Program Files (x86)\Microsoft Visual...
View ArticleProblem with conditional compilation
Good day! if I run this fragment var sCheck = "universal code"; # if _ ANDROID _ sCheck = "Android code"; # endif on android device (or emulator) sCheck always has "universal code" value (I wait for...
View ArticleGPS Location Enable in Xamarin forms
In Xamarin forms ,I have to enable GPS like as below image not in settings page
View ArticleXamarin.Essentials Share Images
Just a question on Xamarin.Essentials-Share. Can we use Xamarin.Essentials plugin to share images?
View ArticleCommunication between devices
Greetings friends, I have an app that takes a picture but I must do a task that connects three devices and if any of them precionana the button to take a photo should trigger the function of taking...
View ArticleTitle icon of page is not showing
Title icon of a page is not showing in android, how can i resolve it please help.
View ArticleHow to show Activity indicator or loader on splash screen.
Hi, is there any way to add loader on splash screen.
View ArticleSlow image source binding
I have an image that is displayed on every page that is source bound, and whenever I go to a new page it takes half a second to a second to load that image. Is there some way I can make sure this image...
View ArticleiOS code signing key not found in keychain
After having successfully built, tested and published a Xamarin Forms app both for Android and iOS I'm suddenly no longer able to build the iOS version. I'm getting the "iOS code signing key not found...
View ArticleRipple effect in xamarin forms android?
Hi All, I want to give ripple effect to every control on screen like label, image etc. Currently I have added the ripple effect only to button. Please help me out......
View ArticleHotReload LiveReload LiveXaml [Mac] [Windows] [nuget package] [opensource]
Hi all I want to introduce a nuget package which allows reloading XAML views from Visual Studio on your running app. This package works for Mac too! https://github.com/AndreiMisiukevich/HotReload
View ArticleDynamically generate TableView from C# classes
I want to generate a tableview, where the sections and table would be generated from the values retrieved from the database. I followed this link, and followed the approach which says how to create a...
View ArticleUse of Xamarin.mobile libraries, but they don't work
Good Morning, I am studying and am at the first of my multi-platform app on Xamarin.forms and it asks me to use the Xamarin.mobile libraries, but in the Android project after installing them as if they...
View ArticleXLabs compatability issue with .net standard 2.0
Xlabs is not compatable with the .net starndard project.Please provide solution.
View ArticleForms (Android) archiving error "an item with the same key has already been...
My project builds OK. the iOs version is fully uploaded but when I try to archive the latest version of the Android app it gives the above error There are numerous references to the phrase "an item...
View ArticleScrollBarVisibility in CollectionView
Hello, Can we use this method HorizontalScrollBarVisibility and VerticalScrollBarVisibility for a CollectionView ? Thanks,
View ArticleOut of memory exception when i try to do thorough testing as i change the...
I'm trying to test my app for language changes and check how the popup is shown in each language. After 6-7th time i get out of memory exception in debug mode. the data usage of app showed these...
View ArticleZXing Barcode Scanner accessing camera gets progressively slower when...
Hi, Wondering if anyone has noticed this issue. I'm using the ZXing barcode Scanner in a view and each time a barcode is scanned I'm closing the scanner to give the user visbility of the scanned item....
View ArticlePlace Image over Frame
Hi, I'd like to ask how can I place an image over the frame to show like the below image? I mean the image will be vertically centered on the frame line and horizontally centered within the frame...
View ArticleIs it possible to integrate google tag manager (GTM) in Xamarin forms app?
I am trying to add google tag manager (GTM) to Xamarin forms app? Does any one integrated it before? Is there any working sample code available? Pls suggest
View Article