alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

Android support? #80

Open pickhardt opened 9 years ago

pickhardt commented 9 years ago

Is there going to be Android support too, or do you know a good gem to use for Android contacts?

jamonholmgren commented 9 years ago

I've done some work with Android Contacts for a proprietary client project, but haven't built anything open source yet. BluePotion's PMListScreen will have support for a cursor, which makes it work well with Android contacts.

pickhardt commented 9 years ago

What do you mean "support for a cursor"?

jamonholmgren commented 9 years ago

When you query for Android contacts, you get a ContactsCursor instance back, and that's what the PMListScreen uses to retrieve list row data.