[android-developers] Re: How I use Web Services in android.?

2012-01-31 Thread Harpreet Singh
Hello,

I am just stuck to a thing.

I am using a soap service with method called LoadForm.
I am sending as request serviceId(int) and it is responding me with
ResponseForm(string) and that is an entire html code of the online
form.
How should I use it to built an activity i.e. to show that form in my
activity.
Please reply if you have some ideas.

Thanks,
Harpreet.


On Jan 30, 3:06 pm, Harpreet Singh harry...@gmail.com wrote:
 Hi friends,

 I resolved my problem, actually i have to call the soap service in my
 app and i was finding the way to develop that service in my. How silly
 of me... :P
 Moreover I find out that the service was not working in AVD version
 2.1 and it worked well in AVD version 2.3.x.

 Thanks for all your support.

 I also get successful in saving the user info by using
 SharedPreferences to make my app autologin each time user open the
 app.

 Thanks,
 Harpreet.

 On Jan 25, 5:52 pm, unicus unicus unicus...@gmail.com wrote:







  Harpit,

  I have developed sample tutorial.You can idea how to access webservice in
  android.
  please following 
  linkhttp://androidbasic-answer.blogspot.com/2012/01/access-webservice-fro...
  --
  *More info*,http://androidbasic-answer.blogspot.com/

-- 
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] Re: How I use Web Services in android.?

2012-01-31 Thread Harpreet Singh
Any example/ sample you have for ::
If I develop my own xml_layouts of forms and save them to server, so
then how I'll use them to get as response and then show them as
activity in app?
Please help if you have any idea.

Or Can tell any other way to use a form coming as response, to use it
as activity.

Thanks,
Harpreet.


On Jan 30, 3:06 pm, Harpreet Singh harry...@gmail.com wrote:
 Hi friends,

 I resolved my problem, actually i have to call the soap service in my
 app and i was finding the way to develop that service in my. How silly
 of me... :P
 Moreover I find out that the service was not working in AVD version
 2.1 and it worked well in AVD version 2.3.x.

 Thanks for all your support.

 I also get successful in saving the user info by using
 SharedPreferences to make my app autologin each time user open the
 app.

 Thanks,
 Harpreet.

 On Jan 25, 5:52 pm, unicus unicus unicus...@gmail.com wrote:







  Harpit,

  I have developed sample tutorial.You can idea how to access webservice in
  android.
  please following 
  linkhttp://androidbasic-answer.blogspot.com/2012/01/access-webservice-fro...
  --
  *More info*,http://androidbasic-answer.blogspot.com/

-- 
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] Re: How I use Web Services in android.?

2012-01-30 Thread Harpreet Singh
Hi friends,

I resolved my problem, actually i have to call the soap service in my
app and i was finding the way to develop that service in my. How silly
of me... :P
Moreover I find out that the service was not working in AVD version
2.1 and it worked well in AVD version 2.3.x.

Thanks for all your support.

I also get successful in saving the user info by using
SharedPreferences to make my app autologin each time user open the
app.

Thanks,
Harpreet.


On Jan 25, 5:52 pm, unicus unicus unicus...@gmail.com wrote:
 Harpit,

 I have developed sample tutorial.You can idea how to access webservice in
 android.
 please following 
 linkhttp://androidbasic-answer.blogspot.com/2012/01/access-webservice-fro...
 --
 *More info*,http://androidbasic-answer.blogspot.com/

-- 
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] Re: How I use Web Services in android.?

2012-01-25 Thread Harpreet Singh
Hello Sir,

What I really want is that::
Activity 1:: Login Page (asks for email address  access code).
Activity 2:: Application Form (a complete form to fill) then SUBMIT.

So right now I am at Activity 1, I want that when user fill email
address and access code, it check that from online running site
(http://www.premiere-concierge.com/services.aspx) using soap and give
the response regarding Login Successful or not.

If Login is successful, then it move to Activity 2 otherwise shows an
error( i am using textview to shows the error on Activity1.)

I am studying about SOAP, as I am new to this concept, never used any
web service before.
so the doubts came::

1. Where to write all these codes of SOAP (i read that it has to be
written in xml file, then where to save this/these xml file(s) in
Project [ either in layout, in assets or in values {where?}]).
2. What names should I use to save this file? (Is soap_service.xml is
OK?)
3. Should the Soap Request  Soap Response be on same xml file or not.
4. Now How I implement this/these xml file(s) in Java Code.

Examples, Samples, links... Anything preferred.

Sorry for all these silly questions but doubts have to be cleared.

Thanks.
Harpreet.
harry...@gmail.com




On Jan 25, 10:15 am, Shubhangi shubhangidesa...@gmail.com wrote:
 hello I have used a web service created in .NET in android in my
 application.
 so please let me knw what exactly you want to do. so that i can send u demo
 example for this

 thank you
 regards







 On Wed, Jan 25, 2012 at 10:12 AM, Bhaumik Thaker bgtha...@gmail.com wrote:
  u can refer stackoverflow for this it may help u a lot

  On Tue, Jan 24, 2012 at 6:59 PM, Harpreet Singh harry...@gmail.comwrote:

  Actually I have to develop the app in form that the user access id 
  pwd has to be checked from site and get the response.  User should
  always be on app, I dont have to take him to any website, he has to
  access everything on app. :)

  On Jan 24, 4:28 pm, unicus unicus unicus...@gmail.com wrote:
   ok then learn how to consume soap based website in android.

   --
   *More info*,http://androidbasic-answer.blogspot.com/

   On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh harry...@gmail.com
  wrote:
