How to Set Up Crashlytics? Any tips?
Hi, I'm wrapping up an app that I've been working on for a while. In the beta testing, a few tricky bugs pop out that would crash the app now and then. They can't be reproduced in the Simulator and...
View ArticleNo code autocompletion with Mono.Android.Support.v4 in Xamarin Studio 4.0.9...
My app builds fine, but no code completion. I have seen videos where intellisense works on VS. Any way that I can get this working with my dev setup?
View ArticleAdd a backButton on Navigationbar on ios
Hi I try to put a backbutton on my navigationbar. here is my code public SingleNewsView(News news) { this.news = news;...
View ArticleTab Host with a different view in each Tab
How Can I put a different view in each tab in a tabhost?
View ArticleBest crash analytics tool?
What crash analytics tools do people recommend for cross-platform projects? I have seen quite a few posts on using Crashlytics for iOS, but not much on Android... Right now we are working on adding...
View ArticleCrash reporting
What are people using as the "best of class" for crash reporting today in Monotouch? My research on the web is summarized as: TestFlight. Slower, no real crash reporting for app store apps, adhoc...
View ArticleAsync unit tests on Mac?
Is there way to run async nunit tests on Mac? All tests like async Task Test() are ignored, and async void Test() are non-waits and passes with OK immediately
View ArticleOnLowMemory causing a deadlock?
We've been seeing this issue for a while and I just can't get to the bottom of it. Occasionally, our app deadlocks with an ANR. When I check the logs, the main thread has this trace: at...
View ArticleCall to a rest service with json with a content type format = raw results in...
Hi, we have a set of services made available using a self-hosted .net application. to make them available to mobile, we created a new rest/json endpoints, I used the following example...
View ArticleLocal Notification Walkthrough sample problems
I try to implement startup of my app. when clicking on the notification view. I can get itr work when using var activity = new Intent(this, typeof(SplashActivity));...
View ArticlePCLs won't build in Xamarin Studio for Mac
We're trying to get a simple proof of concept app working across iOS and Android with MvvmCross using a PCL for our viewmodels, but I'm having trouble getting PCLs to build on my Mac. I know PCL...
View ArticlePushSharp registration id
Hello. How i can get device registration id in my application?
View ArticleView a PDF stored on internal memory
I am trying to work out how to view a PDF saved to the Internal Memory (my clients devices do not have SD card slots). I can save the file but cannot then view it with my "Intent" due to the protection...
View ArticleAnother Xamarin.Android 4.8.0 update?
I'm on the beta channel. I few days ago I got an updated to Xamarin.Android 4.8.0 Today I'm getting another update to what seems to be the same XA version number. Also, there were release notes for XA...
View ArticleWorking with Music Streams and keeping them running
I am working on a application that is currently being built in Android. I have spent quiet a while now separating out the .NET code from the application layer. One of the main activity our application...
View ArticleMVVMCross for WPF UI - Getting Error
I need to build a WPF UI and I am trying to use MVVMCross as the MVVM framework. I download MVVMCross binaries from github and followed the article on code project...
View ArticleMissing minimum Android version to target (3.2 - API13)
Why or how can i set Minimum Android to target in VS or Framework to target in XS to Android 3.2 (level 13)? There is no such entry in drop down list. Does MonoAndroid have v3.2 framework at all?
View ArticleHow use Scrollable Tabs + swap
I'm trying to create an application with menu tabs like Google Play: But for now, just got result like this here: I'm use this sample: http://docs.xamarin.com/guides/android/user_interface/tab_layout...
View ArticleDebugging with Xamarin.Android 4.8
If I compile my app in Debug or Release mode everything is fine with 4.8. However, if I try to debug through Visual Studio 2012 I get the following error early on in my application. I tried modifying...
View Article[Alpha] System.PlatformNotSupportedException:This platform is not supported|...
Hello, I'm trying to have Tasks working under Visual Studio 2012 with MonoTouch. I'm using ALPHA channel and have the latest releases installed. There are 3 projects in solution: 1. PCL (158 target...
View Article