sorry I'll explain more. Parse.com is a really neat giant database back end (in addition to a lot of other things) and currently in one of my apps I'm using it to communicate between my server, which runs on an android phone (and why not? I can query MMQ style, grab 50 items to be opened, throw open 50 threads (or actually I have a pool of 50) and then delegate out the work. Basically eliminating the cost of an expensive server to handle stuff.
The idea is MMQ which is a managed message queue. I'm only telling you this if you _aren't_ working for andrew taylor. I was working on a project for him which he used me as a scape goat to his investors, using the other two programmers to lie about me. None of my ideas are for him, he doesn't deserve my genius. Anyway, one more consideration, unrelated to parse.com, .. have you tried the android json parser? I don't know if it's bound in mono but I was able to even parse FLEX json with it which passes some very large numbers. On Wed, Aug 22, 2012 at 8:58 AM, Sayed Arian Kooshesh <koosh...@gmail.com>wrote: > you're not working for andrew taylor are you? > > Anyway if you are looking for some sort of rpc library might I suggest > looking at parse? You can use the rest api so you don't have to do java > bindings... > > > On Wed, Aug 22, 2012 at 7:55 AM, Stephan Steiner < > stephan.stei...@gmail.com> wrote: > >> That one has been a pain. I was doing WCF, which failed utterly. >> ServiceStack >> works, but best if the server side is ServiceStack as well (I managed to >> do >> something with ServiceStack.Text only.., but I found the API somewhat >> unsatisfactory (let me know if we'd like to see an example). >> Now I'm using RestSharp, but it has some problems parsing certain of my >> responses (using integer enums makes it unable to parse json), so I'm >> using >> ServiceStack.Text to parse. >> >> FastJson also worked for me (in fact I quite liked it), but being GPL was >> a >> nogo for me. >> >> Regards >> Stephan >> >> >> >> -- >> View this message in context: >> http://mono-for-android.1047100.n5.nabble.com/Portable-rest-client-tp5711434p5711449.html >> Sent from the Mono for Android mailing list archive at Nabble.com. >> _______________________________________________ >> Monodroid mailing list >> Monodroid@lists.ximian.com >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid >> > > > > -- > Extreme Knowledge is not something for which he programs a computer but > for which his computer is programming him. > > -Wozniak > > > - if my programming advice has helped you, feel free to donate to : > <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> > > <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> > <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> > -- Extreme Knowledge is not something for which he programs a computer but for which his computer is programming him. -Wozniak - if my programming advice has helped you, feel free to donate to : <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid