Tagged Questions
1
vote
0answers
22 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 ...
0
votes
0answers
26 views
Implementing a Java.Util.IComparator to sort an ArrayList in Mono Droid
I'm using MonoDroid and I have an ArrayList that I want to sort. The Sort method takes a Java.Util.IComparator object. I tried implementing the IComparator interface but I don't know what to do with ...
0
votes
1answer
18 views
MonoDroid GetSpans last parameter
I'm trying to use ISpannable in a Monodroid project but am having problems with GetSpans. What I'm ultimately after is a Rich Text editor such as at:
...
4
votes
1answer
74 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
29 views
aChartEngine shows two charts instead one
please look at the images, the first is the adb emulator and the second is a Samsung Galaxy Tab.
Image1
Image2
I don't know why in the Tab aChartEngine shows two charts.
This is the code:
...
1
vote
0answers
41 views
Building mono with android ndk standalone toolchain (android ndk r8e)
I'm attempting to build mono using the ndk standalone toolchain from the android ndk (version r8e), but I am unable to complete the build.
I setup my standalone environment like so:
export ...
0
votes
1answer
30 views
How do you set the 'linebreakmode' for an android textview (FormattedText)
I'm from iOS and tackling android dev using Mono (Xamarin). Is there a way to set the textview linebreak mode for the textview like we do for iOS.
When I set the Text attribute for the TextView it ...
0
votes
1answer
79 views
Does Xamarin's Android for Mono support same .NET libaries as Mono?
At a high level, my question is:
Is everything that is supported by Mono on a Linux platform supported by Android.Xamarin on an Android platform?
More information: I am investigating the ...
0
votes
0answers
49 views
Error while trying to add an WCF webservice reference to a Xamarin.Android project
I am currently developing an Android app using Xamarin.Android and created a webservice using WCF.
I have the webservice running on an IIS webserver and when I go the url it does work.
When I'm adding ...
0
votes
0answers
27 views
how to use System.ComponentModel.DataAnnotations in Xamarin Studio
I have core model classes that use System.ComponentModel.DataAnnotations to do data validation: required fields, email validation, etc...
How can I use that namespace in Xamarin Studio for my Mono ...
0
votes
0answers
48 views
Why can't I access to /data/data directory using Mono for Android?
Everytime I try to access to /data/data dir, I get a "System.UnauthorizedAccessException" Exception (Access to the path "/data/data/..." is denied). The strange thing is that if I try to access to a ...
-2
votes
1answer
52 views
Free Charts in Monodroid [closed]
first of all, I'm sorry but my Engilsh isn't good.
I was looking for how can I draw a Chart in Monodroid during 5 or 6 hours, and I didn't find anything. I only found TeeChart(steema) but I don't ...
-3
votes
0answers
28 views
Binding view with layout xml in mono android [closed]
I want to ask if it's possible to bind custom view with XML layout in Monodroid? and if yes how?
thanks in advance
3
votes
1answer
103 views
Monodroid - Handling Click events inside ListAdapter rows
I have a ListView with an ArrayAdapter set to it, and each row in the adapter contains four buttons that need to receive and handle click events. Normally in Android I would call SetOnClickListener on ...
1
vote
2answers
143 views
Using Xamarin (Mono C#) and .Net to generate the same key
I am trying to get the user to enter a pin and then use a formula to create a time sensitive String. I.E. if you call the function one minute later the string will be completely different. I then take ...
0
votes
1answer
35 views
Mono for Android JavaList convert to List and viceversa
How can I convert JavaList to List and vice-versa? I would like to use LINQ, but I cannot do this with JavaList since i cannot cast from anything to JavaList. Any suggestions how can I accomplish ...
0
votes
1answer
36 views
how to translate passing a listener in a java example to .net in monodroid
Using a monodroid java bindings project of Android Universal Image Library, how would I translate this from java to .net? Can I pass it in a lambda for the loading listener?
The Java code example
...
0
votes
1answer
22 views
Dynamically choose api in mono for android
Is there any way to detect the current version of android and use one code path for one version, and another code path for a later version?
Something like ClipboardManager, there is a new version in ...
1
vote
0answers
126 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
0answers
99 views
MonoDroid: Unhandled Exception Recovery
I'm trying to add a default handler to my application so I can recover from otherwise unhandled exceptions.
I've found three mechanisms provided by Android/MonoDroid that, as far as I can tell, ...
0
votes
3answers
64 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 ...
7
votes
2answers
711 views
Is it possible to run Xamarin Mono on Linux?
I want to know if it is possible to run Xamarin on Ubuntu. I don't like java, so I want to make Android apps with C#.
Is a package for Ubuntu, because I haven't seen one so far?
Or...
Can I run ...
2
votes
1answer
105 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):
...
0
votes
1answer
126 views
'mono shared runtime' always deployed to android device
I'm trying to create an APK using xamarin.android & visual studio 2012, but the option for 'package ... apk file' is disabled - and i believe this is a bug as described here: ...
0
votes
1answer
220 views
Handle back button, in MonoGame on Android
i have a problem with handling back button in my game on android, developed on MonoGame with MonoDroid. I can't catch back button click event.
I tried:
if ...
0
votes
1answer
133 views
UnsatisfiedLinkError with monodroid and emgu - libopencv_highgui.so failed to load previously
Running a Monodroid app (Xamarin trial version) using Emgu CV (libemgucv-android-2.4.2.1773-RC) throws an UnsatisfiedLinkError when it tries to load libopencv_highgui.so, in response to the line of ...
0
votes
0answers
93 views
monodroid 4.6 breakpoint not hit
I'm using Mono for Android version 4.6.00049 with Visual Studio. I am debugging on a USB-attached Google Nexus 7.
I was able to break into the app being debugged. After installing the latest Mono for ...
1
vote
1answer
127 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 ...
0
votes
1answer
93 views
Display pictures of sd card in GridView
I am trying to display some pictures from the sd storage in GridView in a Xamarin.Android app.
The only documentation I've found is this: ...
-2
votes
1answer
72 views
Mono for Android - How to disabled Home button
When my activity is running, I don't want return in home screen when I click on Home button.
I find answers for android but I do not manage to translate code to mono.
Can you help me please ?
0
votes
1answer
54 views
Mono for android - Android.OS and Android.Provider assemblies?
I'm using mono for android 4.6, trying to get device info. Samples that I've seen are below, but I'm not sure what reference to add in order to get these?
var device = Android.OS.Build.Device; ...
-2
votes
1answer
135 views
System.Configuration in Mono mobile profile (Xamarin.Android) [duplicate]
Why is it missing? How do you store application settings?
1
vote
1answer
194 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
89 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, ...
0
votes
1answer
75 views
Mono for android - How connect to pc for copy file
I would want my application connect to pc and copy a file (we know the path in the pc) to the tablet.
But I know connect an application-tablet to an application-pc with socket but there I don't want ...
1
vote
1answer
80 views
Monodroid pass int[] in Intent
I have two activity A, and B. I start activity B from activity A, like this:
var intent = new Intent(this, typeof (BActivity));
StartActivityForResult(intent, 1);
If you press a button on activity ...
3
votes
0answers
121 views
Output of DataContractSerializer differs between .NET and Mono
I am serializing data in a Mono For Android application and sending it using REST to a .NET server listening using WCF. So far this has worked fine, however, with this particular data contract, ...
0
votes
0answers
25 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 ...
0
votes
1answer
96 views
Gracefully abort WebRequest on TimeOut/No connection
I am developing an app for Android (and later iphone) using MonoDevelop/C# testing using Android emulator.
I have a WebRequest which I want to get a callback when it times out (or there is no ...
2
votes
0answers
31 views
DataAnnotations in monodroid
I have some models in a core library I'd like to share with a MonoDroid project, but System.ComponentModel.DataAnnotations is not available to the monodroid target. I tried grabbing the code for ...
0
votes
1answer
180 views
MonoGame on MonoDroid - shared runtime initialization error cannot load library “libmonosgen-2.0.so”
I have a simple Android MonoGame project, built using MonoDevelop. It is a port of an XNA sample game and it runs fine on one device in the emulator, but on another device it gives me this error when ...
0
votes
0answers
55 views
Different frameworks, different costs [duplicate]
I am looking into developing some hybrid apps for a friend who wants to get into the market. I am confused about what the difference is between monotouch, monodroid, and monocross is though. ...
1
vote
1answer
81 views
Monodroid: Access setLayerType of View-Class
I want to call the Method setLayerType of the View Class in a Mono for Android application. Unfortunatley I cannot access (or even see) the method. According to Mono Documentation everything should be ...
1
vote
1answer
130 views
AlertDialog looks weird on Android/Mono
I am using this code to display an AlertDialog on a network error:
var builder = new AlertDialog.Builder(this);
builder.SetMessage(error);
builder.SetCancelable(false);
...
1
vote
1answer
174 views
Mono for android - Debugging issue on Device
While trying to debug my application on real device, I ran into a problem: After a breakpoint was triggered, wait about 6 seconds (no matter I'm stepping through the code or just do nothing) the ...
1
vote
1answer
182 views
GetResponse running in Task.Factory.StartNew
I want a webrequest running in a background thread, and then for the callback to be handled in the UI thread. Here is my code:
Task.Factory.StartNew(() =>
{
...
0
votes
0answers
185 views
Android 4.0 navigation bar hides soft keyboard
My problem as you can see on the picture, that the bottom navigationbar is over the keyboard. I am devloping using Mono for Android (MonoDevelop) on Mac OSX.
LoginActivity.axml:
<?xml ...
0
votes
1answer
100 views
Automatic restart android mono app on crash
I have question regarding the option to automatically restart an android based app if an uncaught exception is fired causing the application to quit. My idea for implementing this request is as ...
0
votes
2answers
320 views
System.Json missing?
I recently downloaded and installed the MonoTouch & Mono for Android trial SDKs. Included was MonoDevelop and I use this tool for development. I'm trying to create a multi-platform app.
I'm ...
21
votes
7answers
26k views
Monodroid Free Alternative? (.NET on Android)
I have some complex C# libraries I want to be able to use on Android, and whilst searching for .NET on android, I stumbled across MonoDroid. It seemed fine and dandy until I saw the price, which was ...

