IMAGES: What steps to you guys do to get them right?
I find that working with images in a cross-platform manner is quite tedious. Android requires 5 versions of an image (ldpi, mdpi (actual size), hdpi, xhdpi, and xxhdpi). And iOS requires 3 versions...
View ArticleHow to use SVG Images as Controls and Form "Background" (or customisation)?
I tried several Nuget packages and followed their description of implementation. But since I'm very new to Xamarin and C# I can't get it to work Could someone please precisely describe how to implement...
View ArticleStack two Labels horizontally (And a little bit of vertically :))
Hi, I had a hard time describing my problem so I made a picture:
View Articlexamarin Insights Error
while creating new xamarin form apps in xamarin studio.. Error occured like this one... Xamarin Insights Error Xamarin.Insights support could not be added to your project due to an error: An unexpected...
View ArticleSaving Multiple Tab Control Values in TabbedPage
Hi, I am using the TabbedPage Tabbed Page as mentioned below with more than three tabs. After entering/selecting values in each tab, Finally i want to save all the values entered in each to Server by...
View Articlecross platform app
hi, If i develop single quiz app in xamarin studio. It can be viewed and accessed by all platform like , IOS and Windows Phone mobile... Is it possible with one single app?
View ArticleListView row height
Hi everybody, I want to use ListView in my app, and on every row i need picture on the left, and title + text on the right next to the picture, aligned to center. I have basic template done (below),...
View ArticleAutoComplete Xamarin Forms Cross Platform Sample
Attached is a snapshot of our app. For the "Area" section we have almost 3000 items. If we used a spinner or picker it would be very user unfriendly to let him scroll through the whole list till he...
View ArticleCustomized Highlight color in ListView with ItemTemplate
Hi, i have a ListView with a customized ItemTemplate (e.g. StackLayout). If an item in the ListView is selected the item should be highlighted with a custom color. I tried already following solutions...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleWindowsPhone Landscape NavigationPage shows black area
Hi I have a strange behaviour in my Xamarin.Forms app on the WinPhone client. My MainPage is a NavigationPage. And when I navigate to the second page and turn the phone to landscape (also happens on...
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 ArticleHow to set color for NavigationBar background and text in Xamarin.Forms.Android?
Hello everyone, I want to change the navigation bar background color and text color. But i don't know how to set it. I can only set the bar background color in App.cs file. MainPage = new...
View ArticleMobile Ads OTHER than Admob?
Hi. I'm sick of Admob. I'm looking for OTHER ads for Xamarin. Looking for Xamarin Forms but can be also for Xamarin.IOS and Xamarin.Android via custom renderer (prefer also for WinPhone8.1 WinRT)....
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleBug? MasterDetailPage set IsPresented while changing tab
I'm using a TabbedPage where a certain action in one tab will cause the app to change its current tab. All tabs are MasterDetailPages. During this change, if an iOS device is in portrait, the Detail...
View ArticleCustom Renderer - Modify specific XAML properties
Hi, I'm using Xamarin 4 with Xamarin.Forms 2.0. I created a custom renderer on Android to display a custom font. Now I would like to link the XAML FontAttributes property value (e.g. Bold) to a...
View ArticleShared Images In Shared Project
Hi all, I'm using the new Xamarin.forms and I'm building my view but I want to add an image to it. I want to store all of my images in the same shared library, so I've created a folder called "Images"...
View ArticleTwoWay Binding fails to fire in Windows 8.1 phone and Store app when using...
Hello, I have been seeing some strange behaviour with PCL based solutions using SwitchCells where the TwoWay Binding seems not to work in the Phone and Store 8.1 Apps. I have a multi target project...
View ArticleFound a way to make ToolBarItems Visible/Invisible..without a custom renderer
So from what I've seen in the API Docs (http://iosapi.xamarin.com/?link=T:Xamarin.Forms.MenuItem/*) Toolbar items don't seem to have an IsVisible property. I was able to accomplish this by defining a...
View Article