My talk on the things I've learned from the Google+ mobile apps, and how that applies to the recently release Google+ Sign-In platform. From #mdevcon13
Moment moment = new Moment.Builder() .setType("http://schemas.google.com" + "/ReviewActivity"); .setTarget(target) .setResult(result) .build(); if (mPlusClient.isConnected()) { mPlusClient.writeMoment(moment); } Android Friday, 15 March 13