[android-developers] Mauliple 'Window' Application and Changing Layout At Runtime

2011-05-31 Thread MattClark
I have an application that when running i need to multiple times change the layout of the screen, however, the program errors on my buttons listeners when i set a new content view. How would i go about changing the listners to the new layout? My second question is how i would start a new 'window'

Re: [android-developers] Mauliple 'Window' Application and Changing Layout At Runtime

2011-05-31 Thread B Lyon
what is the error? On Tue, May 31, 2011 at 9:13 PM, MattClark wrote: > I have an application that when running i need to multiple times > change the layout of the screen, however, the program errors on my > buttons listeners when i set a new content view. How would i go about > changing the listn

Re: [android-developers] Re: How much HTML5 does the Honeycomb Android Browser support?

2011-05-31 Thread Francisco Dalla Rosa soares
same result for xperia arc on 2.3.2 2011/5/31 Prakash Iyer > I just tried this on a 2.3.3 tablet and it was interesting to see Firefox > score 235 with 9 bonus points (for comparison the default browser was 182 > with 1 bonus point). > > > On Tue, May 31, 2011 at 7:33 AM, Mark Murphy wrote: > >>

[android-developers] Re: Verizon Tab is not showing in Android market. Instead of Verizon Tab, MyApps tab is appearing.

2011-05-31 Thread Zsolt Vasvari
> Could Anyone suggest me Sure -- ask on the correct forum. -- 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-deve

[android-developers] Re: Very puzzling crash report from user

2011-05-31 Thread Zsolt Vasvari
I don't know if the Sense UI offers a choice of colors, but if it does, it's buggy. On May 31, 8:48 pm, andrew_esh wrote: > Is it possible that the problem is not the device, but that the user > is the only one who has selected a color scheme that requires a color > your application doesn't have

[android-developers] Re: How do you deal with "skins" clashing with your UI?

2011-05-31 Thread Zsolt Vasvari
Nobody has any experience with this? I would think it would be a fairly common problem for anybody who has to deal with custom Views. On May 30, 11:51 am, Zsolt Vasvari wrote: > I've run into a problem on Motoblur I am not exactly sure how to > solve. > > I have a TextView that I want to look li

[android-developers] How to bookmark places on google maps api in android?

2011-05-31 Thread danhpc
Hi all, I used the Google Places API to find all places by a location. But I don't know how to bookmark this place? Regards, D -- 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@googleg

[android-developers] Re: How to search & find the way between 2 point in google maps api?

2011-05-31 Thread danhpc
Thanks Kristopher, I'll try this. Regards, D On May 31, 11:36 am, Kristopher Micinski wrote: > On Tue, May 31, 2011 at 12:14 AM, Cong Danh Pham < > > phamcongdanh06hc...@gmail.com> wrote: > > Thanks for your reply, Spiral. > > One more question. How to make voice command to search in my app? I

Re: [android-developers] Re: JSON OR SOAP ?

2011-05-31 Thread Harri Smått
I see. We tried SOAP long time ago, and back then, it really wasn't any use for us. Management was after it for having a cool new technology to sell our product but we ended more or less to use plain Sockets at the end. But as said, just wanted to hear your opinion. SOAP is something I never rea

[android-developers] How to call setTextContent in android

2011-05-31 Thread HariRam
I want to re write xml file using jdom, i got some example in goodle, they used setTextContent to append value in xml tag. but android is not supporting node.setTextContent. instead of this what is the key word for accessing setTextContent. if anyone did this issue pls let me know. -- Thanks and R

[android-developers] Re: How to call setTextContent in android

2011-05-31 Thread Zsolt Vasvari
Same why as on any Java platform: object.setTextContent(args...) On Jun 1, 1:25 pm, HariRam wrote: > I want to re write xml file using jdom, i got some example in goodle, they > used setTextContent to append value in xml tag. but android is not > supporting node.setTextContent. instead of this

[android-developers] Re: echo cancellation

2011-05-31 Thread neha
when i use mediaRecorder and mediaPlayer simultaneously there is no echo. But when i use AudioRecord/track simultaneously der is echo. Can any one suggest y this happening... On May 28, 4:01 pm, Chris Stratton wrote: > On Friday, May 27, 2011 12:52:55 AM UTC-4, neha wrote: > > > thanx 4 rply... >

[android-developers] Re: Plot quadratic equation graph

2011-05-31 Thread Peter Webb
http://developer.android.com/reference/android/graphics/Path.html rCubicTo, rQuadTo and other methods provide interpolated curves. On May 29, 2:50 am, SamuelXiao wrote: > Hi Webb, > > Could you explain in more details please? I studied the Path class but > from other examples, it seems path ca

[android-developers] Is it possible to lock screen without turning off display

2011-05-31 Thread yccheok
I had came across several apps Lock Screen Widget - Lock screen and turn off display by tapping on screen button. User will need to press hardware power button to make the screen visible again. Tap Tap App - Lock screen and turn off display by tapping on screen button. Proximity sensor still acti

<    1   2