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)

40
votes
4answers
3k views

Anyone have experience with architecture for cross platform WP7 Android iOS mobile development (monotouch, monodroid, C#)

This question is specifically related to a recommended architecture and people's previous experiences for cross-platform WP7, iOS, Android apps developed using C#, Monotouch and Monodroid ...
3
votes
1answer
586 views

MVVMCross changing ViewModel within a MvxBindableListView

Little problem with my Android application and I don't know how to solve it with MVVM Cross. Here is my Model public class Article { string Label{ get; set; } string Remark { get; set; } ...
1
vote
1answer
609 views

In MvvmCross how do I do custom bind properties

I am using MvxBindableListView to bind a List<> of data objects to a ListView. The layout I am using for the rows has several TextViews. I am successfully binding the Text property for each of ...
23
votes
4answers
4k views

MvvmCross experiences, hindsight, limitations?

I am considering using the MvvmCross framework for a cross platform mobile application that will target Android, iPhone and WP7. Does anyone have any experience with this framework they would like to ...
1
vote
2answers
403 views

How to syncronisize two Listview positions

I have two ListViews. Is there any way to synchronize the position of ListViews when I scroll any one of the Lists. Im implementing an AbsListView.OnScrollListener, registering to the ListView. When ...
2
votes
2answers
433 views

Іssue with binding to GridLayout to Android

I create game using technology Mono. While writing, I have a problem. I need create a grid (4 to 5) with pictures. I thought to apply here GridLayout or GridView. But I do not know how to dynamically ...
1
vote
1answer
438 views

mvvmcross touch command binding in android

I'm looking for a way to do a "Touch" command binding between axml and ViewModel, or some else like FocusChanged etc. A simple "Click" command works fine like so: ...
16
votes
1answer
9k views

Need an example of sqlite with Monodroid

Can anyone point me to an example of using sqlite with Monodroid? I've been unable to find even one.
21
votes
7answers
2k views

Targeting/Developing for multiple mobile platforms with one programming language (C#)? Cost-Benefit?

Today it is possible to use C# programming for multiple mobile platforms such as: WindowPhone7 Android - Monodroid iPhone - Monotouch (feel free to edit if I missed some) Of course, it is still ...
5
votes
3answers
3k views

Code sharing between MonoTouch and MonoForAndroid

What would be the best practice to share busines logic c# code between MonoTouch and Mono For Android projects? Edited: Initially, my question was about the physical file sharing: What do you ...
5
votes
1answer
1k views

Passing on variables from ViewModel to another View (MVVMCross)

For the past couple of weeks I've been working on developing a cross platform app (IOS/Android/WP7) using the MVVMCross framework. Today I ran into a problem I don't really know how to solve, so ...
4
votes
1answer
2k views

access to full resolution pictures from camera with MonoDroid

I'm trying to find a way to access full resolution pictures from MonoDroid, after a long time of attempting to port the Java examples to MonoDroid and looking at how for others seem to have gotten, i ...
3
votes
4answers
1k views

Mono for Android: Which Testing Frameworks work

I have created a Mono for Android VS2010 project and added NUnit tests. It seems Mono for Android does not support NUnit according to this post from Xamarin: ...
4
votes
1answer
291 views

Need an example of take a Picture with MonoDroid and MVVMCross

Can anyone point me to an example of take a Photo and store it using MVVMCross? I have been searching but only have found this: Monodroid Take a picture with Camera (Doesn't Implement MVVMCross) ...
4
votes
2answers
604 views

Portable Class Library strong assembly reference problems in MonoTouch/MonoDroid

PCLs do work well in MonoTouch and MonoDroid. However, sometimes, when I use a variable to reference a Type in a PCL, and then I try to use that same reference in a MonoX client, then the compiler ...
2
votes
1answer
856 views

MVVMCross Bindings in Android

Im developing a cross-platform App starting it in android. Ive found your MVVMCross project and Im trying to get into it. Right now Im totally new to it and dont know how to bind my WebService-Results ...
1
vote
1answer
158 views

simulate cpu usage in mono for Android

I need to write an application in mono for android(Android+c#.net) to simulate steady cpu usage for certain duration(eg:30%,50%,70%) for 2 sec. I refered below link Simulate steady CPU load and spikes ...
1
vote
1answer
1k views

Android emulator crash if click while processing

I've been working on an android app and test it on the emulator. Parts of this app require some processing time, such as login, could take up to 10 seconds. If the app is processing the login, and I ...
1
vote
3answers
5k views

How to change shape color dynamically?

I have <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="#FFFF00" ...
0
votes
0answers
649 views

Package APK in Visual Studio 2012 Using Mono For Android 4.2.7 Error

I can't make an App Works in a real device using Mono for Android 4.2.7 Im using an Xperia X10a with Android 2.3.3 When I tried to open it in a real device it close; "The application has stopped ...
0
votes
2answers
973 views

Using C# library with Mono for Android from Java code?

There is a possibility to use C# library with Mono for Android from Java code? It's possible to do it from Objective-C to C# (MonoTouch) with the "--xcode" flag in the mtouch command. But there is an ...
6
votes
2answers
4k views

Android Intent Chooser to only show E-mail option

My app integrates e-mail where the user can submit a bug report, feedback, etc. from the app directly. I'm using the application/octet-stream as the SetType for the Intent. When you go to submit the ...
8
votes
5answers
4k views

Reusing Monotouch code in Monodroid app

I'm currently implementing a Monotouch application that will eventually be ported to Monodroid. The application is just a client to an OData Web service. Nothing too fancy or performance critical. ...
5
votes
3answers
2k views

How to communicate over local network between C# desktop application and mobile (android) device?

I have a C# (.net 3.5) desktop application which prints out some numbers on the screen. Now I would like to extend this to a mobile device. (Android device in my case.) It has to display the same ...
7
votes
1answer
2k views

Is it possible to use a Portable Class Library that references System.Net in MonoDroid?

Following from How can I build a targetting pack for Portable Class Libraries? and the advice in http://jpobst.blogspot.com/2012/04/mono-for-android-portable-libraries-in.html I've managed to build ...
11
votes
4answers
7k views

Mono for iOS/Android Open or Closed? Paid or Free?

I am attempting to learn more about mobile/tablet development and, as a .NET developer, I am naturally drawn to Mono. But I am confused--I thought that Mono was free and open source; however, all ...
5
votes
6answers
8k views

iOS and Android development on Windows

I'm facing a dilemma: I have a solid ASP.NET development experience in C# and looking to start mobile development. I have done research and know that there are some hacks for getting a development ...
2
votes
1answer
2k views

monodroid Timer

I want to use a timer in my C# monodroid program for android 2.2, but it doesnt work. here is my code: using System; using System.Timers; using Android.App; using Android.Content; using ...
4
votes
2answers
1k views

Prexisiting dlls (.NET 4 framework) issue with mono for android

I am creating a fresh Mono for android application using http://xamarin.com/monoforandroid I selected Mono for Android Application using Visual C# option. My Android target version is : I went ...
3
votes
2answers
1k views

Monodroid, Interop betwen Java and C#

We have a big Java application under Android ("big" just means it's too much work to translate the application). We must access to an engine written in .Net (this engine is also too "big" ...). This ...
1
vote
2answers
813 views

How to make an animation listener in MonoDroid?

I want to take this android code and convert it to monoDroid Animation fade2 = AnimationUtils.loadAnimation(this, R.anim.fade_in2); fade2.setAnimationListener(new AnimationListener() { public ...
0
votes
2answers
59 views

App-Icon Create an Overlayinformation (Number)?

How can I clone this behaviour (iOS) on an Android-App? Technically its definitly possible as I have an app by my own on my Androidphone - its an Email-App with a very similiar indicator on the ...
8
votes
6answers
6k views

MonoDroid VS Java in android development?

I know C# rather well and just love Visual Studio as IDE. :) Yet now I want to start developing for android... I found out about MonoDroid and wanted to ask if it has any downsides to it that would ...
2
votes
2answers
272 views

how to bind an image src to resource drawable image with Mvvmcross?

I'm trying to bind an image's src. I have tried using MvxHttpImageView like this <Mvx.MvxHttpImageView android:layout_width="wrap_content" ...
2
votes
1answer
797 views

Constructor in ViewModel

Is it possible to have a constructor in the view model, wich initializes the data service? (Don't get me wrong, my data service is accessing the web-service of the data storage) Something like this ...
1
vote
1answer
129 views

MvvmCross Android - Alternative to RelativeSource binding for button command

I have a list of items bound to a MvxBindableListView with a MvxItemTemplate. I usually have 4 items in my list bound to my view. Data gets updated and the view displays the new data just fine. Now, ...
1
vote
1answer
109 views

MvvmCross Android Bind Image from byte[]

Does anyone know how to bind a byte[] (image) to a Image control in a axml view. My ViewModel inherit from MvxViewModel. All my other bindings works great but I cannot find a way to bind that image.
1
vote
1answer
268 views

Insert a Monogame view inside MvvmCross monodroid Activity

I'm trying to build a Monogame view inside a RelativeLayout from my MvvmCross monodroid Activity view. An android Activity inherits from Microsoft.Xna.Framework.AndroidGameActivity to be able to run ...
1
vote
1answer
335 views

How to create view's actions listener for MvxItemTemplate

I have a view which contains an MvxListView and a form. I can hide the softkeyboard using the following code in my view's code (as this is pure view concerns) var editText = ...
1
vote
1answer
242 views

how to use dropnet, sharpbox and othere libraries in Monodroid

I have created on image uploader as a desktop application. Now I want to port it to Android using Monodroid. Application uploads images to dropbox. In the desktop version I have used "dropnet" which ...
1
vote
0answers
112 views

How to launch video icon in camera

I am trying to launch an app through adb in my android phone. I have tried adb getevent. But it dumps so many events. How can I make out which one I need? Is there any other way I can launch the app? ...
1
vote
1answer
597 views

MonoDroid apps don't use correct density drawables

I am getting some very interesting results when testing an app developed with MonoDroid on different devices with varying screen sizes and densities. I have the following (simplified) folder ...
0
votes
0answers
141 views

Alternative to WebClient.OpenWrite

As described in my question from yesterday there seems to be a bug in Mono for Android's WebClient.OpenWrite method. This method is meant to return a Stream which allows writing to a location on a ...
0
votes
1answer
164 views

MvvmCross Android Button Click binding not working in Release build

Following on this question, I have built the application in Release and published to a Samsung Galaxy Tab 2 10.1, Android version 4.0.4, and the button click command does not fire. I even put a dialog ...
0
votes
1answer
98 views

load the entire ListView in background and get an UIControl inside each ListItem

I need to load a ListView entirely and get an UIControl inside each ListItem even if the item view is not displayed on the screen. I tried the ChildViewAdded event, but it is raised only when the ...
0
votes
1answer
183 views

Error generating projects in Eclipse

It's about a week that i installed eclipse and SDK and ... but even when i open a new Hello World project and i want to run that eclipse shows this error: Error generating final archive: Failed to ...
0
votes
1answer
364 views

Android Activity Life Cycle

Activity 1 starts Activity 2 with a button click. Once the static content for Activity 2 is set and displayed to the user, I want to kick off an AsyncTask. In the execution of the AsyncTask a ...
0
votes
1answer
313 views

Clickable Views in Custom ExpandableListView

transferAvailPowered.axml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" ...
0
votes
3answers
514 views

How to debug in VS using Mono for android?

It seems that if I put a breakpoint somewhere in my Visual Studio it doesn't do anything if I compile my app in Debug mode. (like the code never reaches that point although it actually does). Is there ...
0
votes
2answers
975 views

OnChildClick inside ExpandableListActivity does not fire

I am having an issue that I have spend way too much time trying to figure out. I can't get the OnChildClick listener to fire when one of the child items in my ExpandableListAdapter is clicked. It was ...

1 2 3 4