Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

The Realtime API In memory mode debug tools and more

| 0 comments |

Posted by Cheryl Simon Retzlaff, Software Engineer on the Realtime API team

Originally posted to the Google Apps Developer blog

Real-time collaboration is a powerful feature for getting work done inside Google docs. We extended that functionality with the Realtime API to enable you to create Google-docs style collaborative applications with minimal effort.

Integration of the API becomes even easier with a new in memory mode, which allows you to manipulate a Realtime document using the standard API without being connected to our servers. No user login or authorization is required. This is great for building applications where Google login is optional, writing tests for your app, or experimenting with the API before configuring auth.

The Realtime debug console lets you view, edit and debug a Realtime model. To launch the debugger, simply execute gapi.drive.realtime.debug(); in the JavaScript console in Chrome.

Finally, we have refreshed the developer guides to make it easier for you to learn about the API as a new or advanced user. Check them out at https://developers.google.com/drive/realtime.

For details on these and other recent features, see the release note.

Read More..

Episode 27 A Couple of Tools

| 0 comments |
This time, Tor and Chet are joined by... nobody. Instead, we just talk among ourselves about tools. From Android Studio to performance debugging tools to IDE shortcuts to memory analysis tools to Lint rules to animation debugging tools and back to Android Studio, we talk about lots of tools and then some.

Favorite quotes:
"How do you learn IntelliJ power commands?"
"You just have to read the source code."

"We have a Lint rule for that."
(This should be Tors superhero catch phrase if its not already)


IDE shortcuts: Killing the joy of programming one keystroke at a time.


Subscribe to the podcast feed or download the audio file directly.

Relevant Links:
(Not many links this time; the best way to learn about the various tools is to use them)
Android Studio

Tor: google.com/+TorNorbye
Chet: google.com/+ChetHaase

Read More..