[android-developers] Frames Per Second FPS

2011-06-01 Thread EdwardComb
Hi guys! Anyone can point me out how to show FPS on the Logcat.? I was stuck at this for a very long time. Thanks! -- 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

[android-developers] Show Text On Screen

2011-06-01 Thread EdwardComb
Hi All, Actually, I want to show my FPS on the screen. I already calculated the FPS and able to show on the Logcat. But, that's not my intention. I want to display the FPS on the screen but have no idea how to do it. Should I use the XML Layout? -- You received this message because you are

[android-developers] Re: Show Text On Screen

2011-06-01 Thread EdwardComb
Thanks for your info. I tried that but seems like the whole view changed. What I mean is that what can i see on the screen is just the text that was not running on top of my application. I google again and found out that we cannot straight away display text on GLSurvaceView. (my mistake i didnt

[android-developers] Passing Variable in Java to XML Values

2011-06-07 Thread EdwardComb
Hi everyone! This is what I am trying to do. I create one taskbar on top of my glSurfaceView.I refer to the SurfaceOverlay example. Then on the taskbar, I want the button labelled with a string and this string should be retrieve from the java class (Activity Class). Is it possible to pass a

[android-developers] Codehead Bitmap Font Generator - CBFG

2011-06-14 Thread EdwardComb
All, Anyone use Codehead's Bitmap Font Generator before? http://www.codehead.co.uk/cbfg/ Any idea? -- 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

[android-developers] Augmented Reality - Tutorial

2011-10-03 Thread EdwardComb
Hey Folks, I am currently interested to create an Augmented Reality application for Android. I have no problem to create normal Android application and I am familiar with IDE, SDK and etc. But I just have no idea where to start for this Augmented Reality (AR) stuff. My intention is actually to

[android-developers] Re: Augmented Reality - Tutorial

2011-10-03 Thread EdwardComb
thanks..seems like easy to understand with the steps by steps mentioned there.. On Oct 3, 7:19 pm, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: use qualcomm sdk On Mon, Oct 3, 2011 at 4:46 PM, EdwardComb dzn.aie...@gmail.com wrote: Hey Folks, I am currently interested

[android-developers] Augmented Reality Advertisement: Survey

2011-11-25 Thread EdwardComb
Hi, As for completing the final year project, I am in the midst of distributing the survey questions that are related to the enhancement of physical advertisement like newspaper, magazine, brochure and flyer. I believed, most of the people used to buy or read one of them. Thus, I would really

[android-developers] Log file on device

2011-06-27 Thread EdwardComb
Hi all. Actually, I created an application with Log.e, whenever it got error in certain methods and it will collect all the errors. But, how do I write the Log.e and read it back on my Android device? I know from the SDK, we can use Logcat but I want to test the functionality on Android device

[android-developers] Re: Log file on device

2011-06-28 Thread EdwardComb
okay. so.. -d mean we dump everything in one shot to log.txt? thank's for the really helpful info! -- 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