NavigationDrawer in Xamarin.Form using MasterDetailPage
Does any body can make a Master Page like this : https://android-arsenal.com/details/1/1290 in Xamarin.Form. And does MasterDetailPage support this. Thanks.
View Articlematerial design vector grapics
Has anyone tried; and do you know if these xaml vector graphics will work with xamarin forms? http://materialdesignicons.com/
View ArticleXamarin forms capabilities.
Hello, We are in the analysis stage for one more application. Before we decide on whether to use Xamarin forms or not, we would like to get some inputs from you side. We would like to know if its...
View ArticleiOS - MasterDetail not drawing Detail when set to NavigationPage
I have a very weird situation where, on Android and Windows Phone, it works fine, but on iOS, it acts up like some angry fairy. In my project, the MasterDetailPage's Detail property will not draw the...
View ArticleParameters for Navigation?
Anyone have any thoughts on passing parameters with Navigation?
View ArticleDisplay memory usage
Hi! How can I display or watch memory usage by my app (Android)? I know about Xamarin Profiler but I have Indie subscription and can't use it. Thanks.
View ArticleOverride button style
Hi! Can I override button style in Xamarin.Forms? For ex. in Windows Phone/Windows RT I can override button style and change some behavior and colors etc. (for ex.: hover color or tapped color). Can I...
View ArticleMemory leaks when adding items to stacklayout
Hi! I create custom control (root element is stacklayout) and have collection of custom elements. When I set collection to control from viewmodel I have started fill root element by my items: create...
View ArticleXamarin.Forms MVVM App works on iOS and Windows, but missing resources on...
I've got a growing project that I've been successful testing on iOS Simulator and WinPhone Devices, but when I try to run it on an Android device, it tells me I'm missing a bunch of libraries, then...
View ArticlePath Too Long Exception coming from UriImageSource on WP8
The UriImageSource seems to be using Uri.EscapeDataString(uri.AbsoluteUri) as the cache key. That is problematic for long URLs (like facebook images) because they exceed 260 characters when combined...
View ArticleHow to implement multi screen without NavigationPage?
Hello. I developed two screens for android using xamarin.form. One is login screen, so if the sure login then, the next(tabbedpage) screen is appeared. How can I implement this without NavigationPage?
View ArticleStackLayout Horizontal uneven content issue
Hi, I have a problem laying out two pieces of text in a stacklayout horizontal where the contents are uneven in size (I am using Forms 1.3 latest nuget stable). Before I submit as a bug I wanted to...
View Article[Xamarin.Forms] ListView, unable to scroll
Hi, I am using the XAML code below and I do not understand why I cannot scroll my ListView (x:Name="list") ` <ContentPage.Content> <StackLayout Padding="20" VerticalOptions="Start"...
View ArticleUsing Name or ID for Controllers?!
Hello everyone. i writing some codes and need to make some Buttons in Code-Behind. for loop would do that, but i can not set any Name or ID for Buttons, and because of that, i cant define any property...
View ArticleCompile error after upgrade to Forms 1.3
Hi Folks, after upgrading to Forms 1.3 I get the following error message : `/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Tool exited with...
View ArticleCompile error after upgrade to Forms 1.3
Hi Folks, after upgrading to Forms 1.3 I get the following error message : `/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: Error: Tool exited with...
View ArticleHow to display collection of switch cells?
I have a collection of switch cells which while iterating is bound to my custom object. I am currently using tableview to display it. But, I want refresh the UI whenever my collection changes. The...
View ArticleText control with Enter key
Hi, I need to have an Entry or EntryCell or any control that allows entering text and process the Enter key. Also, I am hiding the keyboard because the user will use the hardware keyboard so I am using...
View ArticleHow to make Return Button on Keyboard submit a form?
I've got a login form with two entries and a button. All works according to plan, however I'd like to also have the option for the user to simply press the return/enter key on the keyboard to submit...
View ArticleXamarin.Forms 1.3.0 Pre-release 1
Important notes: Generators for XAML pages should to be updated to use the new tool MSBuild:UpdateDesignTimeXaml instead of MSBuild:Compile Grid default is now * While this release does technically...
View Article