Xamarin Android SDK Manager Causing Errors
I've tried using the Xamarin Android SDK Manager on three different machines and each time, after installing relevant packages, using sdkmanager or avdmanager from the command line no longer works due...
View ArticleBuild error after upgrading the xamarin for visualstudio
Please find the below error Xamarin.iOS 11.2.0 does not support a deployment target of 11.1 for iOS (the maximum is 11.0) Give your idea to fix this issue
View ArticleXamarin Live Player - iOS - Foundation.ModelImplementationNotFound
Hello guys. I'm testing the new Xamarin Live Player, but it seems that is not working using PCL Projects. I created a new one (Hello Xamarin) using PCL and tried to use on my iPhone and got the error...
View ArticleChange SKSurface height dynamically
Hello, Thank you for this awesome library. It works really well. I have one question. We are drawing on SKSurface at runtime based on the _ImageInfos collection. Though Height property is required at...
View ArticleLet's talk performance
As we continue to release performance focused features and fixes, and build processes around performance, I want to have a thread dedicated to those items. Our public roadmap itemizes the feature work...
View ArticleHow to use SQLCipher with SQLite net
I am using Sqlite according to documentation I can encrypt my database with SQLCipher but I dont know how to use it I just update my sqlite version but what is next...
View ArticleApple Pay
puts it like this, is developing an app in xamarin forms and that will have a section of shopping for courses within it and with integration with Apple Pay, have any examples or tutorial to do this...
View ArticleTime zone problem (Android)
Hi there I have a problem with the automatic correction the value of DateTime variable if latter is sent by WCF. My Android device time zone is set to -1 comparatively to the WCF server side and when...
View ArticleWriting and Reading Files in Android
I am writing bytes to the device and reading it back to make sure I have saved it: var path= Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Personal), filename);...
View ArticleFFImageLoading Plugin - fast and memory friendly image loader...
FFImageLoading Library to load images quickly & easily on Xamarin.iOS, Xamarin.Android, Xamarin.Forms and Windows (WinRT, UWP). Project site Documentation Transformations Showcase Features...
View ArticleAdd label and image into a picker
I want to add images and label into a picker. How can I do this? instead of picker is there any other option available in xamarin forms? Advance Thanks...
View Article[PRISM] Namespace not found between my projects
Hello, I have created a new prism project and i have a problem with namespaces. My droid, iOS and UWP projects have for reference the PCL. My PCL don't have project reference. When i try to put a using...
View ArticleNot all images from uri show up.
Hey all, I'm trying to load images from an uri and show them in a grid view. The only problem is, the location I get these images from has both images with an extension and one without (the one without...
View ArticleHow to deploy ad hoc IPA via Windows
Hi. Our app is an in house app which is only installed on selected customer devices. We don't have it available in the app store (and don't want to). Our customers used to install our ad hoc ipa over...
View ArticleHow to set InputKeyboardType for Entry renderer
I'm creating my own custom keyboard in the PCL part of my project. I'd still like to use an Entry so that I have access to the cursor, however I don't want the regular keyboard to show at all. I see a...
View ArticleCould not copy the file "obj/iPhone/Release/AppName.exe.manifest" because it...
I have seen so many threads about "Could not find the file ..." but no one about copy this *.exe manifest, at this point i tried: 1) Close solution, close VS, delete obj & bin folders, clean/build....
View ArticleCannot retrieve debug key
Hi, I read and follow this article to retrieve the key used for my deploy in debug mode https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/MD5_SHA1/ However when I try to use...
View ArticleHow to save the answers of a simple quiz after finishing the quiz.
Hello, i am new to xamarin.android, and i have to create a simple quiz which has three image buttons and some questions. When I finish the quiz, and i click on save button, i should change the color of...
View ArticleAndroid/Facebook missing default translation 'warning' errors
From nowhere, my Xamarin Forms solution has generated 22 errors all in an Android project, all complaining that lots of 'com_facebook_XXXX has no default translation'. I'm using a fully up to date...
View ArticleEncrypt (json) string in PHP and decode it in Xamarin PCL (Portable)
On my website I have a webservice in PHP that returns a JSON string. I want to Encrypt this string and then Decrypt it in Xamarin PCL (can be done with PCLCrypto). I have search on internet but i can't...
View Article