Tagged Questions
0
votes
1answer
8 views
Missing Windows.System error in N=5 MvvmCross sample using XS on Mac
I'm trying to compile the N=5 solution from N+1 days of MvvmCross series (https://github.com/slodge/NPlus1DaysOfMvvmCross/tree/master/N-05-MultiPage) using XS (Stable)` on a Mac. I'm getting the ...
0
votes
1answer
29 views
How to Order By Descending with SQLite.NET? OrderByDescending() gives me error: “Order By does not support: xx => Convert(xx).ID”
I am trying to implement a method to retrieve all the rows in a table, ordered by ID descending.
This is the code:
public IEnumerable<T> GetItemsDescending<T>() where T : ...
2
votes
1answer
21 views
Get MvxListItem index when clicked
I have an MvxListview and I need to retrieve the index value of the item that is clicked so that I may pass it on into the oncoming ViewModel.
Is there an Mvvmcross specific solution to this? Is ...
1
vote
1answer
27 views
What's the alternative for Windows.ApplicationModel.Resources.ResourceLoader for MonoDroid?
I'm using Mono For Android (probably will use MonoTouch too soon) and MVVM-Cross to port of a Windows Store app (Work on progress by another team, in Parallel).
Unfortunately the Windows store app ...
1
vote
1answer
48 views
binding with path doesn't work when first item on path is null
With MvvmCross, I am trying to bind android:visibility of a TextView to a path similar to "Results.Count" with a converter set to transform the integer to visibility (if not null and greater than ...
1
vote
1answer
81 views
Add xamarin.ios and xamarin.android to portable class library
When adding a new portable class Library project using visual studio 2012, in the add target window I can't find xamarin.ios and xamarin.android.
1
vote
1answer
51 views
Instantiation of ViewModels and Service classes
I tried to understand the instantiation of ViewModels and Service classes and wrote it down for others. Please correct/add-on where needed.
The instantiation of ViewModels and Services is not done in ...
0
votes
1answer
50 views
Install MvvmCross 3.0.7 NuGet package using Xamarin 4.7.6 (Alpha) fails on my setup
Reminder: I'm using Xamarin (Droid) 4.7.6. Alpha version!
Creating a new Xxx.Core MvvmCross library:
1) Start new PCL library project
2) Select target frameworks: .Net 4.5, SL 4+, WP7.5+, .Net Store, ...
0
votes
0answers
33 views
Are there any statistics for Mono available? [closed]
are there any official statistics available regarding the number of apps created with MonoTouch, Mono for Android or Mono (for any desktop system)?
There was already a question here on SO that was ...
1
vote
1answer
41 views
Xamarin Mobile - Platform-specific assemblies in shared PCL?
We have a shared PCL that uses the Xamarin.Mobile dll to read contact's from a user's device and show a subset of them in our application. Because the Android and iOS versions of the dll are ...
0
votes
1answer
58 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 ...
1
vote
2answers
97 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?
2
votes
1answer
67 views
activate logging output in xamarin studio
I write UnitTests (no integration-tests with device and stuff) for monotouch and monodroid in xamarin studio with NUnit.
That works great, besides the problem that I don't see any log output created ...
4
votes
1answer
123 views
Searching for the best PCL profile for cross-platform development
I am working on extending number of supported platforms for my app, it used to support .NET4/Windows Store/Windows Phone, but I hope to also cover Mono for Android and iOS. I've put all business ...
1
vote
1answer
83 views
How to correctly implement type forwarding?
I am about to write a shim assembly for Microsoft.Threading.Tasks.Extensions to be able to build Mono projects (I described the issue here), but there are a few things I am not sure.
1) Assembly ...
0
votes
1answer
45 views
Image Caching from http sources
I've read in a post from December 1st 2012 at Slodge bloch that File and DownloadCache plugins could be used for downloading and caching images from http sources. I think that's what I need in the app ...
1
vote
2answers
172 views
Microsoft.Threading.Tasks.Extensions in Xamarin Mono projects
I have built a NuGet package for my Simple.OData.Client with support for Xamarin Android and iOS. This library uses Microsoft.Bcl.Async. Tests using Android and iOS simulator went OK, but when I ...
0
votes
1answer
73 views
Tab Fragments with MvvmCross
I'm working on an app that uses MonoTouch, MonoDroid, and MvvmCross. My app has a screen that has tabs. I need that screen to work on both Android and iOS devices. In looking at the tutorials, it ...
0
votes
1answer
138 views
Can I use my own DLLs with my Xamarin iOS and Android projects?
Can I use my own DLLs with a Xamarin iOS or Android project?
The reason I'm asking is because I want to compile dlls from Clojure CLR, and use them with my Xamarin mobile projects.
1
vote
0answers
62 views
Xamarin AccountStore/Account not persisting when app is updated
I'm using the Xamarin AccountStore/Account to hold information about the user of my application (their details are stored after they have been authenticated by a remote server)
This works fine if the ...
2
votes
2answers
88 views
Getting Class object from its string name in C#
I'm using C# for developing mobile applications(Monotouch, monodroid).
I have a class by this definition:
public class TempIOAddOn : BaseIOAddOn
{
public TempIOAddOn ()
{
}
}
And I use ...
0
votes
0answers
60 views
Pdf Library for Monotouch and Monodroid
I'm looking to build an app that will be used to show pdf's for Windows Phone, Android, and iOS. Are there any libraries that will work for both monodroid and monotouch and provide a GUI widget.
I ...
0
votes
0answers
86 views
Xamarin.Auth with Twitter
I am trying to implement login with Facebook and Twitter. I got it working with Facebook but don't know how to do it with Twitter. Are there any examples? My Facebook implementation is like this:
var ...
-1
votes
1answer
90 views
save a string with xamarin in a cross-platform project
I'm using xamarin (for android and for iphone) and I want to save one string.
In fact, I'm using a JSON parser and I pass a string object trough intents, so I wanted to save the object into a SQLite ...
2
votes
1answer
134 views
MvvmCross - Calling Web Service from View Model
I'm new to MvvmCross and Android development. I have a need to call to POST data to a JSON web service in my view model. I then need to display the result of the web service back in my UI. The gist of ...
0
votes
1answer
86 views
SQLite is not storing GUID values properly on MonoDroid and MonoTouch
I am using MonoDroid to port the data-layer from my Window Mobile app to Android and iOS.
My data-layer is working and very well tested on SQL SERVER, SQL CE, and Windows SQLite.
I created class ...
1
vote
0answers
153 views
Mono for Android / MonoTouch System.Net.WebException: Request aborted
When I use the following code for a request to a FTP server.
If the request failed I get an error. I don't know why.
Code:
try
{
FtpWebRequest request = ...
0
votes
2answers
83 views
Pushing near real time position updates to a number of clients
I'm currently in the early stages of designing a cross-platform mobile app (iOS, Android, WP8). At its core, the application will allow proximity based interaction between an unknown number of client ...
1
vote
2answers
204 views
ServiceStack web service hosting on monotouch/monodroid?
I'm currently trying to host a REST webservice on ios/android using Xamarin and monotouch/monodroid. I already successfully have a basic webserver running using HttpListener, but now I would like to ...
0
votes
3answers
72 views
How can I use threading in MonoDroid such that it will be cross platform compatible with MonoTocuh
Specifically when doing MonoDroid uses of threads all the documentation I can find recommends calling RunOnUiThread() to call the callback. There is a similar function that can be used on MonoTouch ...
3
votes
1answer
48 views
differences in implementing an interface on Windows, MonoForAndroid, and MonoTouch
I am porting some old code that I have on Windows Mobile. The code compiles fine for .NET 3.5 CE. I created a project in MonoForAndroid and referenced the same code (.cs files refereneced as Links) ...
0
votes
2answers
342 views
Xamarin and cross-platform webservice access + json parsing
I'm searching for a way to retrieve data (formatted in json) from an API and parse them.
I really want to use the code both for android and for IOS. I already saw examples but they didn't work for ...
1
vote
1answer
43 views
System.TypeLoadException when using System.ServiceModel
I'm using a Core project to provide all datas to my Android project and my IOS project.
So in the Core Project I'm using a WSHttpBinding binding. It request the using of "System.ServiceModel".
The ...
1
vote
1answer
102 views
Sharing Color Converter on MvvmCross for multiple platform (mvvmcross v3)
The problem answered on this Q&A is how we can show a color on our UI project using mvvmcross, when we have a ViewModel with for example an Enumeration Property, without the need to have a Color ...
2
votes
1answer
147 views
Google Drive API for Mono for Android and MonoTouch
I just tried to use the given .NET-DLL to connect to my google drive account with Mono for Android, but it failed.
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2,2):
...
1
vote
1answer
325 views
xamarin is it free to use for commercial purpose?
It is confusing with licensing about Xamarin. My Question is "If I develop an application using Xamarin", then can I use for commercial purpose?
Kindly suggest.
2
votes
1answer
328 views
Xamarin how it is getting the Native Look and Feel?
I am new to Xamarin. I have few confusion here.
Question:
How does Xamarin get the Native Look and Feel of the UI Components?.
Does Xamarin Provide their own Widgets [ like button, Layouts, ..].
...
1
vote
2answers
220 views
Is it possible to create bar chart graph in xamarin
Surfing net did not help to figure out if xamarin supports charts.
Could someone kindly help on this?
1
vote
1answer
157 views
ExpandableListView in iOS
I am trying to get my brain around what I can and can't reasonably do UI-wise in a multi-platform app. Initially we are only concerned about iOS and Android, but may need a mobile Windows version ...
1
vote
1answer
51 views
Best way to include Socket MvvmCross with PCL
First I would like to thank you (Stuart in special) for this amazing framework MvvmCross.
I have an application case that involves socket connectivity, and I would like to go with PCL for Android, ...
0
votes
1answer
125 views
I've exported my highlighting scheme in Xamarin Studio. Now how do I import it?
The lastest update of Xamarin Studio changed how syntax highlighting is stored and exported, apparently to make it compatible with Visual Studio, and as a result my customized scheme was lost. I ...
3
votes
1answer
250 views
Can i use MvvmCross vNext with Xamarin 2.0?
I am using the MvvmCross framework in our Android and iOS apps, but we where planning on upgrading from the master branch to vNext. I have just upgraded my systems to use Xamarin.iOS and ...
1
vote
1answer
258 views
unit tests with mocks in monotouch/monodroid
I'm currently developing an app on MonoTouch/MonoDroid and I'd like to improve my testing (working on a Mac with xamarin studio). I know how to write integration tests which run on the simulator (at ...
3
votes
2answers
98 views
Using Novell.Directory.Ldap in Mono (For Android and Touch)
I want to use the Novell.Directory.Ldap library in a MonoTouch and Mono For Android project.
http://www.novell.com/coolsolutions/feature/11204.html
When I compile my project in iOS simulator modus, ...
1
vote
1answer
1k views
Size of IL for Xamarin c# code? [closed]
Xamarin seems to be a nice choice of cross-platform development to me.However, there are starter and indie licenses. The major difference is that:
Xamarin Starter allows developer to build and ...
0
votes
0answers
27 views
RenderBufferTarget enum in OpenTK 1.0.0.0
I have a program that uses the RenderBufferTarget enum, but, it this doesn't seem to be in OpenTK 1.0.0.0 in "MonoAndroid\v4.1\OpenTK-1.0.dll". It is present in the OpenTK 1.1.0.0 in ...
1
vote
1answer
194 views
Android and iOS cross-platform string resources (MonoTouch & MonoDroid)
I'm busy with a cross-platform mobile app using the Xamarin mono libraries and I ran into the following situation...
I've got a bunch of string resources in my monodroid project (strings.xml) that ...
4
votes
1answer
941 views
How do I launch multiple instances of Xamarin Studio on the Mac? [duplicate]
I'd like to have multiple copies of Xamarin Studio running simultaneously. Once one copy is running, double-clicking the Xamarin Studio icon in /Applications or clicking the currently-running Dock ...
3
votes
2answers
321 views
Portable Class Library assembly reference problems in MonoDroid and MonoTouch
I have problem in my project where I have PCL for .Net 4.5, Windows Phone 8, WinRT, MonoTouch and MonoDroid, when I try to build MonoDroid or MonoTouch project that have reference to that PCL errors ...
0
votes
1answer
274 views
Can I deploy an HTML5 game with Xamarin products?
I have an HTML5 game in the works and was wondering if it would make sense to try and use Xamarin products for deploying my app to iOS, Android and Windows Phone.
Do Xamarin products support this?
...


