How to create Hexagon buttons - or clickable hexagon shapes - using Xamarin...
Does anyone have any idea on how to create a series of hexagon buttons in Xamarin Forms that are arranged next to each other so as to create a honeycomb array of tightly arranged hexagon buttons that...
View ArticleButton size is not exactly, BorderRadius is not working
left label code xaml <Label x:Name="presentBtn" Text="선물함" FontSize="16" HorizontalOptions="Start" HorizontalTextAlignment="Center" VerticalTextAlignment="Center" Grid.Column="0"...
View ArticleTelerik UI for Xamarin ,Some Controls are not Working
In telerik ui for xamarin ,i have added all the binaries both in portable and android projects,I have also added the Skiasharp.views.forms nuget package,but i am not able to use some controls that...
View Articlevs 2017 15.5.7 freezes on build in xamarin forms ios.
getting a really annoying issue on vs2017 15.5.7 release which constantly freezes every 3-5 builds and requires vs process killed and vs restart and project load. I've seen a few others with the same...
View ArticleGet the bounds of the displayed google map part
I want to be able to get only the markers visible on the part of the map I display. I just want to know the API methods to do so if there are. Thank you
View ArticleBuild has broken by adding a Nuget package which uses...
Hi, I'm a new developer for Xamarin.Forms. Last night, I've created new Xamarin.Forms app with Android only. It was builded successfully on first time, but after I added 'Combinatorics' package, the...
View ArticleHow to apply fast scroll in recycler view at android sdk 26 ?
Now Android support fast scroll at RecyclerView on Android SDK 26 Of all the great advantages RecyclerView has over ListView, one feature that I miss a lot is fast scrolling where you could drag a...
View ArticleI'm not getting create a rounded rect. The badge is square
This is my badge Badge class <Grid xmlns="http://xamarin.com/schemas/2014/forms" xmlns:local="clr-namespace:Operacional" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleMaps VisibleRegion Bounds
Hello, Currently I am migrating from usual Xamarin Android to Xamarin forms. I am using google map in my application and I need to know the bounds (visible region) of the map. In Xamarin Android I was...
View ArticleHow do i do to resize the font of the title like font=10
I have this in the constructor: public Indicadores() { InitializeComponent(); NavigationPage.SetHasNavigationBar(this, true); NavigationPage.SetTitleIcon(this, "estapar.png"); Title = EmailLogado;...
View ArticleIs possible has a page portrait and other landscape or both?
I have an App. It works this way. Login page is opened. When i log in the App i'm redirected to a MainPage. This page(Main) it must have just Orientatio = Portrait, but when i click over an image, so...
View Articlexamarin.maps: How to disable getting geolocation position when app is...
Hello everyone. Could you help me for this task? I need to disable getting geolocation position in OnSleap method and to enable this in OnResume method in order to avoid increased battery consumption...
View ArticleInvalid Resource Directory Name: obj/Debug/res/ fonts
I'm currently trying in change our fonts to be referenced as resources following the Xamarin Fonts Guide, but I'm seeing a weird issue where if i add my font and set the build action to...
View ArticleGrid rows overlap on Android but not on iOS
I am using a Grid Layout to make a registration form. I have a Grid which contains two rows. The first row is an image, the second row is another Grid and has the problem that on Android the entries...
View ArticleGot a SIGSEGV while executing native code
Im currently creating my app while using Pocketsphinx with it. But lately there is this annoying "Error": 07-26 12:33:09.209 E/mono-rt (19612): /proc/self/maps: 07-26 12:33:09.209 E/mono-rt (19612):...
View ArticleApp working properly in 11.2 but slowing down in 9.3
I have an App which works smoothly in iOS 11.2 but when i install the same app on iOS 9.3 then the app works smoothly for some time say 30-40 seconds but after that the app goes to slow by around 2-3...
View ArticleSIGSEGV without stacktrace.
Right after running my application on the iPhone OS 7.0 emulator, during its execution I started facing the next issue: mono-rt: Stacktrace: mono-rt: Native stacktrace: mono-rt:...
View ArticleIn android they are using accessibilty services. how we can achieve this same...
could u please explain the process how we can archive these concept in accessibilty.In android they are using accessibilty service class in defaulT. BUT FOR IOS there is no accessibity build in...
View ArticleLinkedIn OAuth with Deep Linking help
So I've successfully implemented Xamarin.Auth for Google login, now, trying to implement the same thing for LinkedIn, for some reason the custom URL interceptor (for deep linking), doesn't catch the...
View ArticleUnhandled Activation Error
When i tried to log in to my xamarin account through vs 2017 i got the error "The remote server returned an error: (503) Server Unavailable. " Unhand led Activation Error
View Article