StarPRNT SDK with Xamarin Forms
Hi, I am trying to print to star Bluetooth printers from a Xamarin Forms app. I came across the StarPRNT SDK but it only support iOS or Android. Nothing out of the box for Xamarin forms. Can someone...
View ArticleToolbar goes up when keyboard opens xamarin forms
I want to keep toolbar visible on top while displaying soft keyboard. I tried all options with windowSoftInputMode but non of them worked. This has started occurring after upgrading xamarin forms to...
View ArticleHow to Create List Of Image
Hi everyone, Sorry but i am new in xamarin and please can someone help me i want create a list of images with titles like this in the photo. Thank you
View ArticleCommon build env for Android & iOS
Hi, So far I have been building for Android on Windows & for iOS on Mac but this is causing issues with code sync'ing and its almost becoming like two different apps. On iOS the HTTP and some other...
View ArticleHow can I detect the movement of a Listview?
For my current project I need the Delta movement of a list-view. I'm putting in a tab-bar along the bottom of the screen which needs to scroll away and back when the listview moves down or up...
View ArticleUSB Keypress events
Hello! In my Xamarin.Forms app, I would like to react to a keypress event of a connected USB keyboard. The keyboard is connected to the tablet (Nexus 7) via OTG-cable and it can already be used for...
View ArticleWhy lots of API reference are missing in my project?
I started develop a portable project in VS 2017, Xamarin.Core v. 2.0.0.0 I need some element from Xamarin but the intellisense doesn't show them. E.g. I see in Xamarin documentation : var assembly =...
View Articlexdocument save not working
hey all i am trying to load xml file, add a node and then saving the file i am trying to do that but sharing violation exception thrown i have no idea why i searched a lot but i can't figure out why...
View Articletelerik plugin
hello does anyone used the plugin from telerik.com i have a problem with its autocomplete plugin i want to set the itemsource dynamically when i start typing from webservice thanks
View ArticleAdjust Width of Master on MasterDetailPage
I am using the MasterDetailPage for the NavigationDrawer on Android. Implementing the functionality has gone perfectly, however the width is too large and i would like to adjust it. I have tried to set...
View ArticleCan you have more then one line in one DisplayAlert?
So i have this code and i was thinking about if you can have more then one line of text? await DisplayAlert("Contact","Name: " + Contact.Fullname, "Close");
View ArticleHow can I intergrate Payworks in my Xamarin.Forms app (PCL)?
Hello together, I want to use payworks (http://www.payworks.mpymnt.com/) in my Xamarin.Forms App, because I don´t want to build two separate apps. First I started with Android and created "my" payworks...
View ArticleHow to approach push notifications on Xamarin.Forms project?
So we are working on a pcl project and have our UI set in a page inside the PCL. There is a scenario where our client wants some information to be sent as a push notification. We already have our UI in...
View ArticleCould not resolve type with token 01000012
I've been developing my app now for at least 5 months. I've been wanting to try the xamarin previewer so i updates visual studio xamarin forms and then i updated my nuget xamarin forms for my portable,...
View ArticleCustomMapRenderer not Firing
Hello, In order to draw map polygons using Xamarin.Forms.Maps, I followed this nice article:...
View ArticleCamera2 Sample
Is there any sample of a simple Camera2 API implementation on Android in Xamarin Forms?
View ArticleConnect mobile application to SQL server
Hello everyone, I am new in developing mobile applications. I am trying to start a simple project on Android/iOS/Windows phones. The application should contain a login page that the user enters...
View ArticleXamarin Forms + MvvmCross: how to clear the iOS and Android Navigation Stack?...
Hello, On our iOS and Android apps we would like to clear the Navigation Stack in certain cases. Searching around the Intertubes, I found a few articles:...
View ArticleBehavior issue
Good aftnernoon ladies and gents. My situation is as followed: Portable project with a Custom Behavior in it. Regular Xamarin project which has a reference to the Portable project in the Shared code...
View ArticleMvvmcross 5 navigation service creates two instances of VM
Hi, I have this issue both in IOS and Android. https://github.com/MvvmCross/MvvmCross/issues/1943 I am with Mvvmcross 5.06. Any idea what is the status of it? how to solve it? Thanks, Ady.
View Article