On Wed, Sep 4, 2013 at 2:46 AM, Martin Trummer <[email protected]> wrote:
> That sounds too easy :) > i.e. what about Authentication, etc.? How to provide this in plain Java > when there's no Android. > > > Depending on your use case and application design, yes it is that easy. As for authentication, it's relatively easy (again, depending on your use case and app design). You can roll your own authentication (there are libraries to make this easy, search GitHub) or use some other authentication service, in which case you'll need to refer to their documentation to see how their auth flow works. On Wed, Sep 4, 2013 at 2:46 AM, Martin Trummer <[email protected]> wrote: > I just start the generator for Android and then I can use those generated > code for my Java Standalone App.? > > No. You can only use the Android-targeted libraries within an Android environment. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
