Xamarin.iOS library not found for -lstdc++.6.0.9
Hi everyone, After updating to Xcode 10 and Xamarin.iOS 12.0.015, I cannot build my native Xamarin.iOS projects anymore with VS for Mac. I also updated the Command Line Tools. I get the following...
View ArticleIs it possible to convert my Xamarin Forms (android part) project to Xamarin...
Hii guys , I have a project in Xamarin Forms ,and I want to convert to Xamarin Android (the android part) , but I dont want to rewrite all the code ...Is there any tool to convert the code?
View Articlesomeone please tell me how do i keep list of objects in session
someone please tell me how do i keep list of objects for e.g List{obj1,obj2,obj3...} in session and use it in another page. As we are using Xaml.Plugin.Settings nuget where we will store only primitive...
View Articlenew Task(...) vs await - Are they equivalent?
Hi, I've read numerous posts that are providing conflicting information as to whether the async / await is actually starting a separate thread or not compared to "new Task(...)" I need to do long...
View ArticleHow to make a TextView Scroll insider a RecyclerView
I have a RecyclerView which contains different classes of items in the list. One of these is a TextView which may contain enough text that I would like to scroll it within the recyclerView rather than...
View ArticleSystem.NullReferenceException: Object reference not set to an instance of an...
I am following the tutorial on https://docs.microsoft.com/en-us/xamarin/ios/user-interface/controls/tables/populating-a-table-with-data ViewController: public override void ViewDidLoad() {...
View ArticleHow can i navigate back to the last selected TabbedPage?
Hello, I am working with latest xamarin.forms 3.2 & prism and i am using TabbedPage. When i try to navigate to any page view within the tabs, it works normally with "NavigationAsync &...
View ArticleWhere to put Google Maps API key in Forms iOS project?
Examples I've seen mention adding a call to "MapServices.ProvideAPIKey()" in AppDelegate, though MapServices doesn't seem at all to be present in the project. Am I missing a library/package?
View ArticleFileProvider throws exception on GetUriForFile
I followed the example code on the android developer reference on FileProviders but it won't work. I have setup the path files/exports/ in the file provider definition in my Manifest and the referenced...
View ArticleWebview problems
I create a webview for my application, but I'm having some problems like, I can't go to some page of the website. I'm not sure if its my webview or the website. Because when I'm trying it on the...
View ArticleHow to use nuget package available for xamarin android and xamarin ios in...
I need to integrate fitbit sdk ? How to do that with Xamarin forms ?
View ArticleUse imagens with native resolutions
Hi. I start a project in my work using xamarin.forms and prism. I create a view with a listview, follow a code: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http: //...
View ArticleFloating action button at the bottom of the xaml page
How to add a Floating Action Button At the Bottom of the page...Please anyone suggest me how to do it?
View ArticleCustomized Popup Page in Xamarin Forms
Hi , We need to implement the Popup screen with user inputs (Entry,Picker, Date Picker, Time Picker) controls. In Existing Xamarin Android application , we used "AlertDialog.Builder" to use customized...
View ArticleThe "Xamarin.Forms.Build.Tasks.CssGTask" task could not be loaded
Hi, I have installed a brand new computer and a brand new version of VS 2017 (community), I retreive my Xamarin project on this computer and when I build I got this error. I have the very last version...
View ArticleUIButton with subtitle text
How would i go about adding a subtitle (in smaller font) underneath the Title on a UIButton ? do i need to subclass a UIButton ? or is there another solution ?
View Articleaws cognito invite users
@CShipley I've being playing around with your excellent sample https://github.com/curtisshipley/CognitoForms Thank so much it is an excellent resource. I have a slightly different requirement for my...
View ArticleImproved life cycle support
Summary As one of the authors of ReactiveUI, I have found that Xamarin.Forms does not provide the requisite view life cycle hooks to enable the framework to manage the activation and deactivation of...
View ArticleHow do I resolve xamarin.forms.log::warning during linking?
I am working on a xamarin.forms app. It builds fine until I turn on linking with "Sdk Assemblies Only" in my android project properties for the release configuration. When I do that, I get the...
View ArticleMvvmCross.Forms is not installing in .netstandard 1.4
First a open new project (xamarin forms) which target was .net standard 2.0. Then I switch the target from .net standard 2.0 to .net standard 1.4, then I try to install MvvmCross.forms, but it failed...
View Article