Re: [android-developers] Re: AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-22 Thread Julien Del Rio
The problem is the time to reproduce the bug (few days)*.* now I am waiting since i put the update in a service. Le 22 mai 2012 03:27, TreKing treking...@gmail.com a écrit : On Mon, May 21, 2012 at 3:21 PM, Julien Del Rio julien.del...@gmail.comwrote: Is it possible to build a too big

Re: [android-developers] Re: AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-21 Thread Julien Del Rio
You're right. I talked about big bitmap. A remoteView forces a maximum resolution of bitmap, my bitmaps are under this resolution. But I apply multiple bitmap on multiple view in my remoteview. Is it possible to build a too big (in memory size) for my remoteview with all the bitmap ? On Mon, May

Re: [android-developers] Re: AppWidgetManager, function updateAppWidget not working after an undetermined time

2012-05-17 Thread Julien Del Rio
I know about the short lifestyle. My code is running during less than the lifestyle. But you're right, maybe it is just the needed time and the system code for updating the widget is stopped. I will test your idea. Thanks Le 17 mai 2012 06:26, Jose_GD jose.gonzale...@gmail.com a écrit : Hi

[android-developers] Problem when I add a header to the list of a PreferenceActivity on Honeycomb

2011-11-16 Thread Julien Del Rio
Hi everybody, I work on the Honeycomb version. I add an header to the list in my PreferenceActivity using getListView().addHeaderView(header). But now, I think there is a problemn on the index of the list. When I click on a line, the onPreferenceTreeClick return the previous line. Do you have

[android-developers] Re: How to switch between views following a finger ?

2010-04-16 Thread Julien Del Rio
I will see. Thanks. On 15 avr, 19:49, Marc gobl...@gmail.com wrote: I used this tutorialhttp://whyandroid.com/android/174-flipping-your-views.html On Apr 15, 1:19 am, Julien Del Rio julien.del...@gmail.com wrote: Hi, I can't find a tutorial on Google for my problem. I'm french and i

[android-developers] How to switch between views following a finger ?

2010-04-15 Thread Julien Del Rio
Hi, I can't find a tutorial on Google for my problem. I'm french and i don't find the best google keywords for to describe my goal. I decided to ask the question here. I want to do an animation between views like on the Home or on the Calendar in week mode. I want the switch between the views