Misaligned Tab in Android
Hi I use TabbedPages to display some tabs. On android it all aligns to left side i.e. It does not take equal space to fill the entire screen width Screenshot attached My code is very simple and looks...
View ArticleIs it possible to track touch inputs without a view?
Background: I wan't to track how far the user have scrolled up/down in a listView. Sadly the position of the scrollbar is not exposed so I got an idea that I possible could track the coordinate of the...
View ArticleUpdating a label on a TabPage
Hi, I have a simple 3 tab app. Tabs 1 and 2 gather information with Tab 3 showing a date and time. When the app fires up, the date and time labels on Tab 3 are set to show the current Date and current...
View ArticleHandling Bearer Token Expiration
I'm using .NET Web API and bearer tokens for our app. Everything is fine until the token expires while using the app which causes it to crash because it can't parse the JSON response. How can I handle...
View ArticleWhat's the difference between Xamarin.iOS and monotouch?
It looks like Xamarin.iOS is a newer version of monotouch, is that true? I tried ActiveDriectory Library 3.3 alpha, it cannot add .dll files (missed...
View ArticleHow to left align a button in Xamarin forms ?
I've a button in xamarin forms. I want it to left align on my device. On iOS it is by default left aligned but for android it is center aligned. I tried using custom renderer for button and set it...
View ArticleDoes Application.Current.Properties support persistent storage?
I've seen various bits of information suggesting that Xamarin Forms 1.3 has built-in persistent property storage, however I've not been able to get any formal documentation, examples, or even...
View ArticleWhat I should do if I want to integrate 'take a picture' and 'select from...
Didn't find the sdk, please help. I see something from a Xamarin xlab..but don't want to integrate that big thing. Any other selections? Thanks Advanced,
View ArticleXamarin.Facebook from nuget in Shared Project
Hi I am trying to reference the xamarin.facebook from nuget.but i am getting error while installing. Installing 'Xamarin.Facebook 4.1.0.0'. Successfully installed 'Xamarin.Facebook 4.1.0.0'. Adding...
View Articlewhich library from NuGet is best for local database for xamarin form?
in official website of xamarin they told refer Todo project..... the library used in Todo project is seem to be different from what they mention(SQLite.Net PCL, Author: Frank A. Krueger, Id:...
View ArticleIntegrate with Facebook
Why do I get the error below when trying to integrate with Facebook? Error: Given URL is not permitted by the Application configuration: One or more of the given URLs is not permitted by the App's...
View ArticleRandom blank cell in iOS Listview
Hey everybody, I’ve got a problem with ios and listviews. After a few times scrolling appearing blank cells in listview (see attachment). I can’t solve this problem until now. Does anybody have any...
View ArticleProblem opening new Page
I'm developing a several page application using Xamarin Forms, and I have a problem while opening a new Page. For this, I'm using: async void Check(object sender, EventArgs args){ await...
View ArticleReachability.InternetConnectionStatus
I may be missing something, but there use to be(A couple of weeks back) an iOS call Reachability.InternetConnectionStatus () returning NetworkReachabilityStatus. With the new release it seems to have...
View ArticleVisual Studio Forms template configurations
I don't get the configuration settings from a blank template - seems like which projects build/deploys is set randomly and none makes sense.
View ArticleLogin Pattern Questions
Hello everyone, I've been creating a few App with Xamarin Forms now, and i'm still wondering about Login Pattern. Most of the applications i designed had the same logic: The application need a simple...
View ArticleXamarin.Forms.Map custom images as map pins
Hey There, https://github.com/raechten/BindableMapTest but its not working. Also i want to use image from Resources folder only not using url. My map location is rendering from web service. I was able...
View ArticleMasterDetailPage
ola boa tarde sou novo em desenvolvimento e estou criando um projeto onde uso MasterDetailPage. na pagina MasterDetailPage.Master tenho um botão gostaria que ao clicar nesse botão minha...
View ArticleMasterDetailPage
hello good afternoon I'm new in development and I'm creating a project where MasterDetailPage use. on page MasterDetailPage.Master I have a button I wish by clicking this button my...
View ArticleWhat is the equivalent of a TemplateBinding in Forms?
So I have a control that is going to become a sort of ContentView with a content view as a child so that I can bind to my View property, why reinvent the wheel? So this is sort of what I want: <?xml...
View Article