[android-developers] Can I get navigation information from the GoogleMaps Navigation app?

2012-02-27 Thread Macotonalds
Hi guys, Can I get navigation information from the GoogleMaps Navigation app such as turn right at the next intersection? is it possible? Regards, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] malloc() in the Renderscript

2011-09-24 Thread Macotonalds
to do it? Because of the poor memory of mobile devices? Kind Regards, Macotonalds. -- 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

[android-developers] malloc() in the Renderscript

2011-09-17 Thread Macotonalds
of the malloc? I'm hoping that someone can help me. Kind Regards, Macotonalds. -- 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

[android-developers] Re: android:inputType=number Error

2011-09-08 Thread Macotonalds
maybe it's because of the Integer.MAX_VALUE that is 2147483647. On Sep 8, 3:40 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote: Hi All; I have a problem about Edittext.I want to enter just number one of my Edittext  so in xml i use android:inputType=number .But When i want to more than

[android-developers] Re: How was the RenderScript Balls Demo Video Made?

2011-09-07 Thread Macotonalds
Hi. In this post, Mr.Bray says that The video above, captured through an Android tablet’s HDMI out. I think that it is not necessary to use TV. http://android-developers.blogspot.com/2011/02/introducing-renderscript.html On Aug 21, 5:29 am, newbyca newb...@gmail.com wrote: i'd like to use

[android-developers] Bug in Renderscript API of the pown()???

2011-09-02 Thread Macotonalds
:37.460: DEBUG/RenderScript(10395): pown : {1.00, 1.00, 1.00} Does anyone know about it? I'm hoping that someone can help me. Kind Regards, Macotonalds. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] The function root() of the Renderscript

2011-08-30 Thread Macotonalds
uchar4 *v_in, uchar4 *v_out, const void *usrData, uint32_t x, uint32_t y) { float4 f4 = rsUnpackColor(*v_in); float3 mono = dot(f4.rgb, gMonoMult); *v_out = rsPackColorTo(mono); } I'm hoping that someone can help me. Kind Regards, Macotonalds. -- You received this message because