How do I find out why my build (for iOS/ipad) takes such a long time?
I am developing an app for WinRT and iOS (ipad). Most of the time I test/debug using the WinRT version, since I am developing on a Windows machine. From time to time, I need to test my app on the iOS...
View ArticleError: cannot convert from 'object' to 'Android.Content.Intent' error at...
After updating xamarin.auth nuget to 1.4.1(Previous-1.3.2.1) ; It is showing cannot convert from 'object' to 'Android.Content.Intent' error at StartActivity. Please help if anyone knows how to solve...
View Articleissue while adding the android project as reference to portable project.
while adding the android project as reference to portable project it is saying reference could not be added, it causes circular dependency, I have one view in android project and needs to be call from...
View ArticleXamarin android installing problem in mac
I have just downloaded visual studio for mac. I straggling to install android platforms in my mac. Tools> SDK manager > Platforms > select api 25 , installation starts, it shows me downloading...
View ArticleAd mob's Ad issue with iOS 11
Hi All, I am facing issue with my Ads on iOS 11. I have a Xamarin.iOS project with Ad Mob Ads. Ads are showing on all iOS devices including iPhones 7s with previous OS version. But not showing Ads on...
View ArticleNavigation issue
Hi, everyone! I've got an application on Xamarin.iOS with couple of ViewControllers. It's logic is like: ViewController A => ViewController B => TableViewController C => TableViewController D...
View Articlexamarin android device monitor ?
Hello all, i have vs 2015 installed on my windows 10 all works fine ... this morning i've try for the first time to use android device monitor by clicking on the icon but nothing happens ... i receive...
View ArticleHow can I reuse custom renderer to another Xamarin Form's project?
I have write a custom render to Solution A. project A, item: BaseEntry.cs project A.Droid : BaseEntryRenderer.cs project A.iOS: BaseEntryRenderer.cs If I want to reuse the baseEntry to Solution B. I...
View ArticleNeed help with Signature Pad for Xamarin forms
Hey guys, I have used the signature pad component(nuget) [https://components.xamarin.com/view/signature-pad] for XForms. The github sample: https://github.com/xamarin/SignaturePad consists of multiple...
View ArticleVisual Studio for Mac hangs while trying to open Application Output
Did anyone face this issue? I cant use Application Output now in Visual Studio for Mac, because Debug process hangs every time. Without opening Application Output it works.
View Articleconvert Reachability class to PCL
I have this class to check internet connection , how can I move this class to my pcl public enum NetworkStatus { NotReachable, ReachableViaCarrierDataNetwork, ReachableViaWiFiNetwork } public static...
View Articleget wifi on/off status - iOS
Using Xamarin.iOS or Xamrin.forms, is it possible to check if the Wi-Fi is enabled? I just want to check if it is on or off. Any help would be appreciated.
View Articlexamarin android device monitor ?
Hello all, i have vs 2015 installed on my windows 10 all works fine ... this morning i've try for the first time to use android device monitor by clicking on the icon but nothing happens ... i receive...
View ArticleXamarin.Auth with Google Drive API - How to start a DriveService with...
On iOS, I am trying to use Xamarin.Auth and the Google Drive APIs and I’m having trouble creating a Google Drive service with stored credentials. I’m using Xamarin.Auth (1.5.0) and the Google Drive API...
View ArticleWhats going on inside this ListView?
I have a ListView that when I click on an item inside it, a dialog fragment appears with a Save and Delete button. Everything works, and it updates the adapter correctly, removing or updating the items...
View ArticleUITableView's cells don't shift each other - overlapping instead ?!
I've faced really annoying problem Let's say I have layout which consists of UITableView Table gets populated with custom cells (see image 1) https://s18.postimg.org/d5hh4tzxx/image_1.png Custom cell...
View ArticleGetting Error: java.lang.IllegalArgumentException: already added :...
Getting error "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Error: java.lang.IllegalArgumentException: already added :...
View Articlecrash with java.lang.Outofmemoryerror. Help!
i have followed the tutorial "Take a Picture and Save Using Camera App" i now have my app setup to try multi photos. so when i take 4 picture with the camera its then add each picture to imageView1,...
View ArticleOut of memory when loading picture taken
I'm building an app where I need to take a picture and display it. I followed this tutorial to get me started: take_a_picture_and_save_using_camera_app. However I'm having a weird problem, the first...
View ArticleWhy does my master detail page have 2 navigation bars?
Hi, Im using xaml for my master detail page and other pages however when i run my app i seem to have 2 navigation bars present and one doesnt have any items. help please. Master detail page code `...
View Article