Problem with Android Oreo and VS 2017
The same project was compiling, debugging, and running fine. However, after Verizon upgraded my Google Pixel to Oreo (8.0), I can't debug anymore. Debug output: Android application is debugging....
View ArticleGet the default app color
I made a simple popup that displays above current page and since I was working only on one mobile(device emulator) at the time I set up colors so I can see this popup. It was transparent by default....
View ArticleInternet Connection Status & Network Change Receiver in xamarin.forms by...
I want to show internet status in a message with the help of toast using broadcast receiver.when user turn on mobile data or wifi then message should be show that wifi enabled or mobile data enabled...
View ArticleProgrammatically hiding soft keyboard does not show it on the next tap on...
I have an entry which is focused on appearing event and hiding soft keyboard by calling platform specific service like: InputPane.GetForCurrentView().TryHide() for UWP and var imm =...
View Article[ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Metho
how to solve the error
View ArticleLocal notification - resume app on tap in Android
Hi I'm creating a Xamarin Forms app and currently I'm struggling with Android implementation of local notification. What I want to achieve ist that when I tap the notification from my app it gets...
View ArticleHow to set Launch screen and App Logo/Icon in Xamarin.Forms (iOS) project ?
Hi, I have .png files for logo and launch screen. I need to set them for ios project. Can somebody tell me how to do this ? Thanks
View ArticleUnit Testing Debugger - Change Iphone Model
Is there a way to change the iphone model for the unit testing debugger? It seems the only one that shows up is iphone se.
View ArticleHow to create a cross platform map page with Pins and click events using the...
I have been trying to create a map UI using Xamarin Forms aiming Android and iOS , using OSM. Implemented using the below https://github.com/charlenni/OsmSharp.Forms. Able to get the Map successfully...
View ArticleTimePicker with 24 hour format dialog
Hi. How to set TimePicker show with format 24h for TimerPicker dialog? Format property of TimePicker is working for text entry and not for Timepicker dialog that popped. Tested in Android.
View ArticleListView Itemssource property is not updating changes to an observablecollection
In the following code im binding Records form a viewmodel , which is using an observablecollection , im also raising the inotifypropertychange, , now i have a button setup which uses the...
View ArticleXLabs IoC resolver being set twice... InvalidOperationException
Hi everyone, I'm getting a weird behavior with the XLabs Resolver that I can't seem to understand what's happening... In the OnCreate method of my MainActivity class (PCL project), I'm setting up my...
View ArticleOn Droid, how to avoid SoftInput.AdjustPan | SoftInput.AdjustResize resulting...
On Android using XF, if we use WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.AdjustResize)] or the programmatic equivalent, the page will scroll as required, but the title, back button and...
View ArticleHow can I databind an image using XAML?
How can I databind an image using XAML? Specifically, I have a stream object that I would like to convert into an image. However, I just cannot find a basic example of how to do this. What does the...
View ArticleNewly created pages just sporadically stop working. Solution doesn't compile,...
So I’ve been working merrily for a few weeks on an App and all has been OK. Today I’ve had nothing but issues and now I’ve hit a total roadblock. My solution now has 227 errors across the three pages...
View ArticleHow to implement voice to text
I am working on a cross platform project and I would like to add simple speech to text into an entry element for user to comment by voice instead of typing. I do not know specifically yet which library...
View ArticleXamarin.Froms speech recognition with speech-to-text on Android, iOS and UWP
I am working on a Xamarin.Forms application for speech recognition (Speech-to-text on Android, iOS and UWP). I have tried using API.ai as a universal solution, but they can at this point not deliver...
View ArticleHow to implement speech to text feature in Xamarin.Forms
Hey, i am trying to build a app with the microphone icon on the side of Editor control in Xamarin.Forms. I want the user to click on that microphone so that user can speak and the text will come as...
View ArticleHow Do I set up a Prism Application in Visual Studio for Mac?
Hi all, I'm interested in using Prism both for the Mvvm and Navigation capabilities. I'm following along the "Getting Started" guide at the Prism Library documentation website and I'm running into an...
View ArticleGet camera focus distance?
I haven't tried yet but it seems like there's a way to get the focus distance in Android...
View Article