AutoComplete Xamarin Forms Cross Platform Sample
Attached is a snapshot of our app. For the "Area" section we have almost 3000 items. If we used a spinner or picker it would be very user unfriendly to let him scroll through the whole list till he...
View ArticleNavigationStack not showing the top page
We are busy developing some new functionality for an app (only on Windows Phone at this stage). In our app we have a TabbedPage set as the MainPage of the app, with multiple views as children. One of...
View ArticleWinPhone: Image.Source & images stored in LocalFolder
My app download some images from a web server and store they in the device local folder ApplicationData.Current.LocalFolder.Path which, using the WinPhone emulator, is for instance...
View ArticleChange the text color for Xamarin.Forms.DatePicker
For Xamarin.Forms.DatePicker It is not obvious that the date field is "tapable" I want to change the text color of it to blue so the user will think it is clickable? I see a background color property...
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View ArticleHow to bind data into Entry in XFGrid
I need code to bind data in Entry which is located in XFGrid. I used below code <ig:XFGrid x:Name="grid"> <ig:ListAdapter x:Name="adapter" AutoGenerateColumns="False" >...
View Articlehow to createFeed screen with image gallery like in facebook?
Hi All, I am developing one application where I had requirement that is create feed screen like in below attached image. Can anybody help me please, how to resolve this?
View ArticleHow to get the control element from code behind without FindByName?
Hi, Am new to xamarin. I'm trying to build a page that show multiple(1-10 not fixed) picker that filter the next corresponding picker. Have created a content page with a stacklayout and creating picker...
View ArticleI am not getting the exact date which is shown in DatePicker date when I...
In native iOS I found some solution, but in Xamarin there could you please tell me the replication of it. How do I write the below code in Xamarin. NSDate* destinationDate = [[[NSDate alloc]...
View ArticleHow to transform secondary ToolbarItems to UIBarButtonItems in the bottom...
First of all, I think the ToolbarItems in Forms are the right approach to have a generic abstraction to the platform specific actions users can execute on each platform. Furthermore, the Android...
View ArticleAndroid font size gets overridden by native Android settings
I am setting my font size using the NamedSize enumeration. In iOS the font displays as the set size regardless of the font size set in the os settings. This however is not the case for Android. If I...
View ArticleXamarin iOS build seems to be running slower than usual.
HI Team, We are using Parse as backend for our Xamarin forms project. We are using REST APIs to connect to the PARSE backend. We are testing this app on both Android and iOS devices. On iOS devices,...
View ArticleHTTP Client code not work for android project use PCL
HTTP Client code not work for android project use PCL
View ArticleOpenGLES 2 Project Template
Is there any OpenGL2 project template available for Xamarin.Forms with Visual Studio 2013/2015 ? (similar with https://visualstudiogallery.msdn.microsoft.com/61b15204-e6ae-4f9a-a59a-b3d916e1bb3f )
View ArticleAnimation Duration is continuously increasing in RelRotateTo method.
Hi Developers, I am facing strange issue in Xamarin.Forms RelRotateTo method. I am using this method to rotate a image to show as loading indicator. I just change the visibility of the image container...
View ArticleSetting ListView selectedItem to null throws an exception on WP 8.1
I have a page with a listview, when you press the row it takes you to a detail page. When you navigate back you should get the same list without a selected item. If I don't set the selectedItem to...
View ArticleHow to bind a collection to a custom view.
I want to make a custom view as it is used a bunch of places. In essence, it is just a comment label, and a stacklayout with labels containing tags regarding the comment. [somewhat simplified]...
View ArticleHow to bind a collection to a custom view.
I want to make a custom view as it is used a bunch of places. In essence, it is just a comment label, and a stacklayout with labels containing tags categorizing the comment. [somewhat simplified]...
View ArticleWinPhone & Win 8.1: Crash on Navigation.PopModalAsync() if the page contains...
I have a xaml page “Details_View” showed with ContentPage.Navigation.PushAsync(Details_View) with an Editor inside. If I call Navigation.PopModalAsync() the app crashes (happens only on WinPhone and...
View Article(Out_of_memory) Continuously Changing Detail page in MasterDetail page...
I have created a xamarin project with forms. Where I have created a custom Tabbar in which I am changing the Detail page when any tab button is tapped using the MasterDetail page. After changing...
View Article