[android-developers] Re: How to get lists of email from contact application?

2009-02-05 Thread Mark Roberts
t; > android:id=*"@+id/row_entry"* > > android:layout_width=*"wrap_content"* > > android:layout_height=*"wrap_content"* > > android:text=*"Name: "* > > /> > > > AndroidManifest: > > > > http://schemas.andr

[android-developers] Re: How to get lists of email from contact application?

2009-02-04 Thread Mark Roberts
t()); } } On Feb 4, 4:44 am, dileep singh wrote: > Hi Mark, > Can u give me some sample code?I am not able to get email with the above > code. > please provide me somple code > > On Wed, Feb 4, 2009 at 12:53 AM, dileep singh > wrote: > > > Thanks a lot mark.I will t

[android-developers] Re: Listview layout and other widgets

2009-02-03 Thread Mark Roberts
Have you tried changing the RelativeLayout to a LinearLayout? On Feb 3, 2:07 pm, Al wrote: > In my listview, I'm trying to make the list row show 2 imageviews as > well as the textview which holds the data. The layout of a single row > is like this: [textview | img1| img2]. The problem is the te

[android-developers] Re: Listening to changes in address book

2009-02-03 Thread Mark Roberts
I do not believe so. The above code just redraws the screen anytime there is a change to the people table. On Feb 3, 1:07 pm, Shrikant Agrawal wrote: > Thanks Mark > > But is there any way to know what fields are changed. > > On Feb 3, 10:08 pm, Mark Roberts wrote: > >

[android-developers] Re: How to get lists of email from contact application?

2009-02-03 Thread Mark Roberts
If you are looking for the emails for a specific contact then you could do it like this where id is the id of the contact for which you are trying to get the data: public static final String[] METHODS_PROJECTION = new String[] { People.ContactMethods._ID, People.ContactMethods.KI

[android-developers] Re: Listening to changes in address book

2009-02-03 Thread Mark Roberts
You can register an observer to monitor a specific uri. For example: Define the observer private ContentObserver yourObserver = new ContentObserver(new Handler ()) { @Override public boolean deliverSelfNotifications() { return true; } @Override

[android-developers] Re: keytool - need help

2009-02-02 Thread Mark Roberts
Are you using Eclipse? You can load directly onto the G1 using eclipse. On Feb 1, 4:58 pm, solid wrote: > I am new to developing android apps.  I have been writing java webapps > for years and decided to try my hand at this.  I have my app humming > along in the emulator but I am having problem

[android-developers] Re: Why I cannot see my mail to the group?

2009-02-02 Thread Mark Roberts
I have the same problem, but you will not see this either. On Feb 2, 3:48 am, "Jerry Yang" wrote: > Hi, all > > I have send some times, but still cannot see my mail in the group. Can > anyone of you see it? > > Thanks > > With best wishes > > Jerry Yang > > Client System Engineer Intertrust. --