Re: [android-developers] Cloud Computing

2011-03-22 Thread Marcin Orlowski
On 21 March 2011 19:08, TreKing treking...@gmail.com wrote:

 On Mon, Mar 21, 2011 at 1:03 PM, rishabh agrawal 
 android.rish...@gmail.com wrote:

 I am a Begginer in android.But i want develope apps for
 Cloud Computing


 Oh for goodness sake.


And who says marketing buzzwords do not work?

Regards,
Marcin Orlowski

Tray Agenda http://bit.ly/trayagenda - keep you daily schedule handy...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Cloud Computing

2011-03-21 Thread rishabh agrawal
I am a Begginer in android.But i want develope apps for Cloud
ComputingSo 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Cloud Computing

2011-03-21 Thread TreKing
On Mon, Mar 21, 2011 at 1:03 PM, rishabh agrawal
android.rish...@gmail.comwrote:

 I am a Begginer in android.But i want develope apps for Cloud Computing


Oh for goodness sake.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Cloud Computing

2011-03-21 Thread Justin Giles
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
android.rish...@gmail.comwrote:

 I am a Begginer in android.But i want develope apps for Cloud
 ComputingSo 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en