[android-beginners] Re: Audio Playback Not Smooth When Running Emulator On Vista

2008-07-10 Thread Digit
Hello everyone, we finally diagnosed the problem that causes the emulator's audio output to be choppy on Windows Vista. it turns out that you can work-around this emulator problem with increasing the size of the audio buffer by changing an environment variable. for example, open a command-line co

[android-beginners] Re: Error: Designing Your Screen in XML Tutorial

2008-07-10 Thread sacoskun
Hi, It says that you don't have blue color definition in drawable resources. You can add it with #77ff Best wishes, sacoskun On Jul 6, 2:13 pm, ajahajah <[EMAIL PROTECTED]> wrote: > I have error when i try out this > tutorialhttp://code.google.com/android/devel/ui/xml.html > I keep getti

[android-beginners] Re: No Contracts In Emulator?

2008-07-10 Thread butterflying
Sorry, it should be "Contacts" not Contracts". On 7月9日, 下午3时43分, butterflying <[EMAIL PROTECTED]> wrote: > Hi, I've got a problem again. I wrote "startSubActivity(new > Intent(Intent.VIEW_ACTION, Uri.parse("content//contacts/")),0);" in > one of my applications. And I got the permission in the >

[android-beginners] How to add new field to the contact?

2008-07-10 Thread 3,14
Each contact has a set of paramters (mobile, home, work...). I want to add a SIP address to this set to handle a VOIP sessions. Are there any examples or documentation reagrding adding a new parameter to the contact? --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: custom component in a list

2008-07-10 Thread Mark Murphy
> It is unclear who "this" is in "this.findViewById(R.id.dButton)". > referred to the activity in the above post. > > But changed it now to: > > deleteButton1= > (Button)customComponent.findViewById(R.id.deleteButton); > > > customComponent is initialized as: > > customComponent= new Conversation

[android-beginners] Re: custom component in a list

2008-07-10 Thread Sylvester Steele
It is unclear who "this" is in "this.findViewById(R.id.dButton)". referred to the activity in the above post. But changed it now to: deleteButton1= (Button)customComponent.findViewById(R.id.deleteButton); customComponent is initialized as: customComponent= new ConversationListView(this);

[android-beginners] New Content Provider

2008-07-10 Thread Apoorva
I'm unable to insert contentvalues into my contentprovider. It gives the error Unknown URL: content://myapp/contacts when I use Uri newPersonUri = getContentResolver().insert( contents.Contacts.CONTENT_URI, c1); Please help. Also, is there a way to see the contents of my contentprovider through a