[android-developers] Re: CPU usage detect

2009-09-30 Thread fulanito
open a terminal on the device with 'adb shell', and then use the standart linux 'top' command. --~--~-~--~~~---~--~~ 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] Re: Object Recognition

2009-10-22 Thread fulanito
What kind of app are you trying to develop? How heavy is it, computatioinally ? The mobile platform is quite limited for image recognition tasks. I would start of by reading http://www.maths.lth.se/vision/publdb/reports/pdf/olsson-akesson-master-09.pdf Fulanito

[android-developers] Re: Object Recognition

2009-10-22 Thread fulanito
have left in order to further speedup your code. On Android NDK: http://developer.android.com/intl/fr/sdk/ndk/1.6_r1/index.html Fulanito --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Need an invitation to google Wave?

2009-11-01 Thread fulanito
I would like one as well, please :-) fulanito On Nov 1, 7:20 am, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to achieve ultra smooth OpenGL/ES animation

2010-02-01 Thread fulanito
all the objects you need, and that´s it. You can also call the GC manually, when the timing is good for you, using the System.gc() call. Fulanito. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Can't stop debugging

2010-05-18 Thread fulanito
That´s weird. Try deleting the project from the workspace (*without* removing it from disk) and importing it again (Import-Existing projects into workspace), sometimes when Eclipse goes crazy it does the trick. Fulanito. On May 18, 12:36 pm, String sterling.ud...@googlemail.com wrote: OK