Re: [android-developers] Cannot identify widget.

2011-07-19 Thread Rex Vijayan
d Regards, > Kumar Bibek* > * > http://techdroid.kbeanie.com > http://www.kbeanie.com* > > > > On Tue, Jul 19, 2011 at 6:46 PM, Rex Vijayan > wrote: > >> Hi, >> >> Can anyone please let me know what widget is this? Please refer to the >> attac

[android-developers] Implementing seek bar for playing videos

2010-10-06 Thread Rex Vijayan
Hi, I am using seek bar to show the progress of the video which I am playing. I am using Media Player / Video View. But when I move the thumb of the seek bar back and forth, the video is not starting correspondingly from the position of the thumb. Anybody has any idea of how to load the video fro

[android-developers] How can ImageView data refresh in thread ?

2009-03-02 Thread rex
Hi~ I'm trying to periodically change image data in ImageView in the thread routine but when I put this code in the tread routine, program is killed. imgView.setBitmap(bm); here is my thread code ... private byte[] imgData; private Bitmap bm; new Thread (new Runnable() { public void run(

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-27 Thread rex
Hi Sam, You are talking about batch update? But I don't see the point why you need to update all phones belong to person in one shot with the same values? I would return from method getPerson(long personId) domain object Person with reference to the List of Phones objects or List of PhoneIds and

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-24 Thread rex
Sam, I think the problem is how you created the contact entry. Try this method to create contact replace CallCardProvider object with yours actual parameters. Then try delete or update this entry using methods above. Hope it helps. Ildus //Create Contact // public long createContact

[android-developers] Re: Unable to Update a Contact Phone number

2009-02-24 Thread rex
I see only the difference from my code (which is working) DELETE is that instead of putting Phones.CONTENT_URI put Contacts.Phones.CONTENT_URI UPDATE provide to the update method phoneId, get uri and call update: phoneUri = ContentUris.withAppendedId(Contacts.Phones.CONTENT_URI, phoneId); row = g

[android-developers] Re: Droid Fonts License: does it allows to redistribute them?

2008-12-30 Thread Rex Tsai
d.ttf |-- DroidSerif-BoldItalic.ttf |-- DroidSerif-Italic.ttf |-- DroidSerif-Regular.ttf |-- MODULE_LICENSE_APACHE2 |-- NOTICE |-- README.txt `-- fonts.xml regards -Rex Changwoo Ryu wrote: > That text in the PDF is not the license, that's just a sample text. > Here is what I read from the fo