Xamarin app for existing services ( remote)
Hi I need a xamarin developer to create a client for a rest api, the client should be ios and android, using mvvm framework (i'm open to suggestions) and it should be done using the regular platforms...
View ArticleProject IPA options, where are my splash images gone?
I've updated xamarin to 5.10 build 871, and now i can't find my iphone and ipad splash images section anymore in project options -> iOS IPA options? Where are they? There used to be placeholders for...
View ArticleXamarin.Forms Navigation Syntax
Following GettingStarted of xamarin forms and this code has me in a fix. listView.ItemSelected += async (sender, e) => { var todoItem = (TodoItem)e.SelectedItem; var todoPage = new...
View Articletype or namespace xamarin not found ...what is going on?
i created new app using xamarin.form and i got this error : type or namespace xamarin not found i follow some article about this issue and says delete ASP.NET Core 5.0.xml , and i did that but no...
View ArticleWhy won't mkmapkit show a map?
Mkmapkit for Mac does not show a map. I have checked to make sure I have location permission and have Internet access. I used essentially. the same code I use in my IOS app (my Mac app is using the...
View ArticleFile.WriteAllBytes not found
File.WriteAllBytes not found i already include system.IO file ??
View ArticleF# Default Cocoa Project Not Building on El Capitan
I have the latest Xamarin Studio beta installed from here: http://releases.xamarin.com/ (cycle 6 RC 3) I'm running the latest El Capitan (10.11.1) and XCode (7.1.1). When I create a new F# Cocoa Mac...
View ArticleGetting error while executing Xamarin Android application on external device.
Hi.. Need your help.. When I'm connecting external device to run my Xamarin Android application, it shows an error.. Unable to retrieve properties for device xxxxxxxxxxxx(device name). This device will...
View ArticleUITabBarController return to 'More' screen
Hi, I think I'm missing something very obvious, but can't find the right answer. For example, there are two screens, Screen1 and Screen2 and Screen2 is pushed from Screen1. Screen2 is...
View ArticleAny specific features not available in Indie plan?
I can see that business features are not supported in INDIE plan. My implementation using Xamarin will be 1) Communication to API deployed in Azure cloud to send / receive data 2) Real time chart...
View ArticleXamarin Forms iOS Navigation Bar Image
I am attempting to set the Navigation Bar Background Image using the NavigationPage.SetTitleIcon(this, "image.png"). However, what appears is the image centered in the Navigation Bar with white space...
View ArticleUsing Xamarin.Forms.Labs
Hi everyone, Can anyone please give me direction for using Xamarin.Forms.Labs in my Xamarin Forms Project. I mainly want to use camera access am image gallery file access. Thanks in Advance.
View ArticleARCHITECTURE QUESTIONS - 3 APPS SHARING 90% CODE - DIFFERENT DESIGN & NAME
Hi, I'm working on a project which is a XForms application. I've been asked to create 3 differents applications even if the code is at 90% the same. Each app will be in a different language. The...
View ArticleStrange Spacing / Scrolling in Xamarin Forms ListView on Android 6
On Android 6, Xamarin Forms ListViews in both C# or XAML have a large space at the top and bottom and I have to scroll down to view the rows in the ListView. This is reproducible with the latest...
View ArticleCustomize android back icon
Hi, I want to customize android back arrow icon I have tried styling like this item name="android:homeAsUpIndicator">@drawable/back_icon But it does not work How have you done it?
View ArticleCan i have multiple ItemTemplate for the Listview which holds different...
Hi all, I have an requirement where I wanted to have an different layout for the ViewCell in the ListView that too it will be created dynamically.How can I achieve multiple item template for each item...
View ArticleGettings a settings bundle to appear in the Settings App
I have been trying to get a settings bundle to appear in the IOS settings app following the instructions here... https://forums.xamarin.com/discussion/1407/custom-settings-in-ios-settings-app I am sure...
View ArticleProblem with Facebook Components Namespaces
Hello, I'm Having some problems when using Facebook components for iOS. I use Facebook SDK (by The Outercurve Foundation) in Forms for some cross platform Facebook activities. To get the access token...
View ArticleNovember 17th: Nashville, TN - Build Automation and CI with Xamarin
There has been a lot of interest around what the build automation and CI story is for Xamarin. For this Meetup, Chris Riesgo --- Xamarin MVP --- will share some of his experiences with build automation...
View ArticleXamarin.iOS - native c++ library and visual studio?
Hi, Here is a problem I ran into and a solution I am investigating. Problem: Xamarin.iOS app in Visual Studio and a native C++ static library (could be dynamic). Right now I have a seperate XCode...
View Article