Evernote / evernote-sdk-android

Evernote SDK for Android
428 stars 168 forks source link

Dev branch #30

Closed rdtr closed 11 years ago

rdtr commented 11 years ago

I try to resolve issue #29. I can add Activity that makes it possibile for users to search their notes. Please check it.

tyvsmith commented 11 years ago

Norio, great work so far. Please make the recommended modifications and then we can merge this.

rdtr commented 11 years ago

ArrayAdapter#add seems to call notifyDataChanged every time.

So I changed my code to as follows:

  1. just add title of results to ArrayList notesNames in the loop.
  2. call notifyDataSetChanged after finishing the loop and refresh the Adapter.

I also modified all points that you mentioned above. Please check my latest commit.