Click here to Skip to main content
15,894,343 members
Everything / MonoForAndroid

MonoForAndroid

MonoForAndroid

Great Reads

by ThatsAlok
Demonstration of Bound Service!
by ThatsAlok
Demonstration of started service.
by ThatsAlok
Code for providing notification using Android notification service.
by F. Aro
Making a custom ListAdapter

Latest Articles

by F. Aro
Making a custom ListAdapter
by ThatsAlok
Article demonstrating use of Alert-Dialog in android universe.
by ThatsAlok
Demonstration of started service.
by ThatsAlok
Code for providing notification using Android notification service.

All Articles

Sort by Score

MonoForAndroid 

30 Aug 2015 by Suvendu Shekhar Giri
It would be great to decide which payment gateway you are going to integrate and then search in google and you can ask the vendor itself for the support.However, you may check these links to get some idea-E-Payment Integrator V6 - Indie Edition[^]Android integration with...
19 Dec 2012 by Ravi Bhavnani
Yes there is.  See this[^] sample./ravi
24 Oct 2012 by robroysd
Hi, 1. I have a WCF service, deployed as part of an asp.net mvc3 application.[ServiceContract] public interface ILoadService { [OperationContract] string SayHello(string yourName); }// implemented as:public class LoadService : ILoadService ...
28 Oct 2012 by akilmbelim
I downloaded mono file and i can see it in my visual studio.but i can not use it.What to do? Do I need to download other tools?reply me.
28 Oct 2012 by OriginalGriff
Start here: YouTube: Mono for Android Application Development: Hello World[^]
29 Oct 2012 by ridoy
http://www.c-sharpcorner.com/UploadFile/manish1231/welcome-world-first-android-application-in-visual-studio-2010/[^]http://docs.xamarin.com/Android/Guides/Getting_Started/Hello%252c_World[^]
11 Nov 2012 by Yvan Rodrigues
This doesn't seem to be possible but I'd like to determine the screen size and resolution without having a Context or Activity and without subclassing Application; in other words, from a static/global scope.
18 Dec 2012 by Mico Perez
Hi AllIs this possible Create Media Player in Android using C#. I am trying to goggle but i cannot find any topics.Thanks Guys
3 Feb 2013 by khosro moradaliyan
How To Simple drawing Line in Android?Pls Help Me
4 Feb 2013 by DinoRondelly
This should help,http://stackoverflow.com/questions/3616676/how-to-draw-a-line-in-android[^]
4 Feb 2013 by Abhishek Pant
How to draw a line in Android[^]Draw a line[^]
12 Feb 2013 by p.ostovari
I'm writing some SMS sending and receiving codes in monoDroid.Is there any way to debug codes on emulator and send or receive SMS using a real phone or GSM modem which is connected to the computer with USB cable?
8 Aug 2013 by mohammadali1375
Hi.In this program when i call bluetoothSocket.Connect() this error happen : Java.IO.IOException: Service discovery failed at Android.Runtime.JNIEnv.CallVoidMethod (intptr,intptr) [0x00022] in...
14 Jan 2014 by Member 10524708
I want to populate a spinner using GetAllUsers() method of my wcf web services.The method returns all users from database.I have successfully used it in web form on button click.I want to populate spinner in xamarin android with all the users using web service.I dont know how to do it....
29 Jun 2015 by Member 11765833
I had generated a class file from the Web Service using the tool "ServiceModel Metadata Utility Tool (Svcutil.exe)" and trying to get the data from the class file.Download My Source Code From here : Codebut it is showing System.Invalid Operation ExceptionHelp me in solving i this issue.
7 Jul 2015 by Member 11765833
I am trying to get the data from my web service.I create a proxy class by using SlSvcUtil , Iam trying to access a method from my proxy class like thisvoid OnGotResult(object sender, GetChildrenCompletedEventArgs e) { resultsLabel.Text = e.Result.ToString(); ...
13 Jul 2015 by Member 11765833
Iam working on Monodroid to generate Expandable list View and my requirement image is like thisLink to Image. I used the code based on the link Link to CodeBy modifying the code in the above link i got the child from the parent node but, it is not showing the subchild from the child...
11 Aug 2015 by Vaikesh K P
There are so many notes about listview in Xamarin. Some of the good notes are noted below :1) ListView in Xamarin.Android 2) ListViews and Adapters in Xamarin 3) Tables and Cells in Xamarin.iOS4) ListView in Xamarin.Forms5)List view interaction – Add, delete and...
26 Aug 2015 by Member 11765833
Hi , can anyone please help me about how to upload image to Picasa Web Albums . My code is like belowstring file = "/data/data/Online_Mix.Online_Mix/files/Testing.jpg"; string username = _userName; PicasaService oService = new...
2 Sep 2017 by Member 13390774
This class has everything that I have made so far. Objective: Get The Intersect & IntersectAt Methods Functioning I am challenged in this regard, I'm not the greatest math wizard and could use some help with the formulas and programmatic operations which make such functions operate in...
21 Nov 2013 by ThatsAlok
Demonstration of Bound Service!
21 Nov 2013 by ThatsAlok
Demonstration of started service.
21 Nov 2013 by ThatsAlok
Code for providing notification using Android notification service.
29 Apr 2014 by F. Aro
Making a custom ListAdapter
21 Nov 2013 by ThatsAlok
Article demonstrating use of Alert-Dialog in android universe.
25 Oct 2012 by BBBwex
Greetings,I'm working on an app that will tell me how long a vehicle has been driving and standing still based on GPS info on and android device.So far for reading the GPS I have not been able to find an eventhandler that will let me read the GPS while standing stillWhen using the...
14 Mar 2013 by nika2008
i am trying to connect android app with web service, i am using monodroid c# visual studio 2010.the funcion of webservice is normal fucniton helloworld()the webservice funciton work fine i try it in normal web form web side asp.netbut wanna i try to us on monodroid i have problem...
30 Aug 2015 by Member 11765833
Hi, I need to integrate payment gateway for my Xamarin android project, I am unable to find any sample code to get this. Any body please help me for this.
9 Aug 2015 by amir tavakoli
I need a C# code sample for create a simple listview.just that
19 Aug 2013 by Ammar Al-hamdabni
I want to monitor by GPS in c#. Waht's the codeCan I do it and what's the tools.Please help me because I have graduate projectnot only that also I want to transfer databy WiFi in mono android
4 Nov 2013 by mohammad saeed
HelloI working with VS 2010 Mono Android.Android SDK 2.2Mono 4.6.00049I need easy C# mono sample code to take full data from message inbox (sms inbox) or read data from master database messages.in fact , get Phone number and text of inbox messagesview to listview or ...Thanks