Absolute layout and map animation issue
Hi, I have a map view in my forms app. this is held in an absolute layout. Onto this absolute layout, I add a centre pin. The map moves fine. Add another image to the layout and kaplow! the map stops...
View ArticleUnit test for PCL
Hi, I am writing Unit test for PCL using Microsoft.VisualStudio.TestTools.UnitTesting framework. is this the right approach?
View ArticleMVVM Pattern without XAML and Fody in Xamarin?
Hello everyone, i would like to know about MVVM pattern without XAML, i dont feel corfortable using XAML, so you guys have experience with MVVM without XAML? i found only this tutorial:...
View ArticleHide tabbar on push
Hi, I have the following code: ` var tabbedPage = new TabbedPage () { Children = { navigationPageBrowse, navigationPageUploads } }; MainPage = tabbedPage;` On the Browse page I have another button...
View Articleany examples for spotlight search in xamarin forms?
any examples for spotlight search in xamarin forms?
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleAfter updated xamarin forms, getting issue when open the visual studio
Dear, We have updated xamarin studio(4.0) and core packages ,after updated we are facing issue ,while build the solution visual studio got struck. After we updated the visual studio(updated to 5) also...
View ArticleSearching for Rating Bar implemetation using xamarin forms PCL
Hi , I wanted to add star rating type control to my Xamarin forms PCL application. I searched for the same but the control is not available directly in XAML. Tried implementing it using dependency...
View ArticleForms 2.0 AppCompat android keyboard mode
Hello. Xamarin I updated to version 4, Forms and 2.0 versions. On Android, I use AppCompat. I had a problem. Previously, the Android keyboard caused resize view. Now this does not happen. The keyboard...
View Articlelist view button image change in load
Hi friends , in my app i have a cart option, items are adding to cart is from a list view , also cart is other list view. While i add item to cart the i can change the image. Initially the button image...
View ArticleXF Android : Could not load assembly Microsoft.Windows.Design.Extensibility
Hello , I have update Xamarin.Forms to 2.0.0.6490, But get this exception when compile: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleAdding Google Map to MasterDetailPage causes rendering issues
I have the following MainActivity.cs class: Xamarin.Forms.Forms.Init(this, bundle); Xamarin.FormsMaps.Init(this, bundle); FormsAppCompatActivity.ToolbarResource = Resource.Layout.toolbar;...
View ArticleProblem with XamlCTask - solution don't compile after update to 1.4.3-pre2
Hi all I work with VS and have a shared-project. After update to 1.4.3-pre2 (without change anything), I was not able to compile anymore (not Android, not iOS and not WP). I have lost now over a full...
View ArticleHow to show and hide the keyboard?
Hoping for a standardised way that will work for iOS and Droid. Or will I need to create a custom Entry control and renderer? Cheers John
View Article[IOS] Bug on IsGestureEnabled of MasterDetailPage
Hello there, currently working on an application where the SideMenu is desactivated on certain page, so i use IsGestureEnabled= false, and true when go back. It works well on Android, but on IOS it...
View ArticleAndroid TabbedPage Appcompat-v7 - Unable to find resource ID #0x1
Anybody else getting the same exception when rotating an Android Device using the new Appcompat library? Im getting an Android.Content.Res.Resources.+NotFoundException with description: Unable to find...
View Articlewhy this Error in Sqlite App when build, see my attachement below
why this Error in Sqlite App when build, i attached you my screenshot. plz see my attachement below
View Article[UWP] CaptureElement only displays content after resize
I have a universal Windows app that uses a captureelement to display a camera stream (I set the CaptureElement in a custom renderer vor a View). The thing is, that the stream is only displayed after I...
View Articlequestion
Does anybody have an example of working with scanned documents in Xamarin ? I mean If I have such a one I would like to work with it like obtaining values of all filelds , sum up those values etc ?...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View Article