Possible to use Camera APIs for Win Phone 8 to prevent photos being saved to...
Currently I am using Xamarin Forms to capture pictures that I upload to the cloud, but I've noticed these are automatically saved to the camera roll. This seems to be a feature of Windows Phone 8 -...
View ArticleUI helper
Hi team, I am a native iOS developer, recently (1 weak +)started with Xamarin (Forms), and never worked on c# earlier, but have good knowledge of Markup language. I am able to do the functional part...
View ArticleAction bar hide/show while scrolling Listview in xamarin forms
We are trying to implement Action bar Hide/Show functionality while scrolling recyclerView in Android by using following code. RecyclerView.SetOnScrollListener(new HideShowScrollListener()); public...
View ArticleStart app with modal already open
Does anyone know how to have an app startup with a modal already open? Basically I want to load a master detail page and have a sign in modal already open when the user opens the app. I'd prefer the...
View ArticleXamarin Forms tiene version started
Buenas tardes me gustaría saber si Xamarin Forms estya disponible es la version started y como puedo crear 2 soluciones al mismo tiempo ya que me esta generando error y me manda a la version trial....
View ArticleXamarin Forms button rendering in grids on WP
I'm currently experiencing an issue when i try adding a button into grid on WP. It seems the button renders with a margin which end up making the button smaller then it should be. I initially thought...
View ArticleAssigning a Style in custom WP renderers
I've created a custom render for my switches in WP, in this render I assign a style I've defined in the App.xaml <Style x:Key="ToggleSwitchWithMargin" TargetType="controls:ToggleSwitch">...
View ArticleWindows Phone PageRenderer Orientation Issue
Hi all We have a shared page defined in the PCL project. Lets call it SharedView, which is an empty ContentPage (XAML or code, doesn't make a difference). We then use a PageRenderer on each platform to...
View ArticleFrom Login page to main page?
Hi! I'm new to the xamarin forms in visual studio. I'm trying to create an app with a login. And this app show should show a lot of info getting from a service.. The question is how to do this? I mean...
View ArticleNavigation bar question
I see that you can do a toolbar. I'm in the process of converting an iOS Xamarin app to a Xamarin Forms app. I'm having a hard time translating the navigation bar that I have in the iOS app to the...
View ArticleListView not binding
I'm just switching over to using Xamarin forms, so I feel like this is something simple I'm missing. Here is my listview <StackLayout Orientation="Vertical" Padding="20"> <SearchBar...
View ArticleCreating a Responsive Design For Cross-Platform Devices
We have a page that contains 3 Stack-layouts and a grid. A banner image at the beginning then a grid (3x3) in a StackLayout then an image for the settings. The design is differing from device to device...
View ArticleSequence contains no matching element at System.Linq.Enumerable.Last
I want to use only Main.axml in my project. protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new App ());...
View ArticleSequence contains no matching element at System.Linq.Enumerable.Last
I want to use only Main.axml in my project. protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); global::Xamarin.Forms.Forms.Init (this, bundle); LoadApplication (new App ());...
View ArticleMultiselect ListViews
I am new to Xamarin Forms and was wondering if we could build Multiselect Listviews using Xamarin Forms. Any help would be appreciated.
View ArticleUnnecessary Padding From The Sides on iOS
I'm still new to Xamarin and I'm having trouble with my code. We built an app using Xamarin Portable library so that we have the cross-platform solution. However from android to iOS as expected there's...
View ArticleSetContentView for main page
In Xamarin.Android I can write: SetContentView(Resource.Layout.Main); for set the activity content from Main.axml How I can do the same for Xamarin.Forms? How I can move data from Main.axml on main...
View ArticleHow to find device screen size programmatically in Xamarin.forms ?
Hi all I am using Xamrin.Form for my mobile application development .I want to find width of my IPhone programatically . Can anybody tell how to find the screen size ?
View ArticleLabel with vertical orientation
How to implement Label with vertical orientation and ability to cut text if it is too long? Is it possible to do it with just Xamarin.Forms or I need to implement custom renderers for each platform?
View ArticleDelivering touch events to a view outside the bounds of its parent view. [iOS]
I'm working on popup UITableView, that is shown above parent UITextField. And the problem is my tableView is not clickable at all except Vegetables item, that is placed right above the parent view. I...
View Article