The Xamarin Android Emulator is useless
Despite following all the (poorly written) advice on setting up Android emulators, the whole thing is a chore, a waste of time and still works very poorly. building takes forever. I'm running an...
View ArticleOnCreate in Preference Activity is called multiple times
I have a SettingsActivity (extends PreferenceActivty) and a LaguangePreferenceFragment (extends Preference Fragment) which only has a ListPreference. I have the header file set up and the actual...
View Articlezakariamok
hi ..i have problem widh xamarin forms how i can fixed https://f.top4top.net/p_10199sr091.png https://a.top4top.net/p_1019dp9ez1.png thenks Developers
View Articlezakariamok
Hello, when I open the xamarin forms project, the codes are red line "errors" and under the project in the sources place file Convince Nuget! and SDK! They have a problem "!"When I appeal from the SDK...
View ArticleXAML Font sizes work on iOS but not on Android
This is my XAML: <View.Resources> <Style x:Key ="windowTitleStyle" TargetType="Label"> <Setter Property="FontSize" Value ="Large" /> <Setter Property="FontAttributes" Value ="Bold"...
View ArticleHow can I scan my printers and upload them to a xamarin forms picker?
I want to scan my network devices, in this case printers help please
View ArticleLaunch Screen Storyboard Image Cropping
I've been struggling to make the launch screen on iOS behave how I want it. On Android it was no problem. Basically I have 1 large image that is large enough for all devices and resolutions. I want it...
View ArticleGet collection of Labels from a Page or Object.
I need to figure out how to get a collection of all Labels on the current page. Alternatively, I need to get a collection of all Labels that are children of a StackLayout. Any help would be appreciated.
View ArticleTrouble with AppCompatActivity
Hi, i import an .aar file into xamarin.android project who has 3 classes. One is a simple class with no extends. The second class is an activity who extends from Activity class. And the last class is...
View ArticleCustomizing pins in xamarin forms map UWP
In the example on this page: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/map/customized-pin They just customized the pins for UWP in custom renderer when map...
View ArticleLivereload problem with Reactive libraries
I am having errors below when I try to use livereload. I believe that it is conflicting with Akavache library i am using. Akavache is referencing System.Reactive (>= 4.0.0) while Livereload...
View ArticleCan't catch exceptions from HttpWebRequest after Xamarin update
Hi, I had already asked this question before, but it seems like my post got lost for some reason. After I updated everything, Xamarin, Xamarin.iOS, etc. my app has started crashing for my users (I...
View ArticleProblems with StackLayout width and text being character broken
I am trying to make an info pane with an image on the left side and the remainder being a title text with a status button in the top right: The problem that you can see there is that the button is...
View ArticleXam Android db Calls
App is in beta stages and I have not written a web service API yet. I am making SQL db calls directly thru entity framework. App is installed on a test device and the app randomly crash with unhandled...
View ArticleButton with FontAwesome and Text
How to add button with BOTH FontAwesome icon and text? I can add button showing FontAwesome icon without any issue, but not sure what to do to display both icon and text as a native button. Using...
View ArticleFont awesome icon in Xamarin forms.
How to use font awesome icon with button and other control in xamarin forms? Thanks in Advance.
View ArticleEntry Ispassword property reset when unfocus and focus
Password entry text resets when unfocused and focused again. For eg, place the 2 entry box in a page. Entry 1 is normal control and entry 2 is password control. Enter the value in password entry and...
View ArticleLibraries.android.view.InflateException:Binary XML file: Error inflating...
Hello, I am trying to wrap an Android native SDK into a Xamarin functionality. I have two .aar files, one depending of the other , which I bind each into two Android Binding projects. One of the...
View ArticleIs there a way to use x:DataType on a page with a Pickers ItemDisplayBinding?
I tried doing this and got an exception saying the property used by the picker isn't on the View Model. That is true, however, it should work since the binding in question should be referring to the...
View ArticleProfiler stops profiling with error
Profiler v1.6.4 stops profiling with error 2018-10-17 15:41:46.102 TestRig[4656:162378] error: mono_threads_pthread_kill: pthread_kill failed with error 45 - potential kernel OOM or signal queue...
View Article