Custom emoji keyboard for crossplatform
Hello, Im working in chat project what needs a set of my own emoticons. But I couldn't find the way to implement emoji keyboard for cross platform, anyone can help me? Thanks a lot.
View ArticleThe file “obj\Debug\android\bin\packaged_resources” does not exist.”
Am facing this problem with all android projects i create in visual studio 2015, if i create the solution for the first time all the files are intact in the directory as follows...
View ArticleSend simple Text File from Asset folder using Bluetooth to other Phone
Dears, i am new in Xamarin Android , and i am trying to create sample project contain main activity hold a button when i press it, i send a text file located in Assert folder to another phone i used...
View ArticleNavigation Page icon on Android
I can't appear to get the icon to display on a Navigation Page on a standard Xaml template in Visual Studio 2015 and 2017RC. I add Icon="icon.png" to the Contentpage XAML and change App.Xaml.cs to:...
View ArticleXamarin.Forms Droid Project: Debugger throws strange DivideByZero-Exception...
Hi all, When I try to run my app on my Tablet after I logged in the debugger throws the following exception: Unhandled Exception: System.DivideByZeroException: Attempted to divide by zero. 06-01...
View ArticleXamarin Bugs
I first looked at Xamarin maybe 18-24 months ago. After my team evaluated it, we decided not to use it because it was so bug ridden - after a whole week of messing around with it nobody had even got it...
View ArticleThe file "obj\Debug\android\bin\packaged_resources" does not exist
Whenever I go to build or debug my project, i get an Error saying "The file 'obj\Debug\android\bin\packaged_resource'" does not exist" and it fails to run. I looked around for a fix, none of which...
View ArticleFragments - OnBackPressed() or similar functionality
So I'm trying to find a way of implementing OnBackPressed within a fragment but having no luck. I've tried using keylisteners but they dont seem to work, and inside the fragment I try using public...
View ArticleHttpWebRequest / HttpClient wont post
` public async Task ValidateUser(string username, string password) { //Client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json")); var m = new UserModel { user =...
View ArticleProject Configuration Variables
I seem to remember being able to access certain configuration variables in VS within the Configuration Screen. Things like $OutputDir$ and so forth. Are these available in Visual Studio for Mac?
View ArticleXamarin.iOS app crashes after splash screen Release mode.
The app will crash after splash screen in Release mode ( to device and simulator ). It works fine in Debug mode. This is the application output log when I try to deploy it to a simulator in Xamarin...
View ArticleCan't connect to Xamarin Mac Agent after update macOs to Sierra 10.12.5
Hi! I successfully used Xamarin in VS2015 with macOs ElCaptain. Recently I have updated Xamarin to 4.5.0.476. It requires XCode 8.3, so I was forced to update macOs to Sierra. Now I have Sierra...
View ArticleAndroid preview in Visual Studio for Mac
Hi guys, I should use the preview for an Android device but I receive this error. Creating class loader with 48 projects Creating LibraryClassLoader in shadow copy path...
View Article[Static code analysis] Improve code quality using Gendarme add-in
Hello, I created a Xamarin Studio add-in that calls Gendarme to analyze the code in order to improve the code quality. Feel free to test it and give your feedback:...
View ArticleGetting exception right after use of HttpClient
So I'm using Microsoft.Http.Net, with ModernHttpClient, and I'm getting an unhandled exception everytime I trigger a PostAsync() method.... In this case, the BaseUrl is a local API I'm developing with...
View ArticleUpdating Xamarin broke the build process (The process cannot access the file...
I'm facing this error after updating Xamarin to the latest version today (12-2-2014) and there is no solution except closing and opening VS each time I want to run the app and this is unbearable !...
View ArticleCarouselView Error
Hello, I am getting an error suggesting that CarouselView is not found, however I downloaded the NuGet and typed the necessarry xaml code (...
View ArticleThe file "obj\Debug\android\bin\packaged_resources"does not exist in visual...
please suggest the solution.
View ArticleLocal Notifications iOS
Hi I would like to implement Local Notifications on Locked Screen and Home Screen. After user hits notification the app will be opened again. Could someone help me out? I know taht I have to write...
View Article