Xamarin Forms w/ .NET 2.0 Standard - Play Background Audio?
Is there a way to play Audio (and background playing) Files in Xamarin Forms with code in the .NET 2.0 standard project? Without coding each iOS or Android platform specific? Thank you.
View ArticleInvalid IL Code
Hi All, What would cause me to get exceptions like this? Invalid IL code in (wrapper dynamic-method) object:lambda_method (System.Runtime.CompilerServices.Closure,MC.Clio.TemporaryDocumentStorage):...
View ArticleCan i load other page inherited from tabbedpage inside mainpage
I'm having some difficult to run Mainpage because it inherits from TabbedPage. For example, to create a menu(Hamburger Menu) i'm having difficult, to show NavigationBar. Then i thought is there how to...
View ArticleHelp with Scalling Image
Hello. I have a problem with the bitmap merge. Where did I make a mistake? The image simply does not display in ImageView. ShowExample.Click += (e, o) => { LayoutInflater inflater =...
View ArticleConditional effects and gesture recognizers in Xaml
If there's not a way to do this in Xaml, it's not the end of the world, but I'd love to be able to clean up the code-behind a bit. I have a Person class that has things like Name, Email, StreetAddress,...
View Articlehow to send notifications to selected lcoations
hello eveyone. i am building an app, that connects users according to their location. for example, a user can define a location and send a notifications to other users in the same location. i have...
View ArticleERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced
I am deploying my xamarin forms ios application in apple store.While deployment i am getting errors as follows.Any one please help me to get out of this issue.It is very important for me. This is the...
View ArticleIcon in the navigation bar in the TabbedPage
See below my App running below is the Login Page code public void Login_Clicked(object sender, EventArgs e) { LoginService svc = new LoginService(); LoginRS res = svc.Login(txtUsuario.Text,...
View ArticleWP8/Android/IOS HttpRequest GetRequestStreamAsync never returns
I am trying to call makeRequestNotRight from iOS, Android and WP8 and doesn't work, but this very same code works fine when running in Windows directly. It just hangs and never returns a result. i...
View ArticleHow to add new API levels to Visual Studio Emulator for Android?
Hi, I just upgraded from API 23 to API 24, installed all the JDK (1.8) requirements and am able to build my project when targeting the latest API. The problem? Well, I don't have any devices in my...
View ArticleSuppress Xamarin Android manifest build warning XA4211
X-Post from StackOverflow http://stackoverflow.com/questions/42090906/suppress-xamarin-android-manifest-build-warning-xa4211 I would like to suppress Xamarin build warning XA4211 from my build process:...
View ArticleXamarin Andriod Bluetooth -> Socket's behaviour
I have an issue regarding Xamarin, Bluetooth via Andriod. When creating a socket when connecting _socket.IsConnected is always true I'm storing the MAC address to the latest connected device and is...
View Articleis there any way to compress video file before we upload to server
as when we use iphone 6 to record video, there is 130MB /min, we have a program need user can record 5 min video, so nearly 600MB . is there any way or sdk avaible in mobile client so we can use to...
View ArticleHow do I launch my app only for iPhone, not for iPad on the App Store?
how configure the targeted device family(xcode) in xamarin. i want my app run only iphone, not ipad.
View ArticlePDF viewer - iOS and UWP issues
Hello all, I am implementing PDF rendering into my app using the following Xamarin tutorial - https://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/display-pdf/ At the moment only...
View ArticleiPhone X navigation bar background image
I've been setting the nav. bar background image in my app. It has been working fine on all the different phones and os versions until iPhone X. On this phone the image appears to have been doubled:...
View ArticleProblem with auth
Hello everyone! I have problem. I create new android app, try auth on my account and I see the problem "Xamarin.Components.Ide.Activation.ActivationService.GetErrorWorkflow(LicenseSyncResult[] results,...
View ArticleMapKit MKpolyline very slow
I'm in the process of developing my first app, I'm using MapKit and MKPolyline to outline a route around the coast of Ireland, however, the way I'm doing it is taking way too long to render approx...
View ArticleXamarin Forms Entry Suggestion from API
Hello, NOTE: Unfortunately, i am unable to post links as i have just joined the forum. I am new to Xamarin forms and i am stuck on a problem. I want an autocomplete to suggest items to a user entering...
View ArticleNew Xamarin form project have packages conflicting and cant compile. How can...
Each time I try to create a new xamarin forms project, errors like this appears. Error NU1202 El paquete Xamarin.Android.Support.v7.CardView 25.4.0.2 no es compatible con monoandroid60...
View Article