We have no idea what you want to do, and we don't have large amounts of
source code hanging around to give people that do each individual thing
possible.

Telling people you're new at this will make them *less* likely to help you,
contrary to what many newcomers think (I should rephrase, telling people
you're new *and* giving very vague descriptions of what you want to do).

You sound as if you have many questions:
  -- How to access a web service:
    Yes, this can be done, what type of service?  You can always send the
necessary http requests to the server and read data back as either xml,
json, etc...
  -- Use a database to keep the data around:
    Lookup "content providers" or look at the database documentation on
Android.  Google for "database android" perhaps, or "sqlite android," if
that doesn't make it clearer.  But you can do this as well
  -- Transfer data between the server and your app using JSON:
    And yes, this can be done as well, try googling "android json" or
something, but in general Android has mature libraries for handling data
formatted like this, and you should make use of them.

Try looking for "web service android" on Googe, you will find answers, but
no one will give you source unless you ask very targeted questions.

Kris

On Tue, Apr 19, 2011 at 11:43 AM, natti <[email protected]
> wrote:

> good one, but i m newbie with web service thing plus there is so many
> proposition on the net that i lost it
> however thx for funny comment!!!
>
> On 31 mar, 23:46, TreKing <[email protected]> wrote:
> > On Thu, Mar 31, 2011 at 4:05 AM, natti
> > <[email protected]>wrote:
> >
> > > I'm new on this Android developpement thing. I just started 2 weeks
> ago.
> >
> > ..
> >
> > > Can any  one help me creat this WB (client and serveur) or send me
> > > a tutorial ???
> >
> > What are you smoking and will you please share?
> >
> >
> -------------------------------------------------------------------------------------------------
> > 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 [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

Reply via email to