user2591270
user2591270

Reputation: 29

Android connectivity with Google cloud SQL

I want to save the value of text box from Android activity to Google cloud SQL. How I can do that?

Upvotes: 2

Views: 961

Answers (1)

Peter Knego
Peter Knego

Reputation: 80330

Start reading docs:

  1. Communication from Android to GAE - see Cloud Endpoins
  2. Saving/retrieving data on GAE: see using Cloud SQL service on GAE.

Upvotes: 1

Related Questions