How to get location coordinates instantly and in indoors also.?
I want to get location to show in map but location is not working in indoors and where it works,that laps too much time so plz give me solution.
View ArticleUpdating my Custom Listview
I want to update 1 single item in my custom listview. F.e. Amount This is how I create my Listview mListView = FindViewById<Android.Widget.ListView> (Resource.Id.listView1); mItems = new...
View ArticleDeploy a database with an application
I would like to deploy a pre-created database with my application. I've thought/found two methods of doing so - add the database as an embedded resource meaning I put it only in the PCL project, or...
View Articlescrollable gameScene
Hy guys, I'd like to have scrollable CocosSharp gameScene in Xamarin Forms. I have a Contentpage wich is split in two halfes by a grid. Inside the upper Grid is the CocosSharp gameScene. The problem is...
View ArticleHow can I customize the color in switch?
I'm using xamarin.Forms and want to customize the color of the switch? I found on forum to customize the switch but it seems to be not working. Below is the code : [assembly:...
View ArticleHow to achieve a custom listview in xamarin.android ?
i need a custom listview of items where for each item in listview there are sub-items , please see the attached picture for reference, how can i achieve this in xamarin.android ?
View ArticleHow to get value in Spinner control ?
I have created a Spinner control in which few values are entered using string-array in String.xml. Now when I load a activity with Spinner and select any item, that item's value is redirected to...
View ArticleSubMenus
Hi, Any possibility of creating submenus with Master Detail Page in Xamarin Forms. Our requirement is to create sub menus which can extend upto 2 levels. Any sample will be appreciated.
View ArticleTableview - disallow row selection
I have a tableview which I'm using for a settings page. This tableview contains a row with a switch. I would like to disable the selection of the row containing the switch, while keeping the switch (or...
View ArticleXamarin Forms and background service without lauch the app
Hi guys, I have a question. My Xamarin Forms app has a background service for geolocalization an user. When the app starts, it starts at the same time the background service (for all platforms) as...
View Article[Forms Android] - Tabbed page on 4.1 causes Resource ID not found crash
I've been going around this issue for a couple of weeks. Basically any app with a Tabbed Page on Xam Forms > 2.1 causes a crash on Android 4.1.x. If you downgrade to 2.1 then this crash goes away,...
View Articlehow to change the default template of a blank Xamarin.Forms app?
i wanted to change permanently the default Xamarin.Forms blank app that launches when i create a new app because i want to upgrade the nuget packages only one time not updating to the same version...
View ArticleBest SQLite.net PCL to use with Xamarin?
I'm new to this and was wondering what's the best SQLite.net PCL to use? My solution consists of 3 different projects: WP, IOS and Android version. The only thing these 3 projects share are the PCL...
View ArticleCustom Time Picker Dialog
Hello, This code is not working on my device but it works on my device emulator. Java.Lang.Class classForid = Java.Lang.Class.ForName("com.android.internal.R$id"); Java.Lang.Reflect.Field...
View ArticleiOS Deployment Target issue - iOS SDK version not available. Highest iOS SDK...
So I have updated Xcode yesterday to 8.3 (8E162) on the remote Macbook, since that happened, The only option showing up in VS on my windows developer machine is 10.3. I need to have the app available...
View ArticleAuthentication with SAML2
Hello everyone, in my application I've to change the login interface to implement an authentication in SAML2 for a customer. If there are plugins to do this or APIs to use? Can anyone help me? Or had...
View ArticleCross-platform with Bluetooth
Hi I'm an old Android developer, and haven't really touched mobile development for a couple of years. Lately at work, I've been asked to implement a mobile application to talk with a microcontroller...
View ArticleWhy in the xamarin never leaves beta world do I always have nuget update and...
Hello again and again... Does anyone have any idea or straight Approach how to solve the nuget Problems with UWP? SkiaSharp does not install -> error sqlite-net-pcl does not update -> error...
View ArticleHeight of a WebView
I have a StackLayout with a WebView followed by some other controls. The WebView should be as high as its contents. Unfortunately the WebView doesn't occupy any space at all unless I set its...
View ArticleAdd outlet problem
I'm trying to bind a label with its codebehind file, but it just lets me add an action. It does not give me the option to select outlet. I am following the documentation tutotial. That could be...
View Article