[android-developers] android.provider.MediaStore.RECORD_SOUND

2009-04-01 Thread estivenrpo
Hi, I try to use the android.provider.MediaStore.RECORD_SOUND intent and it work perfect, the problem that i have is whit the uri when the file is saved... the file is saved on /sdcard but i don't know the path or the uri of the file... I try to send a uri through the putExtra but it did not

[android-developers] Re: android.provider.MediaStore.RECORD_SOUND

2009-04-02 Thread estivenrpo
jeje, it's work, excelent, thanks On 2 abr, 04:15, zeeshan genx...@gmail.com wrote: try this Uri recordedAudio = data.getData(); On Apr 1, 5:45 am, estivenrpo estiven...@gmail.com wrote: Hi, I try to use the android.provider.MediaStore.RECORD_SOUND intent and it work perfect

[android-developers] Re: Problems deleting an audio file using a media content uri

2009-04-19 Thread estivenrpo
, Apr 18, 2009 at 11:01 AM, estivenrpo estiven...@gmail.com wrote: Hi guys I have a Uri like content://media/external/audio/media/149 that is a audio file and i want to delete it i have tried: Uri fileUri = Uri.parse(content://media/external/audio/media/149); c.getContentResolver

[android-developers] Re: about tabhost problem

2009-10-11 Thread estivenrpo
Hi, I am having the same problem. Has someone found a solution for this issue? Best regards, Juan. On Sep 2, 10:37 pm, tstanly tsai.sta...@gmail.com wrote: hi all, I have atabhost and three tabs, each tabs have a own listview, the three listview shows different file directory in

[android-developers] Accessing character data (CDATA) of XML element

2009-12-25 Thread estivenrpo
Hi I'm try to parse character data (CDATA) whit SAX Parser. I support in this code for that: http://www.java2s.com/Code/Java/XML/AccessingcharacterdataCDATAofXMLelement.htm but when i use it in android (SDK 1.5) I get the next message: W/System.err( 482):

[android-developers] Re: Accessing character data (CDATA) of XML element

2009-12-25 Thread estivenrpo
know where in android.git to find the source for the java.* and javax.* packages - anybody know where that is? Also note android.util.Xml is useful for XML processing - http://developer.android.com/intl/zh-CN/reference/android/util/Xml.html On Dec 25, 1:17 pm, estivenrpo estiven...@gmail.com

[android-developers] Re: Accessing character data (CDATA) of XML element

2009-12-25 Thread estivenrpo
, 2009 at 9:14 PM, estivenrpo estiven...@gmail.com wrote: Ok, perfect, thanks for the answer, but this option is needed to parse character data (CDATA), or not? I have an application and it use a RSS in spanish, so when the program read a no standard character the program crash, so I'm

[android-developers] Re: Spinners

2009-12-30 Thread estivenrpo
Hi Duey, are you try to use diferents ids for each spinner like android:id=@ +id/spinner1, android:id=@+id/spinner2, etc...? Greetings, Estiven Restrepo On Dec 29, 2:47 pm, Duey Oxburger cg-art...@hotmail.com wrote: Hey All, A spinner question: I want to have multiple spinners working in