0
votes
1answer
31 views

Which JSON.Net Libary have to used with Mono for Android 4.x

I have to deserialize a complex JSON (as Request result from a Webservice). I try to use the Onboard JSON and simple JSON but don't get the wanted result. Now I wanna try Json.Net, but as newbie in ...
0
votes
0answers
15 views

Null referance on dynamic viewPager when creating an eventhandler

I got this MonoDorid app that have some static viewpagers in a activity, when i tried to make the viewpagers dynamic, i got a null reference, on the onClickEvent. further details on my code can be ...
1
vote
0answers
33 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
30 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
88 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
33 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
49 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
35 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
104 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
61 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
33 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
57 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
56 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
29 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
117 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
152 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
38 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
25 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
133 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
104 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
65 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
834 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
123 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
142 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
230 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
141 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
98 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
132 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
96 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
73 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
55 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
140 views

System.Configuration in Mono mobile profile (Xamarin.Android) [duplicate]

Why is it missing? How do you store application settings?
1
vote
1answer
208 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
94 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
78 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
83 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
124 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
102 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
33 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
188 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
85 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
134 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
191 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
191 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
193 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
103 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 ...

1 2 3 4 5 7