[android-developers] Re: Android Contact application help needed
hi,
You need to refer ContactsContract API's ,that help you to read data
from RawContacts,Contacts and Data table where all the necessary data
are stored.
You can also directly launch the contacts detailed view with the help
of action ACTION_VIEW and contactId in your launching intent.
Good luck
On Nov 14, 6:14 pm, Michael Leung <michaelchi...@gmail.com> wrote:
> That is possible. You can use Cursor and Projection.
>
>
>
>
>
>
>
>
>
> On Mon, Nov 14, 2011 at 10:06 PM, Premal <premalpanc...@gmail.com> wrote:
> > Hi,
>
> > I need help on below :
>
> > I need to develop some application which will show all contacts stored
> > in phone. I need to display name of contacts in one list like it is
> > done in default contact application. After that I need to provide
> > different option to operate on these contacts. As per my knowledge I
> > cant add my customized option to Contact application so I just need to
> > have my list from existing contact data. When particular option is
> > selected then full detail should be displayed on another screen, and
> > for this I need to open existing Contact application with view which
> > can provide detail of contact. Also I need to read some basic
> > information like number, email id, address from stored contact data
> > for further process and not for display.I need to know whether it is
> > possible or not. If yes then what APIs I need to read about. I cant
> > post full requirement but I hope this is enough to help me out.
>
> > If any question then drop me email at premalpanc...@gmail.com. I will
> > try to share some PPT on email to explain you better.
>
> > This is just first step and I may post other queries as I progress in
> > this project.
>
> > Thank you very much in advance.
>
> > Regards,
> > Premal Panchal
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Regards,
> Michael Leunghttp://www.itblogs.infohttp://www.michaelleung.info
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home