Xamarin is a software company, which is created by the engineers behind Mono, MonoTouch, Mono for Android, MonoMac and Xamarin.Mac.

learn more… | top users | synonyms

1
vote
1answer
11 views

MvvmCross: What is the best way to get the selected item from an MvxListView in android?

I'm using MvvmCross v3.06 and I've defined a MvxListView in android which is bound to a list. I can see the list but can't work out the best way to get hold of the item that is selected when I click ...
0
votes
1answer
26 views

Label in custom cell is null when populating UITableViewController

I'm using Xamarin.iOS to build an iOS app. I'm using a storyboard and have created a UITableViewController with a grouped table using custom cells. The cell contains a label to which I want to assign ...
1
vote
1answer
12 views

MvvmCross: Error with JSON in SimpleRestService.cs

I'm trying to run through Lesson 6 in N+1 Days of MvvmCross but cannot get the SimpleRestService to work. 05-22 16:14:38.156 I/mvx ( 2849): 40.20 Problem creating viewModel of type ...
0
votes
1answer
31 views

Is Xamarin.Social open source?

Xamarin.Social is available as a component, but I can't find its source and the license disallows decompiling it. I was hoping to fork it to use with my project. Is there no publicly available ...
0
votes
1answer
11 views

Subscribing to MvxMessage from Android Client

Using Xamarin and MvvmCross, where in an Android Client View do I subscribe to messages from the Core project, I tried this code which doesn't get executed: public HomeView(IMvxMessenger messenger) ...
0
votes
2answers
21 views

iOS custom collection view cell in Xamarin

I am trying to use Xamarin.iOS. Everything makes sense until I get to customizing UI. How would you create a collection with customized look and feel for the collection control and it's cell controls? ...
1
vote
2answers
22 views

Mono.Data.Sqlite.dll compatability with SQLite.Net

I built the core logic for my app using a console application in Visual Studio using SQLite.Net, I thought I was simply going to be able to switch out the using statement from using ...
0
votes
0answers
15 views

Xamarin.Mobile iPad Camera Size

I'm developing an app specifically for the iPad using Xamarin Studio. One feature is to take a picture using the camera so naturally I'm using Xamarin.Mobile. Currently when I invoke the ...
0
votes
0answers
52 views

async / await in .NET 4.5 PCL targeting Mono for Android?

I'd like to make a Portable Class Library (PCL) version of a .NET 4.5 library capable of targeting Mono for Android. This library also makes heavy use of async / await. I understand that the latest ...
0
votes
1answer
40 views

Return JSON in Xamarin.iOS

