satrion / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
0 stars 0 forks source link

Add interaction with address book #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Idea:
when user needs to input a name, phone number, email, they should be able
to select from address book

Problem:
We can fire StartActivityForResults only in Activity. But when we build UI,
it's not in Activity, we can only call StartActivity. Find a way to solve this.

Original issue reported on code.google.com by beanxlj@gmail.com on 7 May 2010 at 6:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Issue 62 has been merged into this issue.

Original comment by case.and...@gmail.com on 26 May 2010 at 3:02

GoogleCodeExporter commented 9 years ago
I am working on this issue.

Original comment by chengsh...@gmail.com on 1 Jun 2010 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by chengsh...@gmail.com on 8 Jun 2010 at 5:48

GoogleCodeExporter commented 9 years ago

Original comment by case.and...@gmail.com on 22 Jun 2010 at 8:40

GoogleCodeExporter commented 9 years ago
Any problems holding this up?  Thanks!

Original comment by case.and...@gmail.com on 3 Jul 2010 at 5:53

GoogleCodeExporter commented 9 years ago

Original comment by case.and...@gmail.com on 6 Jul 2010 at 2:22

GoogleCodeExporter commented 9 years ago
Code review is here: http://codereview.appspot.com/1716041/show

Original comment by case.and...@gmail.com on 6 Jul 2010 at 2:59

GoogleCodeExporter commented 9 years ago
Code review is here: http://codereview.appspot.com/1716041/show

Fixed, basically get all the contacts info from CP of Contacts, add these 
information into the adapter of Autocomplete list view, this solution has 
potential problem that if the user have lots of contacts(like several thousand, 
which is quit possible), efficiency maybe a problem. 

Original comment by chengsh...@gmail.com on 18 Jul 2010 at 6:43