americosfacebook / googletv-issues

Automatically exported from code.google.com/p/googletv-issues
0 stars 0 forks source link

Appengine Datastore record not entered #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can from both my Android Smartphone emulator and HTC Thunderbolt upload data 
records into my appengine appspot servlet.  But when I try both the GTV 
Emulator and Revue, no success on record entry.

Original issue reported on code.google.com by tom.birm...@donnerlakesoftware.com on 3 May 2012 at 6:04

GoogleCodeExporter commented 8 years ago
Sample code please.

Original comment by mjo...@google.com on 3 May 2012 at 6:05

GoogleCodeExporter commented 8 years ago
My error.  It can be closed as user error.  I had the network request to the 
appengine running on a UI thread.  Here's a code snippet for others to 
reference...

public class YourClass extends AsyncTask<String, Void, String> {

    protected String doInBackground(String...urls) {

Original comment by tom.birm...@donnerlakesoftware.com on 3 May 2012 at 11:09

GoogleCodeExporter commented 8 years ago
User error.

Original comment by mjo...@google.com on 21 May 2012 at 6:58