[android-developers] Re: widget on lockscreen

2012-10-29 Thread Francois Simard
Hi is this available now? I noticed that SongZa shows a widget on the lock screen so that you can quickly change track. Is there any documentation about this? Thanks. Le mardi 29 juin 2010 11:22:36 UTC-4, manigault a écrit : Hi all i am developing music player and i want to put some controls

[android-developers] Excessive delay setting brightness: 173ms, mask=2

2012-08-27 Thread jean-francois labbe
I've found this error on my nexus S jelly bean logs. E/PowerManagerService(260): Excessive delay setting brightness: 173ms, mask=2 it appears every time I turn on or off the screen. What does it mean? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-04 Thread jean-francois garreau
2012/7/3 jean-francois garreau jean.francois.garr...@gmail.com I already saw that presentation and I can't use the ViewHolder pattern because i need a customView. So I'm looking for a way to optimize my CustomView because I don't know what I'm doing wrong with this view that causing thoses

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-03 Thread jean-francois garreau
a écrit : On 2 July 2012 12:20, jean-francois garreau jean.francois.garr...@gmail.com wrote: little Up beacause not fixed Le jeudi 28 juin 2012 16:12:35 UTC+2, jean-francois garreau a écrit : The problem is : as I'm creating my custom view heriting from View, I don't have any findById

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-03 Thread jean-francois garreau
... In my Adapter, I directly use the viewObjects. How can i use the viewHolderPattern if my view inherites from view and don't have any view element in it ? regards Le mardi 3 juillet 2012 13:20:55 UTC+2, Mark Murphy (a Commons Guy) a écrit : On Tue, Jul 3, 2012 at 7:16 AM, jean-francois

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-03 Thread jean-francois garreau
will look deeper into that direction and after, i will look at your advice with SpannableStringBuilder regards Le mardi 3 juillet 2012 14:24:38 UTC+2, Mark Murphy (a Commons Guy) a écrit : On Tue, Jul 3, 2012 at 7:48 AM, jean-francois garreau jean.francois.garr...@gmail.com wrote: Ok so can

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-03 Thread jean-francois garreau
Ok thank you So first of all i think that as I didn't identify what's causing all my GC I will not solves this UI problem. But After, i will try your solutions. regards Le mardi 3 juillet 2012 14:45:22 UTC+2, Daniel Drozdzewski a écrit : On 3 July 2012 13:40, Mark Murphy

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-07-02 Thread jean-francois garreau
little Up beacause not fixed Le jeudi 28 juin 2012 16:12:35 UTC+2, jean-francois garreau a écrit : The problem is : as I'm creating my custom view heriting from View, I don't have any findById so the pattent viewHolder won't be useFull for me :( And I'm already implemnting it with the view

[android-developers] Re: Problem optimizing views for having a fast scroll

2012-06-28 Thread jean-francois garreau
, kmUnit); } else { subView = (ObjectSubViewNew) convertView; } } ? Le jeudi 28 juin 2012 14:27:14 UTC+2, jean-francois garreau a écrit : Hi everyone, I have a problem for optimzing my application. More particulary

Re: [android-developers] Re: Problem optimizing views for having a fast scroll

2012-06-28 Thread jean-francois garreau
view. Le jeudi 28 juin 2012 15:58:53 UTC+2, MagouyaWare a écrit : Nope... http://lmgtfy.com/?q=android+viewholder+pattern Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 28, 2012 at 7:50 AM, jean-francois garreau jean.francois.garr

Re: [android-developers] Question about AccountManager and OAuth authentication with Google App Engine

2012-06-19 Thread Francois Masurel
Elenkov nikolay.elen...@gmail.com wrote: On Mon, Jun 18, 2012 at 7:33 PM, Francois Masurel wrote: Hi Mukesh, Have you found a solution on this? I'm desperately trying to implement it on my Android app without success. It seems GAE doesn't currently support OAuth2

Re: [android-developers] Question about AccountManager and OAuth authentication with Google App Engine

2012-06-18 Thread Francois Masurel
Hi Mukesh, Have you found a solution on this? I'm desperately trying to implement it on my Android app without success. Thanx for your help. Francois Bordeaux, France On Monday, January 9, 2012 8:36:08 AM UTC+1, Mukesh Srivastav wrote: Hi Rishi, I had tried the above concept but i

[android-developers] connecter mon htc à gmail par internet

2012-02-21 Thread francois
comment connecter mon htc par internet ? -- 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

Re: [android-developers] Re: 32bit PNG in CS5

