Re: [android-developers] Re: QR code generation.

2012-09-24 Thread Felipe Silveira
. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira http

Re: [android-developers] Please suggest good book on Android devlopment

2012-09-19 Thread Felipe Silveira
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira http://www.felipesilveira.com.br

Re: [android-developers] Update UI

2012-09-17 Thread Felipe Silveira
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira http://www.felipesilveira.com.br - -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Handling Expensive Operations in the UI Thread

2012-09-14 Thread Felipe Silveira
@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira http://www.felipesilveira.com.br

Re: [android-developers] database for content provider

2012-09-12 Thread Felipe Silveira
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira http://www.felipesilveira.com.br - -- You

Re: [android-developers] How to install apks from google play market into Emulator???

2012-09-12 Thread Felipe Silveira
/android-developers?hl=en -- Felipe Silveira http://www.felipesilveira.com.br - -- 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: [android-developers] Problems seeing mobile device via ADB

2012-09-03 Thread Felipe Silveira
-- Felipe Silveira http://www.felipesilveira.com.br - -- 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

[android-developers] Get cellular signal frequency?

2012-08-28 Thread Felipe Silveira
Hi all, Is there any API which returns the cellular signal frequency? I found SignalStrength class, which returns the stregth, in db, but it doesnt return the frequency. Does anybody know if its possible to get this info? Thanks! -- Felipe Silveira http://www.felipesilveira.com.br

Re: [android-developers] Listview text size

2012-08-28 Thread Felipe Silveira
email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira http://www.felipesilveira.com.br

Re: [android-developers] Get cellular signal frequency?

2012-08-28 Thread Felipe Silveira
need to know it? kris On Tue, Aug 28, 2012 at 10:26 PM, Felipe Silveira webfel...@gmail.com wrote: Hi all, Is there any API which returns the cellular signal frequency? I found SignalStrength class, which returns the stregth, in db, but it doesnt return the frequency. Does anybody

Re: [android-developers] problem in taking log

2010-06-21 Thread Felipe Silveira
...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Felipe Silveira Engenharia da Computação Universidade Federal de Itajubá http://www.felipesilveira.com.br MSN: felipeuni

Re: [android-developers] Best Framework

2010-05-25 Thread Felipe Silveira
If you want a integrated solution (eclipse+plugins) you can check Motodev: http://developer.motorola.com/ It helps a lot. -- Felipe Silveira http://www.felipesilveira.com.br - On Tue, May 25, 2010 at 12:14 PM, TreKing treking...@gmail.com wrote

Re: [android-developers] preventing orientation change during video playback

2010-04-26 Thread Felipe Silveira
() in your activity. To learn more: http://developer.android.com/reference/android/app/Activity.html#onConfigurationChanged(android.content.res.Configuration) Felipe Silveira felipesilveira.com.br On Mon, Apr 26, 2010 at 12:31 PM, Abhi abhishek.r.sha...@gmail.com wrote: hello I am workin on a video

Re: [android-developers] REG: CSS style sheets

2010-04-20 Thread Felipe Silveira
Well, I'm not sure if it is what you want, but you can use the WebView component ( http://developer.android.com/intl/de/reference/android/webkit/WebView.html) to load a HTML page inside your application. (and, of course, the CSS used by the HTML page) -- Felipe Silveira http

Re: [android-developers] glTexImage2D very slow on phones like Nexus one

2010-04-16 Thread Felipe Silveira
Just a guess: It can be the same error reported here: http://code.google.com/p/android/issues/detail?id=7520 Take a look... Felipe Silveira http://www.felipesilveira.com.br On Fri, Apr 16, 2010 at 8:40 AM, Eong eong.c...@gmail.com wrote: Hi, We are developing 2D games. And we found our game

Re: [android-developers] Memory Leak

2010-04-14 Thread Felipe Silveira
Looking to the code, I can't find any possible root cause for this leak. Are you sure the GC was executed before you take the heap dump? You can force it using DDMS. Also, using MAT (eclipse.org/mat) you can identify who is retaining a reference to the LeakyActivy object. Felipe Silveira http

Re: [android-developers] New to android

2010-03-29 Thread Felipe Silveira
The first place you need to go is: http://developer.android.com Felipe Silveira www.felipesilveira.com.br On Mon, Mar 29, 2010 at 8:53 AM, iftekhar iftekhar...@gmail.com wrote: Hi, I am new to android/mobile application .I have exp in developing applications using Java/J2EE but no knowledge

[android-developers] Re: memory leaks

2009-10-23 Thread Felipe Silveira
Hi Aman, The best way to analise memory leaks on Android is using Memory Analyser Tool. (eclipse.org/mat) Take some heap dumps using the command kill -10 pid, convert it to for mat format using hprof-conv and then open the dump on MAT. And then have fun :-D Felipe Silveira On Fri, Oct 23, 2009

[android-developers] Re: memory leak in activity

2009-09-24 Thread Felipe Silveira
is common when some reference to Context remains on memory after the Activity destruction. Look for some static reference to it (its just a guess) Regards, Felipe Silveira On Thu, Sep 24, 2009 at 3:40 AM, rukiman ruksh...@optushome.com.au wrote: In my app activity A creates activity B, however

[android-developers] Re: GC question.

2009-09-24 Thread Felipe Silveira
Hi Jiri, Static references remains on memory until the process where your activity is running is destroyed. So, in order to avoid memory leaks, point the reference to null in onDestroy() Regards, Felipe Silveira On Thu, Sep 24, 2009 at 10:58 AM, Jiri jiriheitla...@googlemail.com wrote: I

[android-developers] Re: Switch case on String

2009-09-24 Thread Felipe Silveira
No, you can't. In Java we don't have switch with Strings. Regards, Felipe Silveira On Thu, Sep 24, 2009 at 11:56 AM, Abhi abhishek.r.sha...@gmail.com wrote: Can I do a switch(String), case (compare with other string) and how? I am trying to compare string results and perform actions

[android-developers] Re: do i need to close cursor?

2009-09-10 Thread Felipe Silveira
It is recommended to close all cursors when you are not using they anymore. If you keep it opened, you will cause a memory leak on your application. Felipe Silveira On Thu, Sep 10, 2009 at 7:06 AM, Sasi Kumar sasikumar.it1...@gmail.comwrote: close the sursor each time. b'coz when u try

[android-developers] Activity objects in memory after onDestroy.

2009-08-03 Thread Felipe Silveira
is launched many times, by other activities. Does anyone know when the Activity object is supposed to be garbage- collected, and what can be done to avoid the issue I mentioned? Thanks in advance. Felipe Silveira http://www.felipesilveira.com.br