Problem InitializeComponent() and PCL
I have this visual studio solution estructure AppLogic (PCL) App.Forms (project with XAML) App.Forms reference AppLogic Now i am using Xamarin Forms nuget package 1.4.3.6376, in this version everything...
View ArticleIs it possible to use the Windows.AzureStorage package with a Shared Library...
Can get the Azure Storage package (5.0.1-preview) working in PCL but not in Shared Library, no reference is being created when I add the nuget package and the only .dll I can find seems to be for the...
View ArticlePrerequisites for Testing Xamarin.forms app on Windows 8.1 ?
Hi, I am working on Xamarin.Forms for creating an app which can be used on all major mobile platforms like Android ,IOS, Windows 8.1. Thanks to @NicolasHotterbeekx ,who suggested the well documented...
View ArticleHow can we use Push notification Plugin available on Nuget packag with our...
Hi Guys, could any one suggest me how i can use push notification Plugin which is available on Nu Get package to install, with our own customize server. I don't want to use any third party notification...
View ArticleMoved: Android: XA5101: Platform library directory for target Arm and API...
This discussion has been moved.
View ArticleUsing MPRemoteCommandCenter in Xamarin Forms iOS project results in crash!
I am currently developing music player in Xamarin Forms. Today i ran in a obvious problem that appears to be a bug! I have created a class which implements MPRemoteCommandCenter events so that we can...
View ArticleCopy Paste HTML Design for Xamarin forms android
Hi, I have some HTML template for email signature, i need to copy the HTML and that HTML paste as a Design Template in email. in ios i have done this functionality. but in android its not working...
View ArticleHow to reset the scroll position of ScrollView control?
I am using paging and once the content is scrolled down on say page 1 the scroll View position is always the same for next pages. The content gets refreshed but ScrollView retains its position and sit...
View ArticleBackgroundImage when using MasterDetailPage
Hello Guys! I have a ContentPage, such like this: ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="XXXXXX" Title="Title"...
View ArticleAdding KidoZen Xamarin SDK v1.0.4 to Xamarin Studio in Windows Platform.
Hi I have downloaded the KidoZen Xamarin SDK v1.0.4 from the http://docs.kidozen.com/download-sdks/. I tried to add to my Xamarin Studio but I got doubt I already set the path for Android SDK but Where...
View Articlegetting exception while removing child from RelativeLayout
Hello All, I am facing an strange problem,What I am doing that I am removing the topmostChild from a relative layout and assigning some other child to the same position.It's working fine for the very...
View ArticlePCL project working fine on simulator, but crashing on device, don't know why?
Guys, just wondering that I have created a small POC for consuming a web service by using PCL project for cross platforms. App is working fine on simulator in release as well as debug mode, But App...
View ArticleUse byte array as BackgroundImage on TabbedPage
Hi Is it posible to use a ByteArray as image source in tabbedPage. I have a byte to imagevonverter
View ArticleHow to create an ImageButton that scale the GridCell for iOS, Android and Win...
Hi I have tried the XLabs ImageButton control and it works fine, but it only works if you know the size of the image/button. I have written a ImageButton control for Windows Phone (using Custom...
View ArticleReload a Page after an event.
Hi, I'm working with a web view, and when selected I check if there is connection. If there is no connection I show an alert. Now I'd like to automatically refresh the webview and reload it as soon as...
View ArticleUnderstanding HTML tags
Is there a way to understand HTML tags in Xamarin forms?In our application we have the data coming from web service which may have HTML content like tag.I need to convert it to line break in our...
View ArticleXamarin Forms 1.3 Behavior Binding Bug
I have been playing with the new Bahavior class in 1.3 and discovered a bug when using Binding on a BindableProperty. I created the following behavior to allow an ItemsSource and an ItemTemplate to be...
View ArticleBuilding Release Version Fails (The "LinkAssemblies" task failed unexpectedly.)
After adding XLabs' NuGet packages (Core, Platform, Serialization, IoC, Forms, and Forms.Charting), I have been getting the following error when I try to build a release version: C:\Program Files...
View ArticleXAML Intellisense?
It appears there is no intellisense when editing a Xamarin.Forms XAML file or did something go wrong with my install? If there is none, is there an XSD that could be used when editing the file in the...
View ArticleVisual Studio XAML Intellisense - Mine sorta works :) - plugin on the way!
I don't know about you, but my Intellisense in Visual Studio for XAML works just fine :P .. as long as you only want to make a stack layout and a Label Here's a Screencast of mine working, I'll publish...
View Article