Xamarin.Android (previously known as Mono for Android) is an implementation of Mono that runs on the Android platform, allowing you to write Android applications in C# using native Android libraries as well as using the .NET BCL (Base Class Libraries).

learn more… | top users | synonyms (1)

6
votes
0answers
120 views

Is there any OOB Secure Storage in Android through Monodroid?

Like many people - I am developing an app with a shared codebase (Windows Store + Android + MonoTouch + [later] WP8). Also, as with many apps, I have local state that I need to persist for this app. ...
6
votes
0answers
223 views

Search widget call OnNewIntent twice

I have an activity in which I want to search. When I click to search, event OnNewIntent it is called twice... What I'm doing wrong? I'm creating Searchview like this public override bool ...
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, ...
3
votes
0answers
416 views

The Operation could not be completed: Invalid Pointer

for a few days i have a problem with my visual studio here. everytime i want to open an Android landscape layout (default layouts load normally) it tells me "The Operation could not be completed: ...
3
votes
0answers
157 views

Send email with attachments - changes between ICS and JB?

I'm using the following code to send emails with multiple attachments using M4A (should be easily transferable to Java): Intent intent = new Intent(Intent.ActionSendMultiple); ...
3
votes
0answers
421 views

MonoCross Pattern using SlideOut Navigation in MonoTouch App

Dillon Buchanan has a great example for creating the cool left side slide-out navigation in MonoTouch. http://www.dillonbuchanan.com/programming/monotouch-slide-out-navigation/ My only problem is ...
3
votes
0answers
366 views

Android Swipe Gesture Not Reliable

I have swiping working to some extent but I have a series of textviews and spinners that are on the screen and it seems like if I don't swipe straight across one of them and go just a little across ...
2
votes
0answers
138 views

Mono.Data.Sqlite.SqliteConnection.SetConfig throws a Library used incorrectly exception

Using Xamarin.Android, I've tried to play with a sqlite database using the Mono.Data.Sqlite package (using a Nexus 7). Everything was fine until I tried to use multiple threads, then I got either a ...
2
votes
0answers
86 views

Techniques for tiling and zooming of large bitmaps

I've been working on an android app that tries to accomplish the following: - Download large images from a service (about 4000px x 4000px) - display these images and let the user zoom/pan - draw ...
2
votes
0answers
32 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 ...
2
votes
0answers
52 views

Single View Layout Files: Does Compiler Autowrap with Layout/ViewGroup?

If I have a layout file that simply contains a single TextView, I have no problems inflating it from within an activity. However, if I try to inflate a similar layout file that instead contains a ...
2
votes
0answers
16 views

What to set 'sender' to in a GenericTinyMessage

I'm using [TinyMessenger][1] successfully in my Mono For Android application, and am deriving my message classed from GenericTinyMessage so that I can sent content with them. A GenericTinyMessage ...
2
votes
0answers
165 views

WebClient with Mono for android to create file on server

I would like to write data to a file on a server. Therefore, I use the following code: System.Net.WebClient webClient = new System.Net.WebClient(); string webAddress = ...
2
votes
0answers
193 views

MonoDroid device registeration for push notifications using PushSharp

In my monodroid application I have a problem registering some devices for push notifications using pushSharp. My general push notification setup works fine on newer devices such as SGS2, SGS3 and ...
2
votes
0answers
91 views

Rename Monodroid files in Visual Studio 2012

I am using Mono for Android and Visual Studio 2012. I have noticed that if I create a new file and forget to name it on create, so then I right-click and then rename the file, the Resource Designer ...
2
votes
0answers
80 views

Monodroid .jar Binding Issue

I'm trying to fix some binding errors with the Facebook SDK. I have two functions that have the same name "setPermissions" in the same class. The IntPtr generated by the Monodroid binding generator ...
2
votes
0answers
421 views

Unable to reference XNA project for MonoGame Android

I have an XNA project that I'm trying to port over to Android using MonoGame, but I get the following errors: When I add a project reference my XNA game I get, "The Target Framework version for the ...
2
votes
0answers
89 views

Monodroid Project compiles successfully but errors afterwards

