Master Detail Navigation using Messenger
Hi everyone, I'm making a tablet app in landscape only where the drawer is always displayed. I handled the Master/detail navigation using event as shown on the forum. It works well. Now in my...
View ArticlePop 2 modals at once
Hello everyone, In my setup I use a MasterDetailPa ge with a Navigation page as the Detail Page. At some point in our App we have 2 modals pushed on top of eachother. We would like to remove both...
View ArticleDesign Idea needed for Carousel type page
Hi, what I would like to do is load a page that displays some data for the current month, I then want to allow a user to scroll left and right incrementing and decrementing the month as needed. I have...
View ArticleAdding a ContentView in a ContentPage
Hello, I have a ContentPage with a text field and a button. Once the button is clicked I want to load a ContentView under the button. The ContentView has a ListView of stuff I want to display....
View ArticleCan we add configurable urls in app.config file?
This is more about the standard practice ? Normally we put our urls in constant file in mobile apps? Unlike in web to make urls configurable they used to write inside app.config as key value pair?...
View Articlewindows rt forms support for Xamarin.Forms.ToolbarItem
Hi, Does the windows rt xamarin forms support toolbaritems. I have code in my existing project that adds a toolbar item and it is not showing when I add the windows rt windows app project. Thanks,...
View ArticleXamarin studio gets stuck while rebuilding the iOS app?
I'm using xcode 7.1 and xamarin studio 5.10.1 and whenever I'm setting my iOS project as startup project and build it the build process gets stuck and on canceling the build it doesnt gets cancelled....
View ArticleHow to hide the separator lines after the end of the list in IOS
In IOS listview shows if one or two Items and rest of the space it shows the separator lines, I want to hide the separator lines if no data.
View ArticleGetting a grid of buttons without the spacing in between.
What do I need to do to avoid the default spacing between two buttons? I have tried setting padding to 0, BorderWidth etc. I am using Grid like this: in ctor: InitializeComponent(); var grid = new Grid...
View ArticleIs it possible to programmatically change the DisplayName of a Windows app?
When running the Windows version of my Xamarin.Forms app, the Display Name (from Package.appxmanifest) is displayed on the bar above my running app. Rather than use the static value from...
View ArticleGrial UI Kit for Xamarin Forms
Hi everybody! Just wanted to share with you our first Xamarin Forms User Interface Kit. And hear what you think about it Please check it out http://www.grialkit.com Thanks everybody!
View ArticleIssues with upgrading to XF v2.0.0.6490
I am having 2 issues. I don't know if they are related. XF Version Issue: I created a new cross platform solution in VS2015. Then upgraded the XF for Windows Phone project. Then the version numbers are...
View ArticleDisplaying SVG type information in Xamarin.Forms
Hi, I’m currently looking for some guidance for displaying 2D vector graphics inside a Xamarin.Forms application. The information I have is in SVG html tag format (...<//svg>) but we can probably...
View ArticleXamlSamples.iOS `App' does not exist in the namespace `XamlSamples'.
/xamarin-forms-samples/XAMLSamples/XamlSamples/XamlSamples.iOS/AppDelegate.cs(37,37): Error CS0234: The type or namespace name `App' does not exist in the namespace `XamlSamples'. Are you missing an...
View Articlepush notification re launches app in android
Hi, I'm using the Xam.Plugin.Pushnotification package to implement cross platform push notification. It works fine on the iOS build and works mostly on the Android build. In iOS if a notification comes...
View ArticleXAML Namespace http://schemas.microsoft.com/winfx/2009/xaml is not resolved.
HI Now i am Creating a New Windows Phone App using Xamarin in VS2013. If I add the Shared Code and I am getting Error like this. "XAML Namespace http://schemas.microsoft.com/winfx/2009/xaml is not...
View ArticleEntry drawing
I have a custom rendering for an entry. The iOS flavor is a UITextField. I want to draw a thick white line on the bottom of the text. I tried overriding the Draw(CGRect) method, but I don't see any...
View ArticleEntry drawing
I have a custom rendering for an entry. The iOS flavor is a UITextField. I want to draw a thick white line on the bottom of the text. I tried overriding the Draw(CGRect) method, but I don't see any...
View ArticlePopup keyboard hides parts of the UI rather than resizing
I would like to create a screen that has a behavior similar to common chat apps e.g. Hangouts where there's a scrollable section of the page and an Entry with a Button underneath that updates the...
View ArticleHow to reuse my own custom render in another project ?
I created some custom render in my current project, now i start another project and want to reuse it. Does anyone help me, please ?
View Article