How to hide a Row or Column in a grid layout?
In XAML Windows it is possible to hide a row or column in a GridLayout. Is this possible with Xamarin.Forms? So far I found out that I had to hide all controls inside an set height (for a row) to 0;...
View ArticleCan I use Toast Message on ContentView Page in UWP
In Android Toast Message on ContentView Page working but in UWP not working and also app gone crash
View ArticleListView items do not update until list is tapped (Android)
I'm having a recurring issue with an app I am developing. I have several ListViews (with custom ViewCells) with ItemSource bound to ObservableCollections within view models. In every case, when the...
View ArticleImage not Being bigger inside Grid
Hi Xamarin Forum, anyone already experience that the image being place inside Grid is being shrink and what worst is that when you try to position your image using Margin aside from setting your...
View ArticleEasy dropshadow on stacklayout or other controls
Hi All, I wanted to implement a dropshadow on a stacklayout, and after some mucking around I decided on this: "Stick it in a Frame with no padding, a transparent outline, and a custom rendered less...
View ArticleHow do I handle keypress events on an Amazon Fire Stick/TV App?
I am building an Amazon Fire Stick/TV App using Xamarin Forms as a common library against an Android app. I don't seem to be able to handle any keydown events in the Android project, which I would want...
View ArticleUWP shadows without a DropShadowPanel
I want to create a custom renderer or an effect or whatever to make a show effect on a text. So both Android and iOS can achieve this using methods and properties with-in the control. UWP is very...
View ArticleLogin with google account
my app intent to use log in with google and facebook facebook support webview but google did not support webview can any one help me to use chrome custom tab in my app xamarin forms ?! Thanks ;
View ArticleListview selected item not working when using an image
I got something strange going on and I can't figure it out. I am using an image as icon that the user presses. And the image works fine but I can't click on the listview item it self nothing happens, I...
View ArticleXamarin.Forms.Maps Error
Just intalling Xamarin.Forms.Maps, I'm having this much error. What is the cause of these errors? Thanks in advance
View ArticleInheritance On ContentViews \ Page
I want some of my ContentViews to have a common custom constructor, for example; public ContentViewName(BindableObject indexview) : this() { BindingContext = indexview.BindingContext; } but the partial...
View ArticleWhat ad network can be used other than admob for apps created in Xamarin Forms?
Hi, I am making an app for android devices but in Xamarin Forums [instead of Xamarin Native for Android] and also want to use an ad network for earnings. But i cannot use the admob [due to personal...
View ArticleiOS Style Navigation on Android - NewBie Question
Hello Everyone I am very new to Xamarin development and writing forms app for iOS and Android. The code I have right now is using prism MVVM and works on iOS with navigation, but on Android the...
View ArticleCapture the webcam video flow
Hello, What is the fatest method to display the webcam video flow? I want a fast method to get 30 fps. Thank you, Christophe
View ArticleHow to identify mock location is enabled in android?
I have written below code which always return 0. var isMock = Android.Provider.Settings.Secure.GetString(contentResolver, Android.Provider.Settings.Secure.AllowMockLocation);
View ArticleXamarinMediaManager not rendering video on ios ..
Hello everyone, i am using Plugin.XamarinMediaManager for video player in xamarin forms. Although i have everything working fine for android but on IOS the video is not rendering ! i do have...
View ArticleSliding Cards In Xamarin.Forms
I have a Xamarin project and I need it to look exactly like this: And also implement a search bar I was thinking that the page could be a stack layout and the bottom with scrolling cards could be a...
View ArticleCarousel design with auto move
Hi All, It would be really appreciated if someone guides me to design this Carousel for a set of images with an auto move and user able to move by using the finger.
View Article[Xamarin.Forms .Net/ MVVM(PRISM) project] Which Web Service to use and how to...
Hi everyone, im new on Xamarin and im an internship to develop a Mobile App: kind of micro-social for events with Xamarin.Forms .Net/ MVVM(PRISM) architecture. For the moment i have almost all the view...
View ArticleIcons in Navigation Toolbar with PageTitle
I read the article of @JamesMontemagno - "Xamarin.Forms - Icons in Navigation Toolbar" and im asking myself if it is possible to have that application-wide image in the NavigationBar in combination...
View Article