Google Map is Showing a blank screen in Android
Hi i am new to Xamarin. I created a map using the following link http://developer.xamarin.com/guides/android/platform_features/maps_and_location/maps/part_2_-_maps_api/ i followed all the procedures...
View ArticleCustom Renderer: Read view from layout
Hi! I have an Android example I want to put into Xamarin.Forms: <com.nativeandroidproject.view android:id="@+id/widget" android:layout_width="fill_parent" android:layout_height="fill_parent" />...
View ArticleHow to Resize Grid Layout Row Height to fit Data Bound List View ?
I am trying to define a grid layout and have a row that contains a list view, but I would like the entire list view to display, so I can have a bullet point list so in this type of scenario -...
View ArticleMasterDetail & Tabbed pages have unexpected results on Android
Hi! I just started out with the (awesome) Xamarin.Forms, but bumped into a problem yesterday that I can't seem to figure out. I created a MasterDetail page that contains two Menu options: One that...
View Articleerror by running cross platform app
Hello everyone, My partner has developed a cross platform system using Xamarin Studio, after finished it, he sent the project to me by mail. The project it's ok on my partner enviroment. When I open...
View ArticleLogin and MasterDetail Interaction
HI. In the App class contructor i got MainPage = new LogInPage(); , them, in the login page when the user press the button login i use: BUTTON_LOGIN.Clicked += async(sender, ea) => {...
View ArticleXamarin Forms with Sqlite One to Many Relationship
Hi there, I'm currently making an app that need to store and get data to and from a sqlite database. The two Nudget i'm currently using are Sqlite pcl and SQLite-Net Extensions. `[Table("patient")]...
View ArticleTrouble with Xamarin.Forms after upgrade
Hello, After upgrading to Xamarin 3.11.836.0 (ed5c750) in Visual Studio I see some strange issues and don't know how to resolve them. The first thing I noticed is that the PCL Reference shows...
View ArticleModal not working ???
It seems that use of **PushModalAsync **/ **PopModalAsync **does'nt work ??? I try showing a simple page and wait until it is dismissed by the. According to what I have been able to find on the net,...
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 ArticleContentPage was not found error, when creating new xamarin.forms portable app
I have visual studio 2015 community installed on windows 10. I'm getting an error 'ContentPage was not found' after i do the follow simple steps. * In Visual Studio 2015 add new project select 'Blank...
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 ArticleCustom Icon and Text Color for a TabbedPage
Hey all, I recently went through the super struggle of trying to build a custom TabBar for a TabbedPage. Our designs entail icons and text that are black regardless of whether the tab is selected or...
View ArticleDifferent layouts between listview in ContentPage and ContentPage with...
Hi, I test forms in a 'test' app, and then copy them to my real app, to make it easier to test/debug. I have a listview in a contentpage which is spot on, but in a tabbed page, it is all over the show...
View ArticleCustomize SwitchCell
Hi, I want to change de color of switch in SwitchCell. How can i do that? Thx
View ArticleCardView
How can implement cardview in Xamarin Forms? like this http://developer.xamarin.com/guides/android/user_interface/cardview/
View ArticleFix for Button Layout Bug on Android
If you've run into the same problems with layout on buttons that I have where when you either add other controls, or even just do things like set text on labels, and you're finding that the Button text...
View ArticleButton.Text not consistent across platforms, why?
In Android, it is displayed all caps. Can we display text in normal case, as it is set. In iOS, meaningless hiding of text is happening. Three dots replace the center text. And I see 3 dots replacing...
View ArticleListView default GroupHeader differences in Xamarin Forms 1.3.3 & 1.4
Hello, I recently updated my Xamarin.Forms assemblies to 1.4 (from 1.3.3), and I couldn't help but notice default ListView group headers changed on iOS. In the older version, they were thinner, giving...
View ArticleHow to create new file directory?
I wanna create a file directory, so that I can put the new created file into this new directory. var documentsPath = Environment.GetFolderPath (Environment.SpecialFolder.Personal); var newDocPath =...
View Article