I wouldn't hesitate to recommend them, it sort of depends on what the type of API you're looking for is. Parse seems to have a little easier (lightweight) JSON API that you can use really easy with Android standard library stuff (think HttpClient, etc..). It's also a bit more nosql-y if you're into that, and Xeround is a bit more heavyweight to integrate into the Android stuff, and (iirc) MySQL based,
kris On Wed, Aug 22, 2012 at 2:07 PM, Mark Liversedge <[email protected]> wrote: > On Wednesday, August 22, 2012 6:56:21 PM UTC+1, Kristopher Micinski wrote: >> >> Really? Apparently not, we implemented filesystems over services >> using Parse and Xeround for distributed cooperative caching in Android >> apps at an API level, I guess those services don't meet your >> standards, though. >> > Why Xeround, I looked at them and am interested. You didn't mention them > earlier. Is that because you would hesitate to recommend them? > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

