If you'd like to join in the Discussion, or access additional features in our forums, please sign in with your Evernote Account here. Have an Evernote Account but forgot your password? Reset it! Don't have an account yet? Create One! You'll need to set your Display Name before your first post.
Skitch for code snippet sharing, peer reviews comments
Web service ideas:
A service that runs and periodically looks for a hashtag to designate a note as containing code. It would then format and syntax highlight the code in the note.
Android ideas:
a beautiful gallery integration of images in specific notebooks
a share intent proxy to make beautiful notes from shared content.
related notes to contacts content provider for people app
Logs (sms, phone calls, whatever) to a well formatted and visually pretty note
General ideas:
Something to do with automated actions and auto data. like a minimalist tasker for tracking day events, geo data, wake time, music played
Bitcoin wallet in Evernote
Third party app/service -> Evernote exporter
A gcal calendar feed for reminder notes.
Specific activity tracking apps: Dive log, Rock climbing log, car maintenance log, dating/blackbook log
Java does not allow you to modify a locally scoped variable inside an anonymous method. You can't modify foundNotes from inside onSuccess and onException.
Please post your exception if you see any more problems.
AsyncNoteStoreClient maintains an instance of the NoteStore.Client that is accessible through AsyncNoteStoreClient.getClient(). This returns the Thrift generated NoteStore.Client that you are accustomed to.