Actually the website is developed in .NET, they are going to provide
me WebServices information.
I studied regarding web services on internet and going to develop it
using ksoap2, wsdl and whatever it needs.
Sorry actually I am new to this stuff.
Please do suggest whatever you like, like::
What concept should I use and all.
Thanks.

On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
 Is your web service is soap based or simple servlet?.

 On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com
  wrote:
  On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh 
  harry...@gmail.com
wrote:

  How can I communicate with the database which that site is using?

  Have the site developers provide you an api.

  ---
--
  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

--
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

  --
  Bhaumik Thaker

   --
  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 

Re: [android-developers] Re: How I use Web Services in android.?

2012-01-25 Thread Mark Murphy
On Wed, Jan 25, 2012 at 7:28 AM, Harpreet Singh harry...@gmail.com wrote:
 1. Where to write all these codes of SOAP (i read that it has to be
 written in xml file, then where to save this/these xml file(s) in
 Project [ either in layout, in assets or in values {where?}]).
 2. What names should I use to save this file? (Is soap_service.xml is
 OK?)
 3. Should the Soap Request  Soap Response be on same xml file or not.
 4. Now How I implement this/these xml file(s) in Java Code.

Android does not have built-in SOAP support. Please ask your questions
of some group that offers SOAP for Android.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

-- 
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] Re: How I use Web Services in android.?

2012-01-25 Thread unicus unicus
Harpit,

I have developed sample tutorial.You can idea how to access webservice in
android.
please following link
http://androidbasic-answer.blogspot.com/2012/01/access-webservice-from-android-device.html
-- 
*More info*,
http://androidbasic-answer.blogspot.com/

-- 
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] Re: How I use Web Services in android.?

2012-01-24 Thread unicus unicus
ok then learn how to consume soap based website in android.

-- 
*More info*,
http://androidbasic-answer.blogspot.com/


On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh harry...@gmail.com wrote:

 Actually the website is developed in .NET, they are going to provide
 me WebServices information.
 I studied regarding web services on internet and going to develop it
 using ksoap2, wsdl and whatever it needs.
 Sorry actually I am new to this stuff.
 Please do suggest whatever you like, like::
 What concept should I use and all.
 Thanks.

 On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
  Is your web service is soap based or simple servlet?.
 
 
 
 
 
 
 
 
 
  On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com wrote:
   On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh harry...@gmail.com
 wrote:
 
   How can I communicate with the database which that site is using?
 
   Have the site developers provide you an api.
 
  
 ---
 --
   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

 --
 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

[android-developers] Re: How I use Web Services in android.?

2012-01-24 Thread Harpreet Singh
Thanks Sir. Today I also get requirements what I need.
So I had to use Soap Service, in which I have to access a checklogin
method and match my UserName and Password with the method data and
then get the access to next service.

Any suggestion regarding this.

Thanks for the link, studying that too.


On Jan 24, 4:28 pm, unicus unicus unicus...@gmail.com wrote:
 ok then learn how to consume soap based website in android.

 --
 *More info*,http://androidbasic-answer.blogspot.com/







 On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh harry...@gmail.com wrote:
  Actually the website is developed in .NET, they are going to provide
  me WebServices information.
  I studied regarding web services on internet and going to develop it
  using ksoap2, wsdl and whatever it needs.
  Sorry actually I am new to this stuff.
  Please do suggest whatever you like, like::
  What concept should I use and all.
  Thanks.

  On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
   Is your web service is soap based or simple servlet?.

   On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com wrote:
On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh harry...@gmail.com
  wrote:

How can I communicate with the database which that site is using?

Have the site developers provide you an api.

  ---
  --
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

  --
  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


[android-developers] Re: How I use Web Services in android.?

2012-01-24 Thread Harpreet Singh
Actually I have to develop the app in form that the user access id 
pwd has to be checked from site and get the response.  User should
always be on app, I dont have to take him to any website, he has to
access everything on app. :)

