Lost Password?

A password will be emailed to you. You will be able to change your password and other profile details once you have logged in.

Enabling the Ecosystem: Snaptic, Part One

SnapticEnabling the Ecosystem is a series of interviews with those people and firms that are helping to build the overall Android ecosystem.

This week's interview is with Andreas Schobel, CTO of Snaptic, makers of the 3banana note-taking application. 3banana, unlike an ordinary note-taker, offers integration hooks to allow third-party apps to add and manipulate notes.

AG: So, what is 3banana Notes, and why is it important to Android developers?

AS: 3banana helps users capture information in a note-taking application wherever they are, and helps them make the most of that content. Users can save text, photos, location and keep notes organized by easily adding a #tag. Notes are securely backed-up to https://snaptic.com.

What is really nice for developers is that they can add the ability to capture notes in their apps with only a few lines of code. You can find out about more integrations at: https://snaptic.com/gallery/.

AG: How does an Android developer tie their app into 3banana Notes?

AS: The easiest way is to use our Intents. With a few lines of code a developer can quickly save text, photos, and location and then be able to get back a list of their notes. You can find out more at http://github.com/snaptic.

AG: What restrictions does this integration place on the developer's own application? For example, does 3banana Notes require an Internet connection and will cause problems if the developer's app tries to create a note when no Internet connection is available?

AS: Being able to access your notes offline with 3banana is something we are really proud of. Offline access means your notes are always available, and if the user decides to turn on sync, everything gets securely backed up when you are online again.

More generally, besides needing 3banana installed on the phone, the only restriction would be the scenario of needing 3banana online to save and edit notes. However, because we offer offline usage, this restriction doesn't exist. The next time the phone is online, everything will sync and resolve.

AG: What sorts of notes can a developer create? Plain text? HTML? Images? Sounds? Other file formats?

AS: We support text with some HTML, photos, and locations.

Part two of this interview comes tomorrow!

Mark Murphy is the founder of CommonsWare and is the author of _The Busy Coder's Guide to Android Development_, _The Busy Coder's Guide to *Advanced* Android Development_, and _Android Programming Tutorials_.

Like this? Share it.

Related Posts

Ubuntu Ported To the Galaxy S II

  • 8

The Galaxy S II isn't even officially available yet in the US but it has already been rooted, overclocked and the first custom ROMs are coming up as well. I used to run Ubuntu on my original Galaxy S (Just for fun of course, like you can effectively use Ubuntu on a 4" screen), so I decided to port Ubuntu to the Galaxy S II. Read More »

How To Modify .apk Files

  • 12

The extension Google uses for Android applications may seem a bit complicated, but it really isn't. In fact, an .apk is nothing else than a .zip file disguised as an .apk. That makes things real simple. Read More »

  • Andrew

    I think Snaptic does a great job at the integration. I've made a lot of use from Compass and 3banana together.

  • http://ekas0615.student.ipb.ac.id eka

    thank you so much for sharing. like this :p

  • http://phandroid.livekpop.com/2010/10/enabling-the-ecosystem-snaptic-part-one.html Enabling the Ecosystem: Snaptic, Part One | All about ANDROID phone | phandroid

    [...] Component two of this interview comes tomorrow! Source [...]