Search code examples
androidandroid-widgettogglebutton

why toggle button not support in widget application in android


possible duplicate,

hello all,

I am not getting the reason that why ToggleButton was not available for application widget (Home screen widget).

I have google it but not getting any reason. Does anybody knows the reason

Thanks


Solution

  • App Widget layouts are based on RemoteView, which does not support every kind of layout or view widget:

    http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout