Access already available .db3 file from android unit test case app
I created data base connection using SQLiteConnection(DBPath), and performed DDL, DML activities. Now i created an Android Unit Test project and trying to access same db file created in Android app....
View Articleone of the field of my final Research ! android !
hi i dont know witch one i pick up to develop my application android ( java or C sharp ) ? my main Functionality 1 - Socket 2 - transfer Image 3 - transfer Voice can any one suggest witch one i pick up...
View ArticlePrinting on iOS with UIPrintInteractionController
I tried to print with the UIPrintInteractionControlleron iOS, however the popover is not showing up when i call PresentFromRectInViewAsync. The screen gets dark and i can also dismiss the ( not visible...
View ArticleToolbarItem no show in new update
Hello, my old code is public test () { ToolbarItem tab = new ToolbarItem { Name = "Name" }; this.ToolbarItems.Add (tab); } I work update Xamarin.Forms 1.2.3.6257 and my code is not work. Debug is ok ,...
View ArticleAppointment booking system
Hi guys, Pretty new to all this cross-platform development.. and relatively new to C# as well but giving this ago. I am trying to create two applications one for Android and iOS, this application will...
View ArticleGoogle Play Services Error-Using Maps
I am trying to use Map in my application. So I added the Xamarin.Forms.Maps as per http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/maps/. However when I try building the...
View ArticleBlank Xamarin.Forms Project in Xamarin Studio, Existing Solutions Not Working
Hi all, I am trying to get started with a cross-platform app, using Xamarin.Forms. Unfortunately, I received the eponymous Could not install package 'Xamarin.Forms 1.0.6186'. You are trying to install...
View ArticleHow to consume WCF service in Xamarin.forms PCL?
Hello Everyone, How to consume WCF service in Xamarin.forms PCL? Please help me....!
View ArticleIs there anybody out there - Xamarin…?
The Pre-1 to XF was released one full month ago… In the Pre-1 there are various (also new killer-) bugs included. There are many open (unanswered) questions (from customers) to Xamarin-staff (what fore...
View ArticleAccessing native webview features from forms
Hi, I have an app that has a webview with links to emails and telephone numbers that ideally should access the dialer and default mail app when selected. It works on iOS currently, but gives a "Page...
View ArticlePage loading event in webview
Is there an event in webview that would tell when page is loading so that activityindicator can be shown while page is loading? Thanks
View ArticleListview with Pickers and Entries
Has anyone managed to make a listview with custom content. Currently I managed to do that. Fairly simple I think, A listview with a datatemplate. Android version works just fine. The problem is that...
View ArticleAn item with the same key has already been added.
VS2013 Beta channel xamarin.ios On nugget update of Xamarin.Forms I get "An item with the same key has already been added." Installing 'Xamarin.Forms 1.2.3.6257'. Successfully installed 'Xamarin.Forms...
View ArticleCancelling Button Click Navigation
Newbie around here, apologies if a simple question - been searching and cannot find an answer! I've created a simple project with a Navigation Controller and 2 View Controllers - one as Root. On the...
View ArticlePicker shows 5 modals during .Focus()
I have a picker wrapped in a ViewCell as follows: `public class GenderPickerCell : ViewCell { private readonly Label _label = new Label(); private readonly Picker _genderPicker = new Picker(); private...
View ArticleiOS Simulator in Visual Studio
I've been trying to get the iOS simulator to run from Visual Studio with no success. I've seen alot of people that are having the same issue, some being able to fix it, others not. I'm one of the ones...
View ArticleWindowsPhone await DisplayAlert does not await
Does anyone else have trouble with DisplayAlert not awaiting on Windows Phone? The code works fine on Android but does not await on Windows Phone. Simple two lines of code. await DisplayAlert("Names",...
View ArticleXamarin Forms - MasterDetailPage, ContentPage VS Fragments
Is it possible to use a Resource layout into a ContentPage's Content? I was using fragments and made a .axml with a few components in it and would like to reuse that same one as the first...
View ArticleStackLayout duplicates last one/two children below when layout changes on...
I have a StackLayout var stack = new StackLayout (); stack.Padding = new Thickness (10); stack.Children.Add (this.firstTextBox); stack.Children.Add (this.spacer1); stack.Children.Add...
View ArticleRose Charts
Is there a way to display data in rose charts? I can't seem to find a component that offers it. Thanks in advance
View Article