To my knowledge (I've not scoured every inch of the Android API), there is no "built-in" "cloud computing" in Android. What you are going to want to investigate are various services offered by Google and Amazon, such as the Google AppEngine (and other services) and Amazon's EC2. Here are the links respectively: http://code.google.com/appengine/ and http://aws.amazon.com/ec2/
I think Amazon might offer an Android SDK to facilitate some calls to their stuff, but I don't think Google does this at this time. What is going on behind the scenes are basically http calls (or RESTful calls) back and forth from the Android app to the cloud service. You would need to just build a shell of an app that does all the communicating that way. On Mon, Mar 21, 2011 at 1:03 PM, rishabh agrawal <[email protected]>wrote: > I am a Begginer in android.But i want develope apps for Cloud > Computing....So for Cloud Computing...Which Language is nessesary. > Please Help me.I am Fresher........ > > -- > 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

