Binding property not found on ... some times
Hello , I'm new to xamarin, i've been codiging several versions, in all the versions i do the binding inside a stacklayout , like this ; BindingContext="{Binding NewDonner}" , some times the binding...
View ArticleHiding the Status Bar and the Action Bar in Android App
Can anyone tell me how to implement this in a (Xaml) implementation of an Android app?
View ArticleIs it possible to add a banner advertising to my xamarin.forms app?
I could not find a solution for banner implementation. The api from admob does not work for windows phone or uwp. Also i can not add a banner via admob or anything with the pcl project. The banner will...
View ArticleChange BindableProperty.Create to BindableProperty.Create()
Forum post Change BindableProperty.Create() to BindableProperty.Create() I looked at above solution, but I can't find a way to change this. public static BindableProperty itemsSourceProperty =...
View ArticleXamarin Forms Page in Page
I want to embed page in page on tablet platform, as android fragment or ios uinavigationcontroller. how to resolve this problem??
View ArticleButtons Moved When Keyboard Open.
Hi , i created a Page with Two Buttons and i put these Buttons on the Page End . But When i opened the Keyboard ,both Buttons are Showing on Top of Keyboard , and after closed the Keyboard buttons are...
View ArticleToolbarItem icon
I'm trying to add a Icon to a toolbaritem but when i do, the app on android crashes with an unhandled exception. With only text it works like a charm. Working code snippet: ToolbarItems.Add(new...
View ArticleTimer in Portable Class Library?
I would like to access System.Threading.Timer in my PCL targeting iOS, Droid, and Windows under Xamarin 3. I can't get it to happen. I know Microsoft accidentally left it out at one point, but they've...
View ArticleHow can we load an Image from the phone when click on a Button control?
How can we upload an image from phone to the specific folder in the project.Is it is possible to upload an image from phone on a button click.Solutions Please~~~~
View ArticleHow to send data from server without request from app?
How to send data from server without request from app?
View ArticleCross Platform Crop Image View
Hey, Anyone have ever implemented some custom crop image UI that can be used in forms ios/android/win phone? What I`m trying to achieve is something like instagram that crop a image to a square, so I...
View ArticleDocumentation for Urho.forms in Xamarin forms
I am looking for documentation for Urho.Forms & Urho3d I am able to create scene Load 3d model (mdl) file - (But I don’t have any idea on how the mdl file is created) I am also able to rotate &...
View ArticleHow to refresh a ListView when the DataTemplate changes in Xamarin.Forms
I have a ListView with two DataTemplates that are used with a DataTemplateSelector. I want the user to be able to click a button and have theListView switch between the two templates. I also have it...
View ArticleError:The "ConvertResourcesCases" task failed unexpectedly.
Hi, Severity Code Description Project File Line Suppression State Error The "ConvertResourcesCases" task failed unexpectedly. System.IO.PathTooLongException: The specified path, file name, or both are...
View ArticleBadge count for toolbar icon
Hi All, I need to show badge count for toolbar icon in my project both iOS & android something looks like this Anyone please help me to achieve this I didn't find any samples or tutorials for this...
View ArticleTwo Columns per row in ListView
In larger screen, such as iPad, I wish to use split the list view into two columns. Is it possible to do that?
View ArticleHow to assign an icon to the Navigation Bar for a single page on Android
Hello, I try to use an icon instead of the title on the main page of my Xamarin.Forms app. I've read a lot of related topics, but I didn't found any solution: navigationpage-settitleicon...
View ArticleHow to make the dynamic grid view and make it clickable?
Is there a way to dynamically create a grid's from the List and make it clickable on the PCL project using mvvm?
View ArticleLiveXAML - ability to develop your app in runtime
Hello, I had already posted here about two months ago. At the time, the name of my product was "Xamarin Forms Live" But due to branding issues I had to rename it to LiveXAML, which to me is an even...
View ArticleImage is stretched
I am trying to set an image just below a label , however , after including the image in stacklayout(Because I needed to set a HeightRequest) the image is now horizontally stretched. How can I fix this?...
View Article