How do i set back button image on navigation form using Xamarin forms
Hi, I am new to this technology can anybody tell me How do i set back button image on navigation form using Xamarin forms. and hide back button text.
View Articleerror getting the api key using restsharp
I used the console.writeline to check my values, and they were just empty. Shouldn't I be able to retrieve those values? var client = new RestClient("http://myproject/"); var request = new...
View ArticleForms.Labs ExtendedLabel - Text without underline
Hello, i've a my project in a xamarin.Forms. When i import the only files related to the control ExtendedLabel(from Forms.Labs) , and put the realtive costructor of ExtendedLabel the text appear...
View ArticleMicrosoft Blend for designing Forms XAML
Can we use Microsoft Blend for designing Forms XAML?
View ArticleAdding image in scroll view and as buttons as like in Xamarin Store app
How do i put images in scroll view? and also as a button to navigate to other page. Is it like a list view?
View Articleunable to change the button size
Not been able to change the button size. {see picture} var LogInButton = new Button { Text = "Log In", TextColor = Color.White, BackgroundColor = Color.FromHex ("#2196F3"), Font =...
View ArticleMaking Rootobject in model class while consuming WEB APIs through HTTPClient...
Why is there a Rootobject method in the following code. I got it from the xamarin form samples HTTPClient project. WHen do we have to make it? DO we need it for a User model class? public class...
View ArticleScrollview doesn't stop at the end of the page
I have grid of images, and added a scroll to that page, but the scroll doesn't end when the last image on that grid is seen.How to put a boundary on it to the end of the page. var grid = new Grid {...
View ArticleIOS device debugging?
IOS device debugging?I XS the latest version of IDE, create a separate IOS project, can not find the real machine debugging, but to create a forms project, which can be found in the IOS, why? Bug?
View ArticleListView cells being cached?
Hi all, I have a ListView with about 500 cells. Here's the XAML I'm using to define it: <ListView Grid.Row="1" IsGroupingEnabled="True" GroupDisplayBinding="{Binding Header}" HasUnevenRows="False"...
View Articleany way to improve image performance in listview, without native renderers?
For xamarin forms to be super useful, I would expect the follwing code to be fast.. <ListView.ItemTemplate> <DataTemplate> <ViewCell Height="300"> <AbsoluteLayout> <Image...
View ArticleHow to customize Tabbed Page in Xamarin.Forms?
I want images and Headers(Title) above Tabs. How to customize Tabbed page?
View ArticleAbility to move pin in Map view
Is it possible to let the user move a pin which is positioned in the Map view? Reason: a user should change the location using the Map.
View ArticleNEW SAMPLE: CrossPlatformEssentials (File location, OpenGL texture load,...
Xamarin.Forms raises the tantalizing possibility of having ALL one's code cross-platform, except for a few bits that handle platform-specific details. The existing examples don't attempt to handle some...
View ArticleMaps: Pin Click Handler after Pins.Clear()
Hi, 1.4.2 finally fires the Pin click handler, however I need to setup Pins dynamically, starting with Map.Pins.Clear(). After called Clear() once, the click handlers don't fire anymore. Any...
View ArticleMaking a login method
Once the user submits the login info, and presses login button the following method is called; public Page OnLogInButtonClicked (string email, string password) { var client = new...
View ArticleNavigation From Xamarin.Android Activity to Xamarin.Forms Page
Hello, I used a Dependency service with *Xamarin.Forms.Forms.Context.StartActivity(typeof(myAndroidActivity)) to navigate from a Xamarin.Forms Page to an Android Activity, but is there a way to...
View ArticleDeployment failed because of an internal error: Installation failed due to...
Hey guys, I was trying to run my application in VS with Xamarin forms, but can't run it in emulator. Deployment failed because of an internal error: Installation failed due to container error. This can...
View ArticleWhy the player doesn't play?
AsyncPlayer player = new AsyncPlayer("mp3 player"); Android.Net.Uri uri = Android.Net.Uri.Parse("file:///android_asset/test.mp3"); player.Play(Android.App.Application.Context, uri, true, Stream.Music);...
View Article