[android-developers] AsyncTask take forever after the tablet goes in Save Mode

2016-06-22 Thread Sylvain Tremblay
forever to be executed (some time up to 15-20 second before the doInBackground() <https://developer.android.com/reference/android/os/AsyncTask.html#doInBackground(Params...)> get call. Does any one experience that problem? If so, how did you fix it? Thanks, Sylvain -- You receive

[android-developers] Re: How to distinguish url redirection and normal link click in webview?

2012-11-08 Thread Sylvain R.
Hi, I'm facing this problem and found this answer on Stackoverflow. It is not perfect but can help. Depends on the html page. http://stackoverflow.com/questions/3852414/in-a-webview-is-there-a-way-for-shouldoverrideurlloading-to-determine-if-it-is-c Best regards, Sylvain On Wednesday, Ju

[android-developers] Android compatibility - transition from Eclipse Ganymede to Helios (&/or Indigo)

2011-10-23 Thread Sylvain
We developed an app which uses the Android API 7 (version 2.1) and the Google map library - developed in early 2010 on Ganymede. The environment cannot be reproduced today since the ADT Plug-in can no longer be installed on Ganymede. I installed on either Helios or Indigo. The Android application

[android-developers] Re: Questions about Google Navigation availability

2010-12-14 Thread Sylvain Louchez
Hello... has this been posted? I haven't seen anything about it. On Sat, Dec 11, 2010 at 1:34 PM, Sylvain Louchez wrote: > Is Google Nav available as a class - just like Google maps - for us to put > on our own value-add overlay? > We just did this with Google Maps and prefer mo

[android-developers] Questions about Google Navigation availability

2010-12-11 Thread Sylvain Louchez
Is Google Nav available as a class - just like Google maps - for us to put on our own value-add overlay? We just did this with Google Maps and prefer moving to Google Navigation if this at all possible -- Sylvain Louchez sylvain.louc...@g4apps.com 905-465-5647 -- You received this message

[android-developers] Android requires .class compatibility set to 5.0.

2010-04-22 Thread Sylvain
I had to reload XP and Eclipse + android of course. I am using the 2.0.1 SDK version/ API 6. Everything was fine before, Now the project doesn't load- I get: [2010-04-21 09:59:24 - LatLonQ] Android requires .class compatibility set to 5.0. Please fix project properties. Don't see anything in pro

[android-developers] Disabled / Enabled the click and move in mapView

2009-09-05 Thread Sylvain MOUQUET
Hi It's possible to disable/enable the google map movement when we click and move on the map ? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to a

[android-developers] Re: Multiple drawable name

2009-06-04 Thread Sylvain MOUQUET
(element== 3) { > >      button.setBackgroundResource(R.drawable.picture_3); > > } > > > and i want to get something like : > > button.setBackgroundResource("R.drawable.picture_" + element); > > > Thanks > > Sylvain MOUQUET > > -- > Romain

[android-developers] Re: How to prevent a webview to be reloaded when the screen orientation changes ?

2009-05-12 Thread Sylvain Wallez
eload the web page ? > Add the attribute "configChanges" in our manifest, it will prevent a new activity to be created when the orientation changes: Hope this helps, Sylvain -- Sylvain Wallez - http://bluxte.net --~--~-~--~~~---~--~

[android-developers] Re: BroadcastReceiver communicating with Activity?

2009-02-26 Thread Sylvain Wallez
y that there's new information > to get if I stick the information in a database)? This seems like it > should be fairly straightforward, but I'm clearly missing something. > Have you tried implementing Activity.onNewIntent(Intent)?

[android-developers] Re: run app after installation using PACKAGE_ADDED or other mechanism?

2009-02-24 Thread Sylvain Wallez
The use of BOOT_COMPLETED allows an app to be started even if the user never explicitely launched it, isn't it? Sylvain Dianne Hackborn wrote: > No, there is deliberately no API for this. You should let yourself be > started when the user explicitly launches your app. > &g

[android-developers] Getting favicons in WebView

2009-02-23 Thread Sylvain Wallez
;m missing something obvious... Thanks for any hint! BTW, what is the exact purpose of WebIconDatabase? Is it a special cache for favicons? How is it supposed to be used? Sylvain -- Sylvain Wallez - http://bluxte.net --~--~-~--~~~---~--~~ You received this mes

[android-developers] Getting favicons in WebView

2009-02-23 Thread Sylvain Wallez
for favicons? How is it supposed to be used? Sylvain -- Sylvain Wallez - http://bluxte.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se