Saturday, July 9, 2011

[android-developers] Re: List in appwidget going blank suddenly, Error in updateMetaData

This issue is mainly coming up when the RemoteViewsService is killed
automatically by android. And when we change the orientation from
portrait to landscape or vice versa, the RemoteViewsService is getting
created, the RemoteVIewsFactory is getting instantiated.
However the getViewsAt is not getting called.

And in the logs, I am seeing the error:

Error in updateMetaData: null

Could anyone please help me with this issue.

On Jul 7, 5:55 pm, Padma <jangala.pa...@gmail.com> wrote:
> Hi,
>
> I have created an appwidget with a listview on Honeycomb 3.1. I am
> using the RemoteViewsService and RemoteViewsFactory. However sometimes
> I see that the listview suddenly becomes empty. The logs dont have
> anything specific to my application. However I see the following in
> the logs:
>
> E/RemoteViewsAdapter(  873): Error inupdateMetaData: null
>
> Did anyone see a similar issue previously? If so, could you please
> suggest a solution to this.
>
> Regards,
> Padma.

--
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-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment