Issue during deploy
Hi all, I am somewhat a novice with Xamarin. I've made a small application that uses a .net standard 2.0 library for an UWP-app. The library uses a nuget package to consume the EWS services of Exchange...
View ArticleHow can I use DataTemplateSelector of One Model Object for different ViewCells?
Hello Folks, I would like to ask you about one doubt. Let me give more detail about it. I have one article Model object which has number comments, number of views, number of favorites and article...
View ArticleClass has unknown base type. Binding java library to Xamarin project
I'm trying to implement the Personal monetisation service SDK( downloaded arr file from their site) to my Xamarin Forms app. I do all as it described in Xamarin manual, but the Visual Studio cannot...
View ArticleHow to user AWS Cognito to Sign-in and Sign-up users
Does anyone know how to use AWS Cognito handle user registration and sign in for a mobile app? I have been trying to find examples/tutorials online for a while now but can't seem to find anything that...
View ArticleXamarin.UI tests can't tap on any element inside Tabbed Page
Here it is a result of tree command for Android tree [[object CalabashRootView] > DecorView] [LinearLayout > FrameLayout] [FitWindowsFrameLayout] id: "action_bar_root" [ContentFrameLayout >...
View ArticleAdd Localization Resource file in Visual Studio Mac
Hi, I wan to know the steps to add AppResources file for localization purpose.. e.g. AppResources_AR and AppResources_EN in Visual Studion for Mac. How can I do that please.. Thanks, Jassim
View ArticleChange Label Color when IsEnble is false
Change Label Color when IsEnabled is false Try to assign TextColor but it is not working
View ArticleDeleting the Media file from storage
Hi, I have been using the Media Plugin to capture the photo from android device using XF. I have noticed that the files are stored in specified directory. My question is that how can I delete these...
View ArticleTabbedPage Interface
Hi, I'm new to XF and this is my first app. In my app which is TabbedPage interface I need to authenticate the user on start up and if unsuccessful I need to disable some of the tabs. Could someone...
View ArticleProblems with Entry
Personally I updated my xamarin forms in visual studio, and now the numeric keypad does not show Ponto and Virgula on Android 6 and iOS phones. Can someone help me?
View ArticleHow can i create a badge over an image
I tried to place a text over a badge, but this badge is the part of image. Then i thought that would be better to craete a badge and to put the value inside it. How can i do this(badge and value) and...
View ArticleHow to use html tags like span, bold etc in RESX file?
I have started creating a RESX file for localization and shared this file between Android & iOS. Everything seems to be working fine for me, but as part of requirement I need some part of the...
View ArticleCasting a Task> to an NSMutableArray
I'm new to Mac coding and am creating a MacOS Cocoa App and PCL model project, using SQLite-net-pcl. I've implemented KVC but am now facing the challenge of getting an NSMutableArray for binding to the...
View ArticleAttempting to JIT compile method error
Hello in my project everthing is fine about Android but, if I attempt to build the project as a iOS project, I get this error Attempting to JIT compile method 'MyApplication.App:InitializeComponent ()'...
View Articleabout --aot-only error, please help
System.ExecutionEngineException: Attempting to JIT compile method 'JPush.Bindings.iOS.JPUSHRegisterEntity:.ctor ()' while running with --aot-only. See http://docs.xamarin.com/ios/about/limitations for...
View ArticleURGENT Facebook GameRequestDialog not calling callbacks
I'm using the Xamarin.Facebook.Android package for this. The dialog displays correctly and the requests go through to the correct recipients but the callbacks never get called. I'm not 100% sure where...
View ArticleXamarin.Android.Support.v4 conflict with Xamarin.Android.Support.*
I am getting ready to add Google+ Login to my app. I installed the "Google Play Services Plus" component from the Component store. While I was at it, I updated the other two existing components in my...
View ArticleXamarin.iOS errors after upgrade
I just upgraded my Xamarin in Visual Studio and my Mac and I can not find a resolution to this error that showed up after upgrading. Has anyone else started receiving these errors when they try to...
View ArticleMoPub Integration
Has anyone successfully integrated MoPub Ads into their Xamarin Android App? If so can you please supply some pointers on how to do it.
View ArticleXamarin.Forms TimePicker with 15 minutes Intervals?
Hi! is there a way to get a TimePicker in Xamarin.forms which has only 0,15,30,45 minutes to choose? I tried using custom renderer in Android with something like this: `class MyTimePickerRenderer :...
View Article