Same control UI in all platform using Xamarin.Forms
Is there any package available for xamarin forms control that UI will be same in all platform? and third-party package available for control.
View ArticleGet Value from Jagged Array to View Model
How could i get value "KLM" as showed in pic below from other class to my View Model Class
View ArticleHow to show entry border onFocus?
Here i am using this code for setting entry border using renderer: protected override void OnElementChanged(ElementChangedEventArgs<Entry> e) { base.OnElementChanged(e);...
View ArticleLook for example of xamarin form dish dishes on smartphone with SQL Server...
I'm looking for examples of xamarin form dishes on smarphones like cafes, restaurants, ... or example xamarin form that connects SQL Server data and output to listview, do you have share code for me ?
View ArticleError inflating PreferenceScreen
Hello there, I have a problem using PreferenceScreen, I got Android.Views.InflateException: Binary XML file line #1: Error inflating class android.support.v7.preference.PreferenceScreen My goal is to...
View ArticleHow to create an settings screen for our application provide an example?
Hi All, I'm to mobile application development,also xamarin android.I'm developing an application where I need to create the setiings screen based on those settings the app will decide either it has to...
View ArticleDoes Xamarin apps developed using Xamarin.forms support Blackberry devices...
Does Xamarin apps developed using Xamarin.forms support Blackberry devices running on Android OS?
View ArticleWant to iterate all items of Outline view.
I am using the following code to traverse the outline view tree structure. for (int i = 0; i < outlineView.RowCount; i++) { var item = (MyClass) outlineView.ItemAtRow(i); } But not able to traverse...
View ArticleHow to upload/download files from OneDrive in Xamarin Forms 3 App
I am developing an app with xamarin forms 3 where I need to upload and download files from OneDrive. I can't find any solution to this problem. I googled a lot but any solution based on Graph or...
View ArticleError at Android.Widget.ImageView.SetImageDrawable
Hello i have the following error message throught Device Log : at <0xffffffff> at (wrapper managed-to-native) Java.Interop.NativeMethods.java_interop_jnienv_call_nonvirtual_void_method_a...
View ArticleXamarin forms with .netStandard 2.0, can't reference Core
I can't reference my Interfaces from my .Core project to my Android Project and I don't understand why... I created a new solution with Visual Studio 2017 in Xamarin.Forms with .Net Standard lib. And...
View ArticleGenerate Random number
Hello, how to generate a random or sequential number in an entry. I have the code but it did not work. \CODE Random generator = new Random (); String randomumber = generator.Next (100000, 999999)...
View ArticleXamarin Android MIDI APIs not documented
Although iOS MIDI APIs are well-documented, there is nothing on the android.media.midi library. We can of course use the Google docs but it would be convenient if the C# APIs were documented on this...
View ArticleUncaught Exception when using plugin.media
I get an Uncaught Exception Cannot throw 'Plugin.Media.Abstractions.MediaPermissionExceptions' on thread... (im using live player can see the whole massage) I followed a video I have also given...
View ArticleSave images and Formatted Text
Hi Forum is it possible to save formatted text and images in xamarin
View ArticleDisplaying data from sql
Hi Forum may I ask how to display sql data directly into ListView? I know its a bad practice and it is supposed to be through webservice but in this scenario I have to pull directly from sql and put it...
View ArticleCustom Renderer Entry Numeric to Text
Hi, I currently have this custom renderer for my entries, but all my entry keyboards change to numeric when I use this. How do I prevent this? <br /> [assembly: ExportRenderer(typeof(Entry),...
View ArticleXamarin, Moving images with Zoom in using Buttom
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.Graphics; using Android.Graphics.Drawables; using...
View ArticleUnhandled Exception: System.TypeLoadException: Could not resolve type with...
Anyone having or ever had an issue with installing Xamarin Forms 3.0+ (or another version) and then the app starts crashing on the .init(..) line in the android activity on start up. I am creating a...
View ArticleIssue with Android BluetoothLeScanner
The issue I'm having is that when the date time is wrong on the tablet (e.g wrong day set) and there is a Wi-Fi connection, the scanner is unable to discover any devices. Is this intended? As soon as I...
View Article