2012-02-05 Thread Jean-Francois Im
Set Photoshop to use 8 bits and use File Save for Web and Devices... to export your file. On Sat, Feb 4, 2012 at 18:09, Oliviu Vais oliviu.v...@gmail.com wrote: I dont get it. So what do i have to do? On Feb 4, 10:38 pm, Romain Guy romain...@android.com wrote: In PS 8 bits means 8 bits per

Re: [android-developers] 32bit PNG in CS5

2012-02-05 Thread Jean-Francois Im
I think the text in CS5 is a bit misleading, it refers to 32 bit per channel(ie. 96 bits for R, G and B all together) whereas Android expects 32 bit total(ie. 8 bit per channel, 32 bits total for R, G, B and A). In Photoshop CS5, you can save it as a PNG with an alpha channel using File Save for

Re: [android-developers] Re: Giant Android Device seen at I/O

2011-05-20 Thread Francois Masurel
One is available there and it has a touch screen : http://www.toutpourlavideo.com/totem-android-p-383.html Francois -- 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

[android-developers] please help me

2011-03-21 Thread francois jacob
Hi there, I'm a french android developer. I've published an app in the market (DRAWTOOLS). I know french websites where to publish test and reviews of my app, but i don't know for other countries. That's not so easy to find... So I'm looking for some people who can help give me links to such

[android-developers] ActivityInstrumentationTestCase2 and FragmentActivity

2011-03-11 Thread Jean-Francois
Hi, I just started experimenting with the new fragment static API. Whenever I try to use ActivityInstrumentationTestCase2 with a FragmentActivity I get a RuntimeException: Exception during construction error. Is it supposed to work? Cheers, Jean-Francois -- You received this message because

[android-developers] Re: Best way to swap activities

2010-08-15 Thread Francois Masurel
Did you try the FLAG_ACTIVITY_NO_HISTORY intent flag ? Here is a nice article about intent flags : http://blog.akquinet.de/2010/04/15/android-activites-and-tasks-series-intent-flags/ Francois On 15 août, 16:04, dm1973 david050...@gmail.com wrote: Right now I have 2 activities (A+B) and what I

[android-developers] Will native libs built with the NDK work with the Nexus One?

2010-01-06 Thread Francois Hamel
Basically is the ARMv7 instruction set somehow an extension of the ARMv5 or is it completely different? I'd like to get started building somewhat large components of my game in it since the JVM seems to be slow as hell from what I've read. And if anyone did something with it how did you manage to

[android-developers] Dynamically change widget background

2009-07-06 Thread Francois DESLANDES
Hello everybody, I am working a widget… I'd like to change my widget background image dynamically, is it possible ? I tried theme style, it doesn't want to work. It doesn't show any background image (see code sample below) I tried RemoteViews.setImageViewResource on an ImageView

[android-developers] Re: OutOfMemoryError

2009-06-20 Thread Francois
Hi, Can you please tell me where is located this dx.bat? I cant find it! Thanks, Francois --~--~-~--~~~---~--~~ 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: OutOfMemoryError

2009-06-20 Thread Francois
Answering to myself. After doing a long search for all the *.bat on my C: drive, I have found it. But it is located in the 1.1 Android SDK. So I guess it is out of date now. Does anyone else have an idea? Thanks, Francois --~--~-~--~~~---~--~~ You received

[android-developers] OutOfMemoryError

2009-06-19 Thread Francois
to do avoid it? Thanks in advance for you advices. Francois --~--~-~--~~~---~--~~ 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

[android-developers] Davik error

2009-06-08 Thread Francois
in Eclipse. If you restore it to automatic build, it works very well. I must be the only one on earth to untick this option. I prefer it as it gives more control on the builds. I hope this can help people in my situation. Francois --~--~-~--~~~---~--~~ You received

[android-developers] Re: Conversion to Davik failed with error 1

2009-05-31 Thread Francois
Hello all, I am answering to myself here. If I create a new 1.5 project it works. No more errors. If I create a new 1.1 project it does not work, I get the error. So I think there is definitively a bug in the 1.1 platform kit. Hope this can help anyone facing the same problem! Francois

[android-developers] Conversion to Davik failed with error 1

2009-05-30 Thread Francois
with a correct content! Something is definitively going wrong here. Can you help me? I am stuck... Francois --~--~-~--~~~---~--~~ 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] NullPointerException in ViewRoot.draw

2009-05-18 Thread Francois
? Thanks, Francois --~--~-~--~~~---~--~~ 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