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).
0
votes
0answers
12 views
async / await in .NET 4.5 PCL targeting Mono for Android?
I'd like to make a Portable Class Library (PCL) version of a .NET 4.5 library capable of targeting Mono for Android. This library also makes heavy use of async / await.
I understand that the latest ...
0
votes
0answers
7 views
Android Scaling & Density Issues
I have two near identical tablets I'm developing on, both ASUS Transformer's.
The higher end model has the following specs (where dm = ApplicationContext.Resources.DisplayMetrics):
dm.Density = 1.5
...
1
vote
1answer
9 views
Topleft and bottom right points in android google maps version 2 monodroid
newly I switched to Google Maps version 2 for android in my monodroid project. in version 1 by using LatitudeSpan and center point of a the map view we can execute the topleft and bottomright point's ...
1
vote
0answers
135 views
Monodroid WebView Loading SSL page
I have tried loading a WebView with a SSL page, and I am getting an error. Code and error below. I have set my permissions to allow Internet access.
I think this is a Mono-only issue. When I try my ...
0
votes
0answers
24 views
How can I resolve “No resource identifier found” for attributes in my Android project?
I'm trying to implement a simple GridLayout in Xamarin Studio, as outlined in this example:
...
0
votes
1answer
60 views
Invoke PublishProgress() from a callback yet invoked from AsyncTask
After 3 years of reading it's my 1st post here. There never was a need to write one. It's a very good site here.
I got the idea to extend the native AsyncTask class to support callbacks invoked ...
0
votes
0answers
41 views
Imageview doesn't load the image programatically
I have a layout with a ImageView component
I want to load a image programatically
I tried to load a image from a file and from a drawable resource, in the OnCreate() event and when a button is ...
0
votes
0answers
19 views
Delay between calling NotifyDataSetChanged and seeing the change happen
I have the following code in the constructor of my BaseAdapter<T> that tells the list to update when the FinishedSearch Action is fired.
public SearchListAdapter (Activity oContext)
: base ...
0
votes
0answers
11 views
GEO location, and reverse geo coding not working in Xamarin
I have been trying from long time to get following program run
http://docs.xamarin.com/recipes/android/os_device_resources/geocoder/reverse_geocode_a_location
CODE :
using System;
using ...
0
votes
0answers
50 views
Monocross: Issue with seach Impl in Android
I am new to Monocross/ Xamarin and fairly new to Android development as well. I was trying to work out a few samples with the Fragment view within monocross (looking into the Customer Management ...
1
vote
1answer
29 views
How to display MessageBox in Monodroid
How can I display a message box in Xamarin.Android? How can I get the yes or no response from the message box?
--- Updated :
myBtn.Click += (sender, e) =>
{
new AlertDialog.Builder(this)
...
0
votes
1answer
15 views
Branching and assembly names
We use Visual Studio and TFS to do version/Branch control.
I'm developing a monodroid application and I want my client to have a UAT version as well as a live version. The way (As far as I know) to ...
0
votes
1answer
26 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 ...
5
votes
0answers
68 views
+50
Xamarin Android: Keep control with Alert Dialog until a button is clicked
We are using a static Alert Dialog to get confirmation from the user for certain actions. In our call to Show() we want to keep control until the user clicks a button so that we can return the button ...
4
votes
4answers
5k views
“Waiting for device” when debugging on phone
When I debug my Android app on a device it just sits at "Waiting for device" endlessly. There is nothing in the log to say that something is awry. It works perfectly the first 1 or 2 times then simply ...
2
votes
1answer
40 views
Handle tasks when activity is stopped in monodevelop
I am developing an android app using Xamarin and I am having issues using background threads. In their Multitasking demo (http://docs.xamarin.com/samples/MultiThreading) the authors create a task that ...
2
votes
2answers
307 views
Is there a Cross Platform Library for the Xamarin Stack to track usage with Google Analytics?
I want to track usage for my Cross Platform Apps developed with the Xamarin Tools (MonoTouch, MonoDroid, Windows Phone) with Google Analytics. While there is a MonoTouch binding around, it seems I ...
5
votes
2answers
272 views
Facebook v3 sdk monodroid binding
Has anyone tried to create a new monodroid binding for version 3 of the Facebook sdk? I've been using the older version of the Facebook sdk created with Monodroid Facebook Binding. But the new ...
1
vote
0answers
28 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
16 views
Does Android have equivalent for Obscured and UnObscured events
In Windows phone there is Obscured and UnObscured events; it is a dialogbox pop up when the phone rings or MessageBox pop up.
Thanks
1
vote
1answer
17 views
MvvmCross: Android Application attribute
When using MvvmCross for Android, where is the actual Application object normally used by Android? This object is not always needed unless you want to customize the tag in the manifest. Mono for ...
0
votes
0answers
25 views
Overriding Map in Google Android Map Version 2 monodroid
As we know google do not support google android map version 1 from some times ago. xamarin also have done some works for supporting this version. I now want to update version 2. In version 1 many ...
0
votes
1answer
50 views
How to Get GPS base on Wifi using Xamarin
This code base on the link below:
http://docs.xamarin.com/guides/android/platform_features/maps_and_location/part_3_-_location_services
I could not get any Lat/Lon ( Gps/Wifi)
The code is below :
...
2
votes
1answer
34 views
Creating a PCL that targets Monodroid
I am looking at the shiny MVVMCross project, specifically the N+1 days of MVVMCross series, and I notice that @slodge creates a PCL that targets Mono for android and Monotouch (at 1:10).
I have ...
0
votes
1answer
133 views
Xamarin Monodroid auto update data on Android App
Is there a way or an example to use a service or something to auto update any changes made from an app to show on other devices using the same app?
We have a native/local application we use in-house ...
1
vote
1answer
14 views
MonoCross: KeyNotFoundException in MXDialogActivityView.OnCreate() when re-starting application
I've been using Xamarin's Mono for Android and the MonoCross framework to develop an application, which is currently running under Android (2.3, 4.0 and others).
In my app, I have a main activity, ...
1
vote
1answer
48 views
showing some thing like र on the android dropdown
I'm trying to show currency symbols on the dropdown in my monodroid application.
As you know currency units contain some thing like "र". but when I run application, the drop down just show a ...
0
votes
1answer
47 views
Cannot displaying MapView
I tried below tutorial MapView
http://docs.xamarin.com/guides/android/platform_features/maps_and_location/part_2_-_maps_api
I have added
1) Mono,Android.Googlemaps
2) using Androis.Locations;
3) ...
1
vote
2answers
397 views
Monodroid with Android-Universal-Image-Loader
I'm trying to add this Android library (https://github.com/nostra13/Android-Universal-Image-Loader) in my monodroid project.
In Visual Studio 2010 I've created a Java Bindings Library project in which ...
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.
0
votes
2answers
35 views
Deploying from xamarin android to samsung s3 jellybean 4.1
Hi guys I have some questions regarding deploying apps from Xamarin for Android. I have a samsung s3 with jellybean 4.1 in it and I want to deploy my app that I developed from Xamarin to my phone. But ...
1
vote
1answer
50 views
keep getting this error when compiling xamarin android (mono for android) app
When I compile one of the Android code samples from Xamarin I get the following error on compile, what can I do to fix it?
C:\Program Files
...
0
votes
2answers
131 views
Monodroid Jar Binding Problems with OsmDroid
I am trying to port the trunk version from OsmDroid (3.0.9-SNAPSHOT: http://code.google.com/p/osmdroid/source/browse/). Previously I used the porting from xamarin examples for version 3.0.8. In ...
15
votes
4answers
11k views
Is MonoGame reliable?
I'm looking for a cross-platform game development framework. MonoGame looks easy to learn and fast to develop, but I see most of the games featured at their page do not work, or have a lot of bugs.
...
0
votes
1answer
24 views
Need help on getting google map Key for map application
I visit the below link to get Google map Key
Visit https://developers.google.com/maps/documentation/android/
a) have create a Project in Google Api console
b) have created a SHA1 certificate ...
0
votes
1answer
70 views
How does Xamarin for Android (Mono for Android) compare to native Android development?
I've recently chosen to learn C# and develop mobile apps using C# on Xamarin. Particularly for Windows Phone and Android development. I know that Windows Phone app development is mostly C#, and that ...
0
votes
0answers
25 views
Android - Database is not being seen when debugging program - NULL object reference
I have a NULL object reference to a database that I have in the ASSETS folder, as directed. I rebuilt the project and tried different names like mydatabase.db and mydatabase.s3db for a SQLite ...
1
vote
2answers
50 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
130 views
Integrating SYGIC in Mono for Android
Could anyone help me on how to integrate Sygic SDK in Mono for Android.
0
votes
0answers
17 views
xamarin Android emulator not able to sync account
I am trying to create a calendar app for that I am trying to add account on the android emulator. But when I try to add it it tell me that it "Could not open connection to server" Please check the ...
0
votes
0answers
47 views
How to get GPS or Location
I tried the tutorial GPS and I got the following error messages. What seems to be the problems?
http://docs.xamarin.com/recipes/android/os_device_resources/gps/get_current_device_location
using ...
0
votes
1answer
42 views
null reference exception in android view Visibility binding
I have an MvxListView with a few items.
Each item consists of 2 components, one is visible and the other is not (Gone).
The gone component visibility property is bound to a boolean property on the ...
0
votes
2answers
29 views
Any twitter api or complete solutions for monodroid?
Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if ...
0
votes
1answer
16 views
monodroid Steema.TeeChart.TChart : how to disable user interaction
can any one please tell me how to disable user interaction in TChart Control.
i know how to do this in monotouch linechart.UserInteractionEnabled = false;
5
votes
3answers
585 views
How to use In-App Billing with MonoDroid?
I am developing an Android application that will need to make use of In-app billing. I am using Monodroid in Visual Studio and my experience is in C#, I am not very familiar with Java.
My questions ...
0
votes
1answer
22 views
How to work with AndroidManifest and Assembly
Base on Xamarin Studio instruction, I follow it to create the AndroidManifest which looks as below.
<?xml version="1.0" encoding="utf-8"?>
<manifest ...
0
votes
2answers
47 views
xamarin.android App signing does not work
So im trying to publish my new android app to the Google PlayStore. From reading this tutorial I understand that I have to sign my app before releasing it to the PlayStore. I did exactly the same as ...
0
votes
1answer
36 views
Xamarin.Android application architecture
I have one of those questions which are hard to be asked or answered in a forum. Recently I have been tasked with designing (and implementing) an application which would run on android OS. Since I ...
0
votes
0answers
19 views
“generator.exe” exited with code “-1073741819”
I'am developing a android application in Visual Studio and the Xamarin c# monodroid development tools.
I have some external JAR files that i embed into my projects. Most of the project work fine but ...
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 ...