In my VS2010 solution I have several Monodroid Project, which are referencing each other (no circles). The compilation finishes successfully, but after the compilation many errors happen (all of them ...
2
votes
0answers
107 views

DrawingCache strange behavior with Motorola devices

I'm having a strange issue on some Motorola devices where I'm getting a Bitmap that's cropped and scaled inside of an ImageView. This is programmed in mono for android 4.2.4. Basically my issue is ...
2
votes
0answers
170 views

Building monodroid sample map applications

I am using the latest download of map sample application 'MapsAndLoactionDemo' from Xamarin and in Visual Studio 2010 I get the following compile error(s): Error 10 ...
2
votes
0answers
589 views

How to use a SpanWatcher in Android?

I've been trying to find a work around to an android issue with zero length formatting Spans. I figured, ok, I'll just delete Spans that become zero length. After some looking around I figured a ...
2
votes
0answers
2k views

Slide-down animation

I am trying to animate a TextView sliding down from behind an ImageView. I've got the following layout: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
0answers
15 views

Add a reminder to Android calendar in xamarin

I am adding a reminder to a calendar entry. i am using this piece of code, ContentValues eventValues = new ContentValues(); ...
1
vote
0answers
32 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
0answers
47 views

Reading APK Expansion Files with MonoDroid

I am currently working on porting an XNA Windows Phone 7 game to Android using MonoGame and MonoDroid. I ported the game, added in multiple resolution support and ended up with an APK that is 130 MB. ...
1
vote
0answers
47 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 ...
1
vote
0answers
64 views

Migrate MonoDroid to Java or PhoneGap?

What is the best way to upgrade a MonoDroid app to a java Android app and/or to an HTML/js app? E.g. the project has a bunch of .axml files which are just .xml Android layout files when you look at ...
1
vote
0answers
47 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 ...
1
vote
0answers
82 views

Android - Animation resets after list update - monodroid and mvvmcross

I am implementing a "slidein" menu similar to the one found in the facebook app - see the images. It is implemented using mono droid and mvvmcross. The way I am achieving this, is to have two layouts ...
1
vote
0answers
54 views

Writing to Internal Storage - File Not Found

I have read a ton of articles on writing to the internal storage of an android device, and I need some help figuring out what I am doing wrong. In the main activity of my app, I read a value from a ...
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 = ...
1
vote
0answers
55 views

Monodroid OnDismiss with Dialog Fragment

I have a custom DialogFragment which is called from a Fragment Activity which uses a ListView. In API 14, it works fine. The NotifyDataSetChanged() is called when the Save button is pressed in the ...
1
vote
0answers
54 views

Odd CheckedTextView Behavior

Okay, bear with me this is a very odd & complex issue and I'm having a hard time explaining it. I'm using Xamarin.Android (Monodroid) although the source of the issue is likely an android thing. ...
1
vote
0answers
58 views

Webview does not load every time

I have a Webview which has to load a static web page from the assets folder. The web page contains a javascript function which works perfectly. The problem is that every so often when the activity ...
1
vote
0answers
155 views

Android option menu hidden by software buttons

I have a problem with the option menu on a tablet equiped with the software buttons. On my smartphone (with physical buttons) everything looks correct: smartphone screenshot but on the tablet option ...
1
vote
0answers
142 views

Is CursorAdapter more efficient that ListAdapter/ArrayAdapter?

I'm using Mono For Android to create my Android app. My solution is structured as such: Core -> A .Net Class Library that contains my business logic. Doesn't have Android code. Needs to be ...
1
vote
0answers
387 views

Mono for Android on OSX Lion : Error XA9010: Unable to determine license edition. (XA9010)

I start to get this error since yesterday after updated my Mono for Android to 4.6.0-49.This happens on OSX Lion, does anyone have the same problem? I am pretty sure that I have the correct license ...
1
vote
0answers
80 views

Is it possible to write a launcher widget or live wallpaper for Android in Monogame?

Is it possible to write a launcher widget or live wallpaper for Android in Monogame? So far the only example I can find of a widget with Monodroid at all is a wiktionary word-of-the-day widget which ...
1
vote
0answers
268 views

Mono For Android: java.lang.NullPointerException on StartActivityForResult

I have a problem regarding StartActivityForResult. I have a form which comes from a webservice, that occasionally results in a field that requires to open up cam take a pic, display it on the view and ...
1
vote
0answers
96 views

Quality of OData in Mono for Android

I am looking to create some cross platform libraries. One of the most important things for me for my mobile platforms is to access web services. After doing quite a bit of reading, it seems that the ...
1
vote
0answers
105 views

MonoDroid: Fails to load referenced assembly because of a subreference

I am trying to bind some Jars into my MonoDroid project. I have succesfully managed to build the Java Binding Library so far, but when I reference the project from the Application Project, the Java ...
1
vote
0answers
237 views

Computer vision: marker shape and way to detect it

I want to develop a marker based augmented reality app, and I've chosen emgu as OpenCV wrapper because is the only framework I found that supports Mono for Android and Monotouch (if you know other ...
1
vote
0answers
199 views

How to interact with sql server from monodroid through web service?

I want to store data from monodroid application to sql server through web service. monodroid ==> Web Service ==> Sql server Actually i tried for asp.net with sql server via web service. its work ...
1
vote
0answers
65 views

Bug reporting solution for monotouch and monodroid

I decided to try out BugSense on the weekend. Firstly, on monodroid I found that if i manually added an exception it worked fine. If i made the app actually crash, nothing was reporting. After a ...
1
vote
0answers
310 views

Assembly.GetExecutingAssembly().Location returns the “wrong” value

I try to use the code below on Monodroid, but "path" is always an empty string. The interesting thing is that it has already worked, and I don't know what has changed. The "writeline" below is just ...
1
vote
0answers
105 views

ADFS can be implemented in Mono for Android

I'm making an application that must be connected to an ADFS. I wonder if it is possible in MonoDroid. Investigating I found a code for Windows Phone but MonoDroid no such classes. The code is ...
1
vote
0answers
323 views

Android (Xamarin, Mono for Android) - Web service works in emulator, but not on device

I'm hopeful that what I'm missing is something basic; I created an XML web service, which I can successfully call using an Android emulator. However, when I deploy the application, the same web ...
1
vote
0answers
114 views

Action_Call doesn't work with Galaxy S3?

My problem is when I try to make a phone call using Action_Call intent, the app crashes and exits to menu. I have tested my code on many another devices and it worked fine! What is the problem? This ...
1
vote
0answers
172 views

Binding Crittercism for Mono for Android

I'm trying to use Crittercism for Mono for Android. I've managed to compile the binding project of the crittercism jar with the following Metadata.xml <metadata> <remove-node ...
1
vote
0answers
474 views

How to download multiple xml files in Mono for Android without heap memory corruption?

I am currently using Visual Studio 2012 IDE and I am developing an Android application using C# and the Mono for Android framework. My question is how would you properly request your application to ...

1 2 3 4 5 13