XAMARIN FORM : how to show 2 or 3 images together using Carousel
I have used Carousel in xamarin form for images slider. Now the slider working fine as you can see in image below now i want to display this slider like this and i am stuck here dont know how to do it...
View ArticleXAMARIN FORM : how to show 2 or 3 images together using Carousel
I have used Carousel in xamarin form for images slider. Now the slider working fine as you can see in image below now i want to display this slider like this and i am stuck here dont know how to do it...
View Articlehow to integrate xamarin in VS to Cruise Control.NET or if there is bette way...
How to produce / automate builds and how do you guys plan on providing this build to users. We already have implemented Cruise Control dot NET for our .net applications and I'm wondering if anyone here...
View ArticleUsing GeoLocator for Longitude and Latitude giving the following error.
Severity Code Description Project File Line Suppression State Tool Error java.lang.IllegalArgumentException: already added : Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat;...
View ArticleVS2017 15.8.7 build, enterprise, no inspector?
I am stumped... For the life of me I can not find any way to start the inspector.. The button isn't on any toolbar (I opened all of them), and there is no menu option under tools or debug. I am running...
View ArticleError XamlG and Bundle in my first App
Hi, I'm new in developing with xamarin I started to develop an app with a Xamarin.Form and obviously I have some problem: Error : The target "XamlG" does not exist in the project. App.Android Error:...
View ArticleHow to update app icon badge icon when app is closed
I want to update the app icon badge count whenever there are any updates at server end. The server-end updates can be fetched by an api. How to hit that api and how to update the badge count when the...
View ArticleRead XML data
Hi, I'm new to xamarin I'm using this code to extract query/city data from xml XmlDocument xmlDoc = new XmlDocument(); xmlDoc.LoadXml(url); string xpath = "//query/city"; var nodes =...
View ArticleAfter upgrading Xamarin to version 4.1.0.313 getting error while building iOS...
I have upgraded Xamarin version 4.1.0.313 and also upgraded my MAC Xamarin Studio version, now successfully able to connect mac Agent but when I run my iOS application below build error is displayed in...
View ArticleHow to pass values from the contact form to the email client?
I am using "Xam.Plugins.Messaging" plugin. I want to pass email form values which are written by the user to the email client also. Here are my codes: void SendMailButton(object sender,...
View ArticleCustom renderer for Frame problem with shadow
Hi I made a custom render for frames because I'd like to control the shadow the problem is that it doesn't seem to workwith corner radius. this is how it looks now: And my code for the renderer: public...
View ArticleAssets editor - images not visible
Hello, I've got the following problem. I 've copied many images from another Xamarin.iOS project into Assets.xcassets and the project works fine. Unfortunately, I don't know why assets editor in Visual...
View ArticleHow to auto shift focus from one entry(after number being entered) to another...
I am developing OTP generation in xamarin, where user enter 4 digit. When page for entering otp is displayed i want first entry to be focused and then as soon user enter first digit the control should...
View ArticleLayer.DrawsAsynchronously causing issues on iOS12
Just wondering if anyone else has seen problems with this - I don't know if its a Xamarin issue or a purely Apple one (but I'm inclined to think the latter). Basically if you turn on a view layer's...
View ArticleUIstackview support in xamarin storyboard
Hi I am following this video and they indicate that xamarin doesn't have support: That video is in 2017, has anything changed? Because the xamarin storyboard doesn't seem to have the full support
View ArticlePicking up advertise data after bonding
I am trying to create a simple app to connect with my device and get data from it. the way the device works is that I have to pair with it, create a bond, and connect to the gatt server, then write...
View ArticleSend email with different from mail without enable "Allow access to less...
Hello, Please help me out, sending dynamic from email address and password but without enabling "Allow access to less secure App".
View ArticleWCF iOS Monotouch does not support dynamic proxy code generation
Hi guys, I am working on an App with WCF Service und I am already two days struggling with some Limitation on iOS. We have in PCL Project WCF reference, all has been good generated, but in our project...
View ArticleMonoTouch does not support dynamic proxy code generation
Anyone know how to fix this - I'm having a right old time getting to the bottom of it. I feel like I have looked at every example available on the internet, I can sort of see what I need to do but...
View ArticleConsuming WCF SOAP endpoints on Xamarin Forms for iOS? Instructions not working
Hi, I followed the instructions (https://docs.microsoft.com/en-us/xamarin/cross-platform/data-cloud/web-services/walkthrough-working-with-wcf using svcutil.exe) and it works great on Android but I get...
View Article