Updating RelativeLayout constraints on View?
The idea is the following: I have a custom view that will only work on a RelativeLayout. When the Parent IS a RelativeLayout I want to set the constraint automatically so the user doesn't have to. For...
View Articlei wanted to show a page indicator below the carousel page in xamarin.forms
Hi, i wanted to show a page indicator below the carousel page in xamarin.forms just like the image below. can someone help me with that. and also is there any way i could get that star characater into...
View ArticleLookig for an imagecropper in Xamarin forms.
Hi Everyone, I am looking for an image cropper in Xamarin forms. I have tried ImageCropper.Forms but the code got an exception here-> new ImageCropper() { // PageTitle = "Test Title", //...
View ArticleGoogle map screenshot always black screen
I want to take google map screenshot in my xamarin PCL Project. The map is displaying perfectly. But when i try to take a screenshot it is displaying a black screen for the map part. But extra part of...
View ArticleIs there any other way to set the background image for carousel page in...
Hi, i was trying to set a background image using the backgroundimage property in carousel page, but i cant see the image can somebody help me with that the following is my xaml code. <?xml...
View ArticlePerformance using images on a ListView
I'm using a listview which has images on each items and the Source of the image is an URL. I want to improve the performance because when you swipe it down the images refresh. How can I do it better?
View ArticleBinding AAR to xamarin
I have tried to binding my custom android library (aar) to xamarin but i always got the error message "Class not found exception runtime". Anyone can help me to solve this ? Note : my custom android...
View ArticleEasy way to theme a page dynamically
I want to apply a bunch of styles to a page controls upon some data, for example, if current ViewMode is ReadOnly, the save button becomes hidden, and the Entrys are disabled, but if the ViewMode is...
View ArticleDisplay several pages at once without MasterDetailPage?
Is there any way to display more than one page at once without using a MasterDetailPage? What I'm looking for is something like this: <StackLayout Spacing="10" x:Name="layout"...
View ArticleCamera2 with resizable rectangle
I want to switch my old camera API to new camera2 API but I faced a problem when i tried to built in my OnTouch Event.On old camera API i can move rectangle.But in camera2 i cant.Sorry for bad English.
View ArticleCustom view, New data is added to StackLayout with jumping
I create two XAML files that are responsible for displaying account (Participant) information. This is a XAML file that describes the participant and uses labels such as name and phone....
View ArticleDon't work binding in Native ListView
I make Native ListView with FFImageLoading by this guide - site, but items don't binding. Tell me please, why? I reviewed all the code, everything seems to be correct. Maybe this method of assignment...
View ArticleHow to get the maximum and minimum Y points of OxyPlot YAxis ?
I have created an oxyplot chart in an Xamarin.Forms app, where I want to get the top Y tick value and the bottom one which are actually visible on the YAxis not the absolute ones. In the screen shot...
View ArticleUnable to debug ios applications usning remote connection to macincloud mac...
Hi All, I am unable to debug my Xamarin.forms ios application using a remote mac server hosted by macincloud. The macincloud mac server is hosted in mumbai location in India. The connection to remote...
View ArticleUWP Exception
Hi everyone. Im new on the forum and relatively new in Xamarin. Im having an issue with an especific exeption that ive tried to understand what does it means. Can someone help me out? Here is it:...
View ArticleHow to transfer data from one page to another with sqlite in Xamarin Forms ?
Hi, I created a registration form to add students to a table on another page, but I can't. Help me please!!
View ArticleDefine ItemTemplate directly from Item in ListView
So i made custom CustomListView. Something like this. public class MyCustomListView : ListView { public static readonly BindableProperty ItemsProperty = BindableProperty.Create("Items",...
View ArticleGoogle Map in Xamarin Forms
Hello Friends, How do i open google map in Xamarin forms? I am using below code var address = assembly.Address; switch (Device.OS) { case TargetPlatform.iOS: Device.OpenUri( new...
View ArticlePath too long Xamarin iOS Distribute
Help me pls i can't distribute because my paths are too long. I tried to change them but it didn't help. I'm really out of ideas. That's the error: Unable to copy file...
View ArticleForms iOS Notification Permission Freeze
Hi All, I'm using the latest version of Xamarin Forms. I have a forms app (Android/iOS). My first content I show is a login view. The app asks for iOS permissions to send notification upon first...
View Article