Handling SQLite PCL ; DB path:
Hi guys, how can i make sure to use always the same path once the db is created? The issue i have now, every time i start to debug the app on the iOS simulator the app creates a new db.. Im checking...
View ArticleButton with an image, how to centre the image horizontally?
Hi guys, Trying to get a little button with an image, I want the image to be centred within the button but it is always to the left. Button button = new Button(); { //WidthRequest = 50 BorderWidth =...
View ArticleInitializeComponent does not exist - xaml file - visual studio 2015 - Windows 10
I get this error 'InitializeComponent does not exist' after doing the following steps in visual studio 2015... * add new project select 'Blank app (xamarin.forms portable)' * then i update Xamarin...
View ArticleYour app is using a type that requires xamarin.ios business edition or...
Hi guys. I am having this problem which has cold-stopped our project. We are making a new very simple Xamarin Forms application for iOS and Android platforms. So, when it comes to Android everything...
View ArticleDisplay Serial No in Listview
I want display serial number in list view. Can anyone suggest me .Thanks in Advance!!!!
View ArticleNeed to set Content Page Background color to transparent in iOS
Hi Guys Currently I am pushing a modal content page to display some content as a custom pop up. What I am doing is setting the background color of the content page to Color.Transparent and centering a...
View ArticleScrollview scrolling lot more than content.
Hi, I am facing a problem with scroll view. The page is scrolling a lot more than the content. Here is my code.- public class AboutUs : MenuPage { public AboutUs() { var btnback = new Button { Text =...
View ArticleHow to data bind in xaml
Hi I've tried to test out PCL with XAML file that should share UI for cross-platform.. The problem is i dont know how to the data properly. public class Employee { public string DisplayName { get; set;...
View ArticleXamarin forms 1.4.4.6392 | ParentView property is null in ListViewCell
I have custom tabbed page displaying list of items. I am reusing same list view to display data. I am accessing this.ParentView from listview cell. It was working fine before 1.4.4 version of xamarin...
View ArticleXAML Intellisense still not working
Hi, the new XAML intellisense isn't working for me. Previously I used the Mobile Essentials NuGet package, but that stopped working when I updated to v3.11, so I have since uninstalled it. Recently I...
View ArticleMedia plugin image path invalid for windows phone
Hi I am currently using James Montemagno's Media Plugin and it has been working fine up until now, but have run into an issue that needs to be resolved for me to go forward. I have recently added...
View ArticleHow to register device in SMP Server in Xamarin.Forms
I am using Xamarin.Forms. I want to register my device to SMP Server for login authentication.
View ArticleiOS - Local webview shows black background when page is dragged
I'm currently working with some WebViews right now, one of which includes loading a local HTML file into my app. On iOS, if I try dragging the page, a black background shows. What can I do to disable...
View Articlebarcode scanning in a Forms app
I need to integrate barcode scanning into my Xamarin.Forms prototype app. Before I go down this road, has anyone already done it, or does anyone have a suggestion about how to best approach it?
View ArticleHow to translate sequence of images from left to center of screen in...
Hi All, I had a requirement that is moving image from left to center of the screen with changing the image sources from collection. How can I resolve it? Can anybody help me? Any answer or suggestion...
View ArticleHow to implement animated back button in masterpage
@adamkemp Hi adam can you help me with this, Generally the masterpage menu shows hamburger image. when menu is popped out then it turns into left-arrow automatically with animation effect. default i...
View ArticleListViews crash on Android if two items are long selected after each other
As the title says, this only happens on Android. Take any ListView, add items, and long click an item. Release, and long tap another item, the application crashes. The exception it throws is a...
View ArticleHow to access Calendar from Xamarin forms
I am trying for several hours to access Calendar from Xamarin forms for Android platform. I got the following docs for Android platform...
View ArticleAdapter in Xamarin Forms Monkey.Robotics App
I am using the Xamarin.Forms Bluetooth HRM Sample, [here]( https://github.com/conceptdev/xamarin-forms-samples/tree/master/BluetoothHeartRateMonitor}. I am new to Xamarin and to using c# for writing...
View ArticleCan I send a command to the Page viewmodel from a listview?
I found the x:Reference thread for commanding in context menu items in a Listview but I was wondering if you could just do it on a ViewCell/TextCell tap?
View Article