Is possible to align image on the left in the barnavigation?
I did this <ContentPage.ToolbarItems> <ToolbarItem Name="icoImage" Order="Primary" Icon="person.png" Priority="0" /> </ContentPage.ToolbarItems> i have this see that person.png is...
View ArticleMix Xamarin.Forms pages with native screens
Can a Xamarin.Forms project (e.g. Xamarin.Forms Portable) be mixed with native View Controllers/Activities? How is that done? Normally you init the Forms and load the application (e.g....
View ArticleSOAP Action parameter is missing
I'm trying to consume a web service that uses Soap 1.2. Added the WSDL reference and using VS-generated proxy class: var client = new MyApp.Droid.MyWS.AuthService(); var response =...
View ArticleAsk permission for receiving SMS
I have a Xamarin.Android project with MVVMCross. I need to receive SMS. But at first, I should create the request for the user and show popup window for the confirmation. So, at first, I add the...
View ArticleProblem With EF Core.
Hi, I using ms Visual studio 2017 and Xamarin.Forms with .Net Standard Strategy, it works Well and it Deploy On My Phone(Samsung SMA7 2017) Android Version 7.0, but it Won't Run Exactly When I Add EF...
View ArticleCheck for Updates within App
I am currently converting our app from Xcode and Swift to VS and Xamarin and need the ability to check within the app for updates. Previously I used a CocoaPod called iVersion that would check our...
View ArticleGuidelines required on Xamarin time profiler
Hi, I tried Xamarin time profiler for profiling a xamarin android application. But the results seem to be weird. I profiled the following code snippet. void TestMethod() { //Stopwatch stopwatch = new...
View ArticleSolved - Is there .NET Standard support for Xamarin Forms into VS for MAC?
Is there .NET Standard support for Xamarin Forms into VS for MAC? I find PCL and Shared.
View ArticleAfter Selecting Listview App is Crashed
Select Item After Adding List Item, then App is Chrashed What can i do plz help Code Behind List ss; public AddMenuPage() { InitializeComponent(); ss =new List() { "one", "Two", "Three", "Four",...
View ArticleThe ComputeBundleResourceOutputPaths task was not given a value for the...
Sorry for my English, I know he's no good. I would like your help in solving this problem that is occurring every time I create a new project. Here is the result: The ComputeBundleResourceOutputPaths...
View ArticleUnable to open storyboard file in Visual studio 2017
Hi I am opening .storyboard file in Visual Studio 2017(Connected to MAC machine via notwork). Storyboard file not opening and showing message in log The iOS designer can only open layout files in an...
View ArticleProblem TapGestureRecognizer in cell listView android
Hi, i've a problem with android devices and tapgesture for the items inside the cells I have a code like this: `<ViewCell.View> <Grid BackgroundColor="White"> <Grid.Padding>...
View ArticleBreak on Exceptions settings?
Where did they go? I can no longer find where to toggle break on exceptions on or off
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 ArticleXamarin Forms Telerik RadListView not poplutaing data
I am facing this issue , i have tried many things. <telerikDataControls:RadListView.ItemTemplate> <telerikListView:ListViewTemplateCell.View>...
View ArticleTypeLoadException using telerik
Hello iam using telerik controls in a cross platform project,any telerik object i put into my xaml code i get a TypeLoadException at the 'gauge1 =' line in the MainPage.xaml.g.cs file.Is it not...
View ArticleCan we change the position of "displayactionsheet" in xamarin forms
It is showing in the middle of the screen.
View ArticleExpandable Listview
there are several views in my general layout, my listview is in the middle, what properties does it need to have in order to be able to show all it's contents when I add a new data to it. tried...
View ArticleLoad ContentView Content From Binding
As outlined by ClintStLaurent, Here in the 30th post; forums.xamarin.com/discussion/85773/how-to-create-a-static-header (Add Http: as I can't post links) It's possible to have a persistent navigation...
View ArticleXamarin.Mac signal handling
Hi, I'd like to manage Signals, so the application does not just crash and leave users in the dark. I've been looking at PLCrashReporter which seems to do what I'd want, with one issue. As pointed...
View Article