Is there any way we can make a resizable widget in android according to the space in home screen? For example if the home screen empty, i can make my large widget. If there oth
With Android 3.1 this is now possible Add the following to your appwidget-provide element android:resizeMode="horizontal|vertical"
Example from the official documentation: