Re: [android-developers] Google App Engine and Users API and android

2012-06-26 Thread Arun C G
Hi, Does this plugin work if the appengine portion is hosted on googleplex and not on appspot? I am able to use it successfully on appspot, but not on googleplex. I am logging in into the app using a google.com account only. Arun. On Wed, Jan 11, 2012 at 12:32 PM, Sriram Saroop wrote: > +dev

Re: [android-developers] Google App Engine and Users API and android

2012-01-11 Thread Sriram Saroop
+devx-gpe-eng - any thing to add ? I don't think you can create a App Engine connected Android Google 3 project. However, GPE does work in a "limited" way in the Google3 environment. More info here: https://sites.google.com/a/google.com/google-web-toolkit/Home/gpe - Sriram On Tue, Jan 10, 2012 at

Re: [android-developers] Google App Engine and Users API and android

2012-01-09 Thread Arun C G
Apologies if you have found such a conversion straightforward. Arun. On Tue, Jan 10, 2012 at 12:02 PM, Nikolay Elenkov wrote: > On Tue, Jan 10, 2012 at 3:25 PM, Arun C G wrote: > > Hi Brad, Xavier, > > > > I saw your video on the Appengine-Android eclipse plugin. It is > precisely > > what we

Re: [android-developers] Google App Engine and Users API and android

2012-01-09 Thread Nikolay Elenkov
On Tue, Jan 10, 2012 at 3:25 PM, Arun C G wrote: > Hi Brad, Xavier, > > I saw your video on the Appengine-Android eclipse plugin.  It is precisely > what we need for our project. Why did you decide it's a good idea to hijack this thread to post an unrelated question? -- You received this messag

Re: [android-developers] Google App Engine and Users API and android

2012-01-09 Thread Arun C G
Hi Brad, Xavier, I saw your video on the Appengine-Android eclipse plugin. It is precisely what we need for our project. Do you have any suggestions to convert the two projects generated by the plugin into google3 projects easily (better still if you/someone has actually done this)? Needless to

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread John Goche
On Sat, Jan 7, 2012 at 6:04 PM, John Goche wrote: > > Hi Nikolay, > > On Sat, Jan 7, 2012 at 5:39 PM, Nikolay Elenkov > wrote: > >> On Sun, Jan 8, 2012 at 1:32 AM, John Goche >> wrote: >> >> > >> > Now that you have mentioned AccountManager I have found the following >> site: >> > >> > http://gn

[android-developers] Google App Engine and Users API and android By Nikolay Elenkov - 8:38am - 3 authors - 9 replies

2012-01-08 Thread kk
Hi! I am developing Live Wallpaper for Android and stumbled upon scrolling wallpaper issue. We have onOffsetsChanged(..) function with xPixelOffset argument. Question is, what is the maximum value of xPixelOffset value and is it documented somewhere? Many people considered it to be (screen width *

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread John Goche
I also found these links: http://code.google.com/android/c2dm/ http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html Not sure whether the latter link is relevant. Also not sure what the difference between using C2DM and using the Channel API is. And not sure why the google accoun

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread John Goche
Thanks for the link, I didn't realize that the eclipse plugin http://dl.google.com/eclipse/plugin/3.7 which I am using has a feature whereby you can File -> New -> Other -> Android -> App Engine Connected Android Project The video discusses RPC (remote procedure calls) and C2DM (cloud 2 device

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread Nikolay Elenkov
On Mon, Jan 9, 2012 at 1:18 AM, Kostya Vasilyev wrote: > > Google I/O 2011: Android + App Engine: A Developer's Dream Combination > > The video covers this plugin for Eclipse: > > http://code.google.com/eclipse/ > > ... which makes it very easy to create Andorid apps that talk to a GAE > backend,

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread Kostya Vasilyev
John, You may want to watch this: http://www.youtube.com/watch?v=M7SxNNC429U Google I/O 2011: Android + App Engine: A Developer's Dream Combination The video covers this plugin for Eclipse: http://code.google.com/eclipse/ ... which makes it very easy to create Andorid apps that talk to a GAE

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread John Goche
On Sun, Jan 8, 2012 at 3:20 PM, Nikolay Elenkov wrote: > On Sun, Jan 8, 2012 at 9:24 PM, John Goche > wrote: > > > > Hello, > > > > I am still trying to authenticate to app engine using google accounts > > and would like to figure out the details of how such authenticator works. > > How do I det

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread Nikolay Elenkov
On Sun, Jan 8, 2012 at 9:24 PM, John Goche wrote: > > Hello, > > I am still trying to authenticate to app engine using  google accounts > and would like to figure out the details of how such authenticator works. > How do I detect in my servlet that the user has authenticated with > google accounts

Re: [android-developers] Google App Engine and Users API and android

2012-01-08 Thread John Goche
Hello, I am still trying to authenticate to app engine using google accounts and would like to figure out the details of how such authenticator works. How do I detect in my servlet that the user has authenticated with google accounts? First of all there is the following link to the AccountManage

Re: [android-developers] Google App Engine and Users API and android

2012-01-07 Thread John Goche
Hi Nikolay, On Sat, Jan 7, 2012 at 5:39 PM, Nikolay Elenkov wrote: > On Sun, Jan 8, 2012 at 1:32 AM, John Goche > wrote: > > > > > Now that you have mentioned AccountManager I have found the following > site: > > > > http://gnuc.in/resources/archives/1404 > > > > I don't know much of what this t

Re: [android-developers] Google App Engine and Users API and android

2012-01-07 Thread Nikolay Elenkov
On Sun, Jan 8, 2012 at 1:32 AM, John Goche wrote: > > Now that you have mentioned AccountManager I have found the following site: > > http://gnuc.in/resources/archives/1404 > > I don't know much of what this token is or what it is for. You should read up on it. > At the moment I > am not > auth

Re: [android-developers] Google App Engine and Users API and android

2012-01-07 Thread John Goche
On Sat, Jan 7, 2012 at 5:14 PM, Nikolay Elenkov wrote: > On Sun, Jan 8, 2012 at 1:08 AM, John Goche > wrote: > > > I am using google App Engine. I need my users to authenticate > > prior to being able to access the JDO objects on my servlet. Once > > authenticated I need to match their usernames

Re: [android-developers] Google App Engine and Users API and android

2012-01-07 Thread Nikolay Elenkov
On Sun, Jan 8, 2012 at 1:08 AM, John Goche wrote: > I am using google App Engine. I need my users to authenticate > prior to being able to access the JDO objects on my servlet. Once > authenticated I need to match their usernames with fields in my > JDO POJOs to see whether they can perform certa

[android-developers] Google App Engine and Users API and android

2012-01-07 Thread John Goche
Hello, I am using google App Engine. I need my users to authenticate prior to being able to access the JDO objects on my servlet. Once authenticated I need to match their usernames with fields in my JDO POJOs to see whether they can perform certain operations or not. How can I achieve this? I'm so