How to set Masterpage as navigation page
Hi, in my app I am giving my main page is navigation page like MainPage = new NavigationPage(new LoginPage()); and after clicking on login next page is MasterDetail page and I given like...
View ArticleError on connecting iPhone Device to the Xamarin Studio or Visual Studio 2015...
Error on connecting iPhone Device to the Xamarin Studio or Visual Studio 2015 instead of selecting iPhone Simulator. I am working on location based Project. In order to test the current location...
View ArticleTaking Pic from camera using Plugin.Media not working.
@JamesMontemagno Getting this error "Java.Lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser...
View ArticleImage not displaying in ListView. No errors being thrown.
How would I go about displaying an image in a ListView? I've got a quite basic ListView with three separate StackLayouts, the first holding an image (that doesn't display), the following two are...
View ArticleXamarin Forms Marshmallow Permissions
Hi, I am trying to ask for location permission on Android 6 through the DependencyService. My problem is that I do not know how to handle the callback of the ActivityCompat.RequestPermissions...
View ArticleHow can I trigger an Alert from a custom view + Bindable property order qeustion
Hey all, I would like to have some help with a issue I have ran across. I am currently making my own custom numeric control by using the Entry view. The only thing is I have 2 properties: Value and...
View ArticleThe tab names are automatically capitalized.
Hello All, I am facing one issue in Tab control in Xamarin forms. Whatever, text i have given in Tab, it appears automatically capitalized. Can you please tell to fix this issue. I am testing on...
View ArticleRemove listview selection background colour.
Hi, how to remove iOS listview selection background colour? Thanks in advance.
View ArticleShould I update my Xamarin.Forms project.
Hi, I have been assigned to work on an existing Xamarin.Forms project that is using Xamarin.Forms.1.2.3.6257. When i build the solution I get some compile errors on the Xamarin.iOS project that is...
View Articleencrypt string data
Hello, I have developed my app on Windows Phone 8.1, Windows 8.1 and Windows 10 UWP and they are using an encrypt in order to protect data when they share information between devices over same LAN. And...
View ArticleHow to add some custome view which overlay whole application like for example...
I need to make some view/page/layout which will appear on same event and will be independent from the whola application. Some thing like youtube app does when user minimalize video. It should by still...
View ArticleAnyone know how to remove the blue line under Android ListView Group Headers?
Hi, has anyone successfully managed to remove the thin blue line under the Android Listview Group Headers? I've tried a number of approaches, nothing appears to work, any help would really be...
View ArticleListView Grouping Blue Line
Hi, is there any chance to change or remove the blue line under the header in a listview on Android? I've tried it without success. I have a green layout - blue doesn't looks good with green ...
View ArticleAndroid - Method 'Xamarin.Forms.Device.get_RuntimePlatform' not found.
Hi, Ive just updated my Xamarin packages to the latest version recently for all my projects (PCL, iOS and Android). PCL and iOS work perfectly fine but Android, I cannot build and deploy my Android...
View ArticleEntry text handle color
Hi, How can I change th color of the text select handle. To by more precise, I'm speaking about that: But I don't wan't to change this color for my wide application I want to tell my custom entry...
View ArticleRemove separator beneath ListView GroupHeaderTemplate?
Is there any way to remove the separator beneath the ListView group headers? I'm not doing anything special in the DataTemplate. <ListView.GroupHeaderTemplate> <DataTemplate> <ViewCell...
View ArticleListview : weird behavior on scrolling
Hi A simple page with a listview. When I scroll my list, I can scroll till the end (using my finger) but when I released the finger, it scrolls to the top. Any idea why this behavior ? Tested on iOS...
View ArticleXamarin.Forms iOS app Nib missing error after upgrading Mono and Xamarin...
As far as I know, I'm not using Nibs in my app, so I'm not sure why this error exists. I'm using Views and Xaml to create my Pages. Here is the error....
View ArticleLabel - text align right
Hi, I´m beginner. I need set priceLabel on the right. I tried property XAlign = TextAlignment.End and nothing :-(. Thanks for answer. `public class DishCell: ViewCell { public static int count = 1;...
View ArticleWhich version of SQLite to use when switching from PCL to NET Standard
I currently have a project that has a data PCL that uses SQLite.Net-PCL. When I changed the target to .NET Standard 1.5 it doesn't look like the SQLite library is compatible. What is the recommended...
View Article