Play Video Pcl project
Hi, I am trying to play a video from a pcl project using this tutorial https://blog.xamarin.com/play-audio-and-video-with-the-mediamanager-plugin-for-xamarin/ But I can't seem to make it work some how
View ArticleRotate skbitmap image
How to rotate SkBitmap image in IOS and android using xamrin code.
View ArticleNot able to insert data into Azure easy table. Sync is not working. Please Help!
I am pulling my hair out at this point. I have been working and debugging the code for 4 days but I can't figure out why data isn't inserted into the easy table. Below is my code, and note that...
View ArticleAny solution for OAuth FB/Google without webviews
Hello all, I'm developping an app in which I'd like the user to log with fb or google account. So far I've been using Xamarin Auth which provides a OAuth authentification with webviews. As I want to...
View ArticleXamarin.Auth AccountStore.FindAccountsForService() Goole login without webview
I am using Goole login without webview ....How to get Account account = AccountStore.Create().FindAccountsForService("AppName").FirstOrDefault(); FindAccountsForService() returns zero accounts.
View Articlecannot convert from 'Android.Content.Context' to 'Android.App.Activity'
Hi, I'm implementing authentication in a Xamarin.Forms app by using https://developer.xamarin.com/guides/xamarin-forms/cloud-services/authentication/oauth/ and my OAuthLoginPresenter is like public...
View ArticleThe deal with Signature Pad
I tried to install the "Signature Pad" component, but when I tried to in Android this message pops: Adding SignaturePad.Xamarin.Forms.PCL... Attempting to resolve dependency 'Xamarin.Forms (≥...
View ArticleXamarin.Forms with Xamarin.Auth on Android/iOS
Hi, I am an experienced developer, but a Mobile n00b trying to find my way into this Mobile jungle. I am hoping to find some help to guide me in the right direction. I have searched in circles for a...
View ArticleSignature Pad 1.4.0 runtime error Java.Lang.NoClassDefFoundError
Hi All, I have recently upgraded the Signature Pad component in my XF project from 1.3.8.0 to 1.4.0.0. Although local release mode deployment of the Android project was successful, at runtime the app...
View ArticleSignature Pad Droid. Resouce Designer issues.
Hi, I was just dabbling with the Signature Pad, to have it implemented in a PCL project. That uses Xamarin forms, Here is what I did so far: I installed a nuget package Acr.XamForms.Signature Pad in mt...
View ArticleSignature Pad in Android via Custom Renderer approach
I was able to use the Custom renderer approach, in Xamarin forms to display a Signature Pad on the iOS platform. I used this tutorial for that:...
View ArticleWhy does a single click also trigger a long press? How to prevent it?
Hello! I want to handle two events. I want to handle a single click to my Xamarin.Forms.Image and a long press. Unfortunately Xamarin Forms does not support long press gesture that I need to realize it...
View ArticleNeed help with Signature Pad for Xamarin forms
Hey guys, I have used the signature pad component(nuget) [https://components.xamarin.com/view/signature-pad] for XForms. The github sample: https://github.com/xamarin/SignaturePad consists of multiple...
View ArticleAnyone tried Amazon's Polly ?
We are looking up different Text To Speech Engine (TTS) for a client and I stumbled on AWS Polly. It looks sweet in the demo page, but I have some concerns about it's integration. Anyone tried the...
View ArticleHow to open other apps from xamarin forms
How to open other apps from xamarin forms ? or How to open other apps from xamarin forms apps
View ArticleAdd support for WPF (Windows Desktop) in a Xamarin.Forms solution
Tutorial Overview In my latest tutorial we will create a cross-platform solution with Xamarin.Forms that includes WPF (Windows Desktop) as a target....
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleXamarin.Forms project build failed
Hi all! I've just installed VS 2017 and tried to run basic Xamarin.Forms application on my Android device (Android 7.1), and i got the following error message: "java.exe" exited with code -1073740791....
View ArticleLinked Assemblies
Hello , I had implemented the Xamarin.Forms.GoogleMap and FCM Packagee in my Xamarin Forms project some how using multi Dex and Progaurd I have successfully implemented in the Debug mode but while...
View ArticleText aligment and color in SwitchCell
I am using a Xamarin.Forms.SwitchCell on an Android application to allow user to toggle configuration settings. Is there a way to set the text color and alignment of the text in the Switch cell? The...
View Article