I am trying to run a sample WebRequest to return JSON data. I keep on getting XML response. any idea why? this.btnGetCoordinates.TouchUpInside += (sender, e) => { var rxcui = ...
1
vote
1answer
29 views

xamarin support in Add Portable Class Library dialog

What are the steps required to make the two items available in the Add Portable Class Library dialog?
0
votes
0answers
28 views

How can I resolve “No resource identifier found” for attributes in my Android project?

I'm trying to implement a simple GridLayout in Xamarin Studio, as outlined in this example: ...
0
votes
1answer
25 views

Is it feasible to extend Xamarin.Auth or Xamarin.Social to support native iOS 6 login with fallback to Safari?

We have an app that uses Facebook SDK for logging in. We support iOS 6 native login, with fallback to Facebook App and Safari. We're adding Twitter support soon. We also want to implement iOS 6 login ...
0
votes
1answer
14 views

Testing ViewModels in MVVMCorss

I have just started working with MVVMCross for a cross platform app and I am having a hard time figuring out how to test my ViewModels. I tried following the testing done in TwitterSearch and ran into ...
0
votes
1answer
16 views

Xamarin: Unable to add HotTuna.StarterPack

I am trying to install the MVVMCross.HotTuna.StarterPack on my Xamarin (Mac) Solution using the NuGet, but i ain't successful. The package was installed in the Xamarin.Android project successfully but ...
2
votes
1answer
24 views

Show view from non-view/viewmodel in mvvmcross

What is the correct way to open a View in mvvmcross from a non-view? From within a viewmodel we would use ShowViewModel<>(..). Specifically we are responding to a push notification opening the app ...
0
votes
0answers
31 views

iOS implement pathfinding/collision detection using the GPU, not the CPU?

I'm developing an iOS game. I've successfully implemented A* pathfinding and a basic collision detection. The pathfinding works great, but the collision detection I implemented proved to be a little ...
0
votes
1answer
31 views

Xamarin serial port comms support

I can't seem to find the answer to this anywhere in their docs. We are considering using Xamarin for an business app that will need to interface over RS232 with an external device. The first version ...
0
votes
1answer
22 views

No IPA file found when building with Visual Studio

I'm developing my project in Visual Studio 2012 using Xamarin Monotouch. I choose profile Ad-Hoc, specify signing information (provision profile, identity etc) and build my project. But I see no IPA ...
1
vote
0answers
29 views

Xamarin : using native libraries exception recived

So I am new to Xamarin and android development , i have created a shared library that is written in C++ , compiled under armv7eabi (using Atollic GCC) , but i am having issues using the shared library ...
1
vote
1answer
17 views

MvvmCross: Android Application attribute

When using MvvmCross for Android, where is the actual Application object normally used by Android? This object is not always needed unless you want to customize the tag in the manifest. Mono for ...
0
votes
2answers
30 views

Compress an iPhone image before upload [duplicate]

I have the following upload code, which is called after a users selects an image from their photo album: public void Picked(object sender, UIImagePickerMediaPickedEventArgs e) { ...
2
votes
1answer
41 views

Creating a PCL that targets Monodroid

I am looking at the shiny MVVMCross project, specifically the N+1 days of MVVMCross series, and I notice that @slodge creates a PCL that targets Mono for android and Monotouch (at 1:10). I have ...
0
votes
0answers
11 views

Xamarin pressing UIBarButtonItem Done sometimes null referencing the UITextFields?

I have an edit form in which there is a UITextfield that should be handled when pressing the Done button. For some reason the screen handles the text field the first time but not if i open the screen ...
1
vote
1answer
38 views

MvvmCross: Application wide view model?

I am loving MvvmCross so far, but I am new to the MVVM technique. MVVM seems to center around the View and ViewModel and navigating between them. However, what about application-wide model items? ...
0
votes
0answers
132 views

Xamarin Studio 2 - latest stable update - Error executing task Aapt: The source sequence is empty

I am using the trial version of Xamarin Studio for my final year project consisting an android application. Everything went smooth initially. But today right after updating to the latest stable ...
1
vote
0answers
36 views

Xamarin Studio: Show all classes and class members used in a project

I have been told that Visual Studio has a feature that shows you all the classes and class members you used in your solution. Is there a way to do something similar with a Xamarin.iOS app in Xamarin ...
1
vote
1answer
34 views

MvvmCross: How to navigate to something besides a ViewModel?

What would I put in my MvxCommand to navigate to a simple URL? All mobile platforms have a mechanism to ask the OS for an Activity or ViewController that can display the contents of a URL. How would ...
1
vote
1answer
54 views

keep getting this error when compiling xamarin android (mono for android) app

When I compile one of the Android code samples from Xamarin I get the following error on compile, what can I do to fix it? C:\Program Files ...
0
votes
1answer
73 views

How does Xamarin for Android (Mono for Android) compare to native Android development?

I've recently chosen to learn C# and develop mobile apps using C# on Xamarin. Particularly for Windows Phone and Android development. I know that Windows Phone app development is mostly C#, and that ...
-3
votes
1answer
39 views

Detecting devices connected to WiFi hotspot IOS [closed]

When WiFi hotspot is enabled for an ios device. Is it possible to detect the devices connected to the WiFi hotspot? Ideally I would like a list of IP addresses assigned to the devices connected to ...
0
votes
3answers
38 views

Dismiss Image Picker before upload

So I am uploading a user's image to my server. I have the following code for once a user selects an image in the UIImagePickerController: public void Picked(object sender, ...
1
vote
2answers
53 views

Is Reactive Extensions 2.1 PCL compatible with Xamarin?

Riddle me this: Can the new PCL version of Reactive Extensions be made to work with Xamarin? If so, how?
0
votes
1answer
22 views

Error when declaring UITableView object

I'm using Xamarin.iOS 6.3 and I'm having a weird problem: when I declare (not even initialize) a UITableView object, I receive an error: Type is not derived from System.Attribute. Parameter name: ...
0
votes
1answer
50 views

memory leak in xamarin in app purchase

So I have been trying to setup in app purchase within my application and encountered a problem which I don't know how to solve. Im working with xamarin, and I followed their In app purchase guide on ...
2
votes
1answer
59 views

Does MonoTouch support C# dynamics? [duplicate]

C# Mono development for iOS has certain restrictions due to Apple's requirement to precompile the code, i.e. no JIT compilation is allowed. Because of this calls such as Reflection.Emit are not ...
0
votes
1answer
31 views

Xamarin: Using native libraries in MVVMCross

Building a cross platform app that utilizes a native C library (using P/Invoke) to send commands to a remote server, how can it be architected to suit the MVVMCross framework? Thanks!
0
votes
0answers
21 views

Coreplot CPTBarPlotDelegate Xamarin not working

I'm trying to create an interactive graph using coreplot in xamarin.ios. I want to create a graph when I touch the bar it will show an information on the graph. This is my code: var plotspace = ...
0
votes
1answer
24 views

Xamarin.Mobile crossplatform implementation

I learnt that Xamarin.mobile provides single set of APIs across platforms. But implementing in a cross platform app, how does it look like? A cross platform architecture consists one project ...
3
votes
1answer
86 views

Xamarin: MVVMCross info

Adapting the MVVMCross framework in Xamarin crossplatform application development, we have PCL (containing Model and View Model) and View (for each platform) as in here. a) Where does the ...
0
votes
2answers
35 views

Any twitter api or complete solutions for monodroid?

Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if ...
1
vote
1answer
80 views

Xamarin IDE and visualstudio for windows +Mvvmcross

I have some confusions About the IDE to use for MvvmCross a) VisualStudio (VS) uses Xamrarin.iOS and Xamarin.Android plugin for iOS and Android development. But can we also use PCL(Portable Class ...
2
votes
1answer
42 views

Handle tasks when activity is stopped in monodevelop

I am developing an android app using Xamarin and I am having issues using background threads. In their Multitasking demo (http://docs.xamarin.com/samples/MultiThreading) the authors create a task that ...
0
votes
0answers
20 views

“generator.exe” exited with code “-1073741819”

I'am developing a android application in Visual Studio and the Xamarin c# monodroid development tools. I have some external JAR files that i embed into my projects. Most of the project work fine but ...
0
votes
3answers
43 views

Deploying from xamarin android to samsung s3 jellybean 4.1

Hi guys I have some questions regarding deploying apps from Xamarin for Android. I have a samsung s3 with jellybean 4.1 in it and I want to deploy my app that I developed from Xamarin to my phone. But ...
0
votes
0answers
34 views

Merging Mono runtime failed. (Xamarin.Mac), thanks for the help in advance

I am suffering with some configuration issues with my Xamarin/mono project. I am getting an error when building the app, I have searched around for a solution and am currently stuck on this build ...
0
votes
1answer
36 views

MonoTouch.Dialog Overriding GetCell?

In MT.Dialog the Source class has this: public override UITableViewCell GetCell (UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) { ...... } In my class: public class ...
0
votes
1answer
29 views

Android emulator not connecting to internet in xamarin

I am trying to create a webview and load simple page in it in android xamarin. My manifest has the setting still it is not able to connect to internet. When I am trying to connect to internet with ...
0
votes
0answers
33 views

Xamarin.Android: How do you link a static library?

I am trying to link a static library (foo.a) - which contains C++ code - in an Xamarin.Android project following the directions found in Xamarin's docs. Neither the "path sniffing method," nor the ...
0
votes
2answers
67 views

Database not persisted between builds with xamarin ios

I'm creating a simple sqlite driven app for ios using xamarin studio on a mac. The sqlite file is created in the "personal" folder and is persisted between builds but when i run the app the tables i ...

1 2 3 4 5 11