New Google Docs app for Android

People are using mobile phones to access information — from email to web browsing to editing documents. Part of getting work done on the go is being able to easily access, edit and share content, which is why we’re happy to announce the new Google Docs app for Android.

With this new app it’s easy to filter and search for your content across any Google account, then jump straight into editing docs using the online mobile editors. The app also allows you to easily share items with contacts on your phone, right from within the app.

The Docs app also allows you to upload content from your phone and open documents directly from Gmail. You can also add a widget to your home screen for easy access to three core tasks: jumping to your starred documents, taking a photo to upload, or creating a new document with one tap.


And my favorite feature: Using the app and your phone’s camera, you can turn photos with text into editable Google documents with the power of optical character recognition (OCR). Just create a new ‘Document from Photo’ or select the camera icon from the widget, and your converted document will appear in your documents list shortly after you snap the picture. You can also convert photos already stored on your phone by sharing them with the Google Docs app. OCR does a pretty good job capturing unformatted text in English but won’t recognize handwriting or some fonts – stay tuned, it will get better over time!


The Google Docs app is currently available in English and works on Android 2.1+ phones. Try it out by scanning the QR code below or by visiting Android Market.


Tested on Samsung Galaxy S!

Building your own ArcGIS.com client

ArcGIS.com provides a great collection of resources and, as Jack explains below, allows other people to discover the work ESRI users are doing.

ArcGIS.com includes a cool website, but as we learned when developing the Geoportal Extension, it also provides a RESTful interface. This meant we could offer users of the Geoportal Extension access to the information others are sharing through ArcGIS.com.

In the Geoportal Extension we allow distributed searches to go to ArcGIS.com. We implemented this early on in our contribution to the Group on Earth Observation

Realizing that many organizations aren’t waiting for yet another portal, we developed a simple mechanism to integrate a search widget into any web page that would allow searching Geoportals. This has resulted in an HTML widget that can be embedded with 2 simple lines of HTML. By default this widget searches the Geoportal it is part of. But hold on, there’s more!

The Geoportal can search external catalogs, including ones that implement the Open Geospatial Consortium (OGC) Catalog Service for the Web (CS-W), but since 9.3.1 it can also search… ArcGIS.com! Try it at the GEO Portal by going to the search page and selecting ArcGIS.com from the ‘search in’ dialog. You’ll notice it searches ArcGIS.com with the keywords you give. This means any Geoportal 9.3.1+ is a client to ArcGIS.com.

But back to the widget.

Directing the searches from the widget to ArcGIS.com is possible by adding a parameter that instructs the Geoportal to direct the searches to the identified remote site. And thus here is a widget that searches ArcGIS.com. All it took was a minimal HTML like this:

<html>
<body>
<p>Search widget for ArcGIS.com >
<script type="text/javascript"