On Jan 24, 4:28 pm, unicus unicus unicus...@gmail.com wrote:
 ok then learn how to consume soap based website in android.

 --
 *More info*,http://androidbasic-answer.blogspot.com/







 On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh harry...@gmail.com wrote:
  Actually the website is developed in .NET, they are going to provide
  me WebServices information.
  I studied regarding web services on internet and going to develop it
  using ksoap2, wsdl and whatever it needs.
  Sorry actually I am new to this stuff.
  Please do suggest whatever you like, like::
  What concept should I use and all.
  Thanks.

  On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
   Is your web service is soap based or simple servlet?.

   On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com wrote:
On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh harry...@gmail.com
  wrote:

How can I communicate with the database which that site is using?

Have the site developers provide you an api.

  ---
  --
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

  --
  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


Re: [android-developers] Re: How I use Web Services in android.?

2012-01-24 Thread Bhaumik Thaker
u can refer stackoverflow for this it may help u a lot

On Tue, Jan 24, 2012 at 6:59 PM, Harpreet Singh harry...@gmail.com wrote:

 Actually I have to develop the app in form that the user access id 
 pwd has to be checked from site and get the response.  User should
 always be on app, I dont have to take him to any website, he has to
 access everything on app. :)

 On Jan 24, 4:28 pm, unicus unicus unicus...@gmail.com wrote:
  ok then learn how to consume soap based website in android.
 
  --
  *More info*,http://androidbasic-answer.blogspot.com/
 
 
 
 
 
 
 
  On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh harry...@gmail.com
 wrote:
   Actually the website is developed in .NET, they are going to provide
   me WebServices information.
   I studied regarding web services on internet and going to develop it
   using ksoap2, wsdl and whatever it needs.
   Sorry actually I am new to this stuff.
   Please do suggest whatever you like, like::
   What concept should I use and all.
   Thanks.
 
   On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
Is your web service is soap based or simple servlet?.
 
On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com
 wrote:
 On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh 
 harry...@gmail.com
   wrote:
 
 How can I communicate with the database which that site is using?
 
 Have the site developers provide you an api.
 
  
 ---
   --
 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
 
   --
   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




-- 
Bhaumik Thaker

-- 
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] Re: How I use Web Services in android.?

2012-01-24 Thread Shubhangi
hello I have used a web service created in .NET in android in my
application.
so please let me knw what exactly you want to do. so that i can send u demo
example for this

thank you
regards




On Wed, Jan 25, 2012 at 10:12 AM, Bhaumik Thaker bgtha...@gmail.com wrote:

 u can refer stackoverflow for this it may help u a lot


 On Tue, Jan 24, 2012 at 6:59 PM, Harpreet Singh harry...@gmail.comwrote:

 Actually I have to develop the app in form that the user access id 
 pwd has to be checked from site and get the response.  User should
 always be on app, I dont have to take him to any website, he has to
 access everything on app. :)

 On Jan 24, 4:28 pm, unicus unicus unicus...@gmail.com wrote:
  ok then learn how to consume soap based website in android.
 
  --
  *More info*,http://androidbasic-answer.blogspot.com/
 
 
 
 
 
 
 
  On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh harry...@gmail.com
 wrote:
   Actually the website is developed in .NET, they are going to provide
   me WebServices information.
   I studied regarding web services on internet and going to develop it
   using ksoap2, wsdl and whatever it needs.
   Sorry actually I am new to this stuff.
   Please do suggest whatever you like, like::
   What concept should I use and all.
   Thanks.
 
   On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
Is your web service is soap based or simple servlet?.
 
On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com
 wrote:
 On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh 
 harry...@gmail.com
   wrote:
 
 How can I communicate with the database which that site is using?
 
 Have the site developers provide you an api.
 
  
 ---
   --
 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
 
   --
   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




 --
 Bhaumik Thaker

  --
 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

[android-developers] Re: How I use Web Services in android.?

2012-01-23 Thread Harpreet Singh
Actually the website is developed in .NET, they are going to provide
me WebServices information.
I studied regarding web services on internet and going to develop it
using ksoap2, wsdl and whatever it needs.
Sorry actually I am new to this stuff.
Please do suggest whatever you like, like::
What concept should I use and all.
Thanks.

On Jan 22, 4:50 pm, unicus unicus unicus...@gmail.com wrote:
 Is your web service is soap based or simple servlet?.

 --
 More info,http://androidbasic-answer.blogspot.com/







 On Fri, Jan 20, 2012 at 11:21 PM, TreKing treking...@gmail.com wrote:
  On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh harry...@gmail.comwrote:

  How can I communicate with the database which that site is using?

  Have the site developers provide you an api.

  --- 
  --
  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

-- 
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