[mono-android] HOW to dialog with Rest services

2013-05-06 Thread Massimiliano Fabbri
I need to read an write from/to a Rest Api service (Json protocol) There is any how to in Xamarin android ? Thanks Max. ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] HOW to dialog with Rest services

2013-05-06 Thread baramuse
you can use Restsharp, an opensource portable .net rest-client library, available for monodroid too : https://github.com/restsharp/RestSharp works well, embed authentification protocols, xml and json serialization, easy to use !! Have fun. -- View thi

Re: [mono-android] PutIntArrayListExtra Q

2013-05-06 Thread Paul Johnson
Hi, I have a List object that I need to pass to a new activity. Use Intent.PutExtra(string, int[]) with List.ToArray(). Thanks - is there way to use PutIntArrayListExtra with what I want i.PutIntArrayListExtra("ids", (IList)list); will let it build, but will probably not do what I want it

[mono-android] How to create Interstitial Ad using Monodroid

2013-05-06 Thread zia
How to create Interstitial Ad using Monodroid -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/How-to-create-Interstitial-Ad-using-Monodroid-tp5713273.html Sent from the Mono for Android mailing list archive at Nabble.com. _

[mono-android] Compatibility trouble between .Net Runtimes

2013-05-06 Thread yadam
Hello I have a monogame project currently working on Galaxy Tab 2 ICS I developed it with MonoGame with Mono 2.10.9 When I try to compile it with Mono 2.10.12, it fails : internal compiler error with Texture2D. I spent a lot of time to find out it, and it is quite difficult to work in those c

[mono-android] Sliding drawer example

2013-05-06 Thread Paul Johnson
Hi, I've had a mooch around looking for a C# example of how to correctly implement a drawer from the bottom. While I've found lots of Java ones, I can't seem to find any for Xam.Android. Anyone point me in the right direction for one? Paul -- "Space," it says, "is big. Really big. You just w

Re: [mono-android] Sliding drawer example

2013-05-06 Thread Paul Johnson
Hi Arian, i'll convert one of the nicer ones in java for 5-800$ Why not just do it for the good of the community - we can all benefit from it then! Paul -- "Space," it says, "is big. Really big. You just won't believe how vastly, hugely, mindbogglingly big it is. I mean, you may think it'

[mono-android] Camera get photo sample

2013-05-06 Thread Massimiliano Fabbri
I'm following the camera photo sample from here: http://docs.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_and_save_using_camera_app The issueI got is the _file variable is always null!! the _dir variable is ok. Where I'm wrong ? Java.IO.File_file; Java.IO.File_dir; private

[mono-android] Browse File

2013-05-06 Thread Massimiliano Fabbri
Hi all I would to download the FilePickerExample.zip But I can't find any link or url to download from. It is taken frm this articles: http://docs.xamarin.com/recipes/android/data/files/browse_files Thanks Max. ___ Monodroid mailing list Monodroid@lists

Re: [mono-android] Camera get photo sample

2013-05-06 Thread Tom Opgenorth
Are you running on this on a device? or on the emulator? On Mon, May 6, 2013 at 12:09 PM, Massimiliano Fabbri wrote: > I'm following the camera photo sample from here: > http://docs.xamarin.com/recipes/android/other_ux/camera_intent/take_a_picture_and_save_using_camera_app > > The issue I got is

Re: [mono-android] Camera get photo sample

2013-05-06 Thread Massimiliano Fabbri
It's a real device and the file is correctly saved into the correct folder Il 06/05/13 21:45, Tom Opgenorth ha scritto: Are you running on this on a device? or on the emulator? On Mon, May 6, 2013 at 12:09 PM, Massimiliano Fabbri wrote: I'm following the camera photo sample from here: http:/

Re: [mono-android] Browse File

2013-05-06 Thread Tom Opgenorth
Hi Max, Thanks for letting use know. For some reason the ZIP file download isn't appearing for some recipes. In the meantime, you can get this particular sample from Github: https://github.com/xamarin/monodroid-samples/tree/master/FilePickerExample On Mon, May 6, 2013 at 12:59 PM, Massimiliano F

[mono-android] SlidingDrawer issue

2013-05-06 Thread Paul Johnson
Hi, I've ported the code at http://androidbite.blogspot.in/2012/10/android-slidingdrawer-example.html (it was simple enough) and have come up with this using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget; using Android.OS;

Re: [mono-android] for hire

2013-05-06 Thread Patrick Burdett
no ads please. On Apr 17, 2013, at 7:26 AM, Sayed Arian Kooshesh wrote: > Hey guys, > > I'm for hire right now, 45$/hour. Mono-droid,android,python/perl/php/c++ and > c. > > -Arian Kooshesh > State programming champ > ___ > Monodroid mailing list > M