Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is an example here, which he creates one of these projects:</p> <p><a href="http://bradabrams.com/2011/05/google-io-session-overview-android-app-engine-a-developers-dream-combination/" rel="nofollow noreferrer">http://bradabrams.com/2011/05/google-io-session-overview-android-app-engine-a-developers-dream-combination/</a></p> <p>And you can checkout the code:</p> <p><a href="http://code.google.com/p/cloud-tasks-io/source/checkout" rel="nofollow noreferrer">http://code.google.com/p/cloud-tasks-io/source/checkout</a></p> <p>So I'm trying now to strip out what I don't need and get back to basically a new "Appengine Connected Android Project" I don't know how successful that'll be, as I don't know what I need or don't!</p> <p>Annoying thing is, if this is do to with C2DM, I don't even want to use C2DM. I just want to invoke my app engine app from android, not send messages to android. Maybe I'm going along the wrong lines?</p> <p><strong>Edit</strong></p> <p>I got my project working (without messages to Android, just Android invoking methods and getting results) using these two examples:</p> <p>How to call your app: <a href="https://stackoverflow.com/questions/8267928/android-rest-client-sample">Android REST client, Sample?</a></p> <p>How to access a security enabled app: <a href="http://krasserm.blogspot.co.uk/2010/01/accessing-security-enabled-google-app.html" rel="nofollow noreferrer">http://krasserm.blogspot.co.uk/2010/01/accessing-security-enabled-google-app.html</a></p> <p>And this to work out how to do the http connection: <a href="http://developer.android.com/reference/java/net/HttpURLConnection.html" rel="nofollow noreferrer">http://developer.android.com/reference/java/net/HttpURLConnection.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload