I finally got the whole thing working. Quite a challenge getting all the right client ids set up and placed in the right spots. Very nice demo. So much to learn. Thanks, Brad.
Comment on Google I/O 2013 Session Overview: From Nothing to Nirvana in Minutes: Cloud Backend for your Android Application – Building Geek Serendipity by Bill Lahti
Comment on Cloud9 + Git == App Engine Nirvana by Deploy to Google App Engine with Cloud9 and git | Cloud9 IDE | Online IDE – Your code anywhere, anytime
[...] Engine. We loved his post, so with permission, we’re reposting it in full below. Please see Cloud9 + Git == App Engine Nirvana for his original [...]
Comment on Cloud9 + Git == App Engine Nirvana by Orion and Google App Engine Push-to-Deploy | Orion News
[...] reading an article by Brad Abrams on Cloud based deployment leveraging Git push and Google App Engine I thought I’d outline how [...]
Comment on About by christian louboutin
christian louboutin…
“It is no secret that Joe has done a wonderful job…
Comment on Book Review: Beggars in Spain by Manish kumar verma
Thank you for sharing valuable information. Nice post. I enjoyed reading
this post. The whole blog is very nice found some good stuff and good
information here Thanks..Also visit my page Life
Science jobs . The European Job Board, search for vacancies
in pharmaceutical, biotechnology, medical devices, clinical, food,
cosmetics, chemicals and FMCG. Find easy a job or your ideal candida………..
Comment on Google I/O 2013 Session Overview: From Nothing to Nirvana in Minutes: Cloud Backend for your Android Application – Building Geek Serendipity by Splaktar
This Mobile Backend Starter project doesn’t appear to be listed anywhere that I can find in the Google Cloud Console. There is a get started by deploying our Photofeed sample app, but nothing else like shown in the video,.
Comment on Google I/O 2013 Demo: Android Studio + Cloud Endpoints – Synchronized StopWatch Demo by Rashid Omar
Insightful indeed.
Comment on Google IO Session Overview: Android + App Engine: A Developer’s Dream Combination by Ellis Thomas
Nice overview for android package. Android apps are meant for extreme extent for the job to be done up without any obligations. And more over the integration and synchronization between apps and tools make more sense to get with the things done up easily and appreciatively.
I too that’s why prefer having tools featuring the approach. And more with the strategy the tool that I have been using for the sort of task management and tracking to get the perfect end result is Replicon’s task management app ( http://www.replicon.com/olp/task-management-software.aspx ) which I have downloaded recently that comes with an open API and which helps manage the things to get the ends up in a perfect manner.
Comment on Cloud9 + Git == App Engine Nirvana by kris
Brad, I miss your .net related post. Do you do .net or something else these days ?
Comment on Google I/O 2013 Session Overview: From Nothing to Nirvana in Minutes: Cloud Backend for your Android Application – Building Geek Serendipity by Krasimir
I have a problem which I cannot solve from few days and not know what to do. The problem is :
I do everything from this tutorial step by step and when I reached the end of “Part One — Basic Cloud Connected App” and run “CloudBackendAndroidClient” project as Android Application I get this Exception :
12-17 16:38:02.052: I/CloudBackend(1884): Registration not found.
12-17 16:38:02.100: D/AndroidRuntime(1884): Shutting down VM
12-17 16:38:02.100: W/dalvikvm(1884): threadid=1: thread exiting with uncaught exception (group=0xa4c40648)
12-17 16:38:02.188: E/AndroidRuntime(1884): FATAL EXCEPTION: main
12-17 16:38:02.188: E/AndroidRuntime(1884): java.lang.RuntimeException: Unable to resume activity {com.google.cloud.backend/com.google.cloud.backend.sample.guestbook.GuestbookActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.google.android.gms.common.account.CHOOSE_ACCOUNT (has extras) }
Please Help Me
P.S. I have Project in Google Cloud Console
Comment on Google I/O 2013 Session Overview: From Nothing to Nirvana in Minutes: Cloud Backend for your Android Application – Building Geek Serendipity by Brad Abrams
Sorry, you are having an issue… it looks like misconfigured Google Play Services, are you running this on an emulator? Do you have the right google-enabled image?
Also, it looks like you are using the v1 Android client. I suggest you download the new client from http://developers.google.com/cloud/samples/repository/mbs/android
Comment on Google I/O 2013 Session Overview: From Nothing to Nirvana in Minutes: Cloud Backend for your Android Application – Building Geek Serendipity by Krasimir
I download Android Client from link above and run on real device and I get this Exception :
java.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value. Expected 4030500 but found 13. You must have the following declaration within the element:
and I replace it with “4030500″ and run it again.
Guest Book start it but display that ERROR :
12-18 20:37:06.567: I/CloudBackend(1801): com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
and I cannot write a message in EditText in Guest Book.