Reduce Xamarin.Forms app size, remove support library v4?
Hi, we're trying to make the most basic Android App using Xamarin forms. We use a couple of third party components (SignaturePad, Microsoft HTTP), and just a few xaml views. The size of the compiled...
View ArticleXamarin.Forms 1.3.5 Hotfix 1 Released
Hotfix 1 Released Version: 1.3.5.6337 Bug Fixes Bug 27581 - [Android] Can't scroll on webview after keyboard has shown Entries/Buttons inside a ViewCell no longer cause ItemTapped to fail on Android...
View ArticlePushSharp and System.Security
I am developing a Xamarin.Forms app for iOS and Android and want pushnotifications. When I try to send a simple notification as shown in this guide:...
View Articlelistview Pull Up To RefreshPull Up To Refresh
listview Pull Up To RefreshPull Up To Refresh http://code4app.qiniudn.com/photo/512c31e36803fa5576000000_1.png
View ArticleHow to hide rest of button when using button image property
I am trying to use an image for a button but I still see a regular button with the image layered on top. See here. Is there a way to hide the grey button in background so I only see my maroon next...
View ArticleListview not redrawing
I have a listview of labels. If after an update the textual content of one label is increased (enough to add a second line), only the label seems to be redrawn. The listview is not redrawn and the...
View ArticleRelativeLayout.XConstraint & RelativeLayout.YConstraint XAML to C#
Good day, I'm looking for a way to convert the following XAML code into C# code, : <ActivityIndicator x:Name="activityIndicator" IsRunning="true" HorizontalOptions="CenterAndExpand"...
View ArticleAzure Messaging Unique Identifier
I'm using Azure Notification Hub and the Azure Messaging Component to send push notifications to my Xamarin.Forms apps. After successfully registering a device with the notification hub it returns a...
View ArticleTableView Height Pushing Button to Bottom of Page
I am using the following code to create a simple login page. The problem I am having is that the "Login" button is displaying at the bottom of the page, and not directly below the TableView. Any help...
View ArticleNew projects each default is 1.3, need to update their own package, how can...
New projects each default is 1.3, need to update their own package, how can the new project default is 1.4?
View ArticleWebview center contents after rotation on iOS and Android
I am trying to get a WebView working that displays html strings. I have it pretty much doing everything I want at this point, except that when rotating the devices, the WebView content is no longer...
View ArticleEntry and Lollipop android cutting off text
The text is starting above the top of the entry but it's fine on every other platform. Has anyone seen this? Does anyone know how to fix this? Why are there so many lollipop UI issues?
View ArticleBest way to implement in-app tiles
Has anyone got some advice on the best way to implement tiles within an app? I started looking at BoxView but it doesn't look like I can put content inside it. I can set the size and background colour...
View ArticleSpecific navigation animation per page in Windows Phone
Hi Everyone, Those of you familiar with the Windows Phone Control Toolkit probably know that each page can be given a specific navigation forward/backward in/out animation. This is nice because you may...
View Articlecustom contentPage (viewcontroller container)
Our app has a custom UI which doesn't fit any of xamarin's containers. I basically need a contentpage, which I can change the content of to another page, and add other chrome to it. How does one do...
View ArticlePCL calling Android
Hi Xamarin experts, I'm in my Droid project, trying to add a synchronized(_mLock) { } around some code to make a critical section, but synchronized is not being recognized. I see examples of android...
View ArticlePhoneword application in Xamarin Forms
Can anyone share the source code for Phoneword project done using Xamarin.Forms
View ArticleLaunching Phone dialer, Email composer, Sms composer
Hi, I'm using XAML Xamarin.Forms and would like to trigger opening Phone, Email Composer, Sms in Android and iOS when somebody clicks a phone number, email address, or sms phone number. Similar to the...
View ArticleDisabling a listview item
An item of a listview cannot be disabled with IsEnabled=false, the tap event is always triggered. Of course inside the callback method you can handle this, but with iOS there is further problem: the...
View Article