Sankar Ganesh PMP
Sankar Ganesh PMP

Reputation: 12027

Is there a way to dynamically change the size of a widget?

Is there a way to dynamically change the size of a widget?

Can an app have multiple widgets?

Thanks!

Upvotes: 1

Views: 1172

Answers (3)

Marcus Wolschon
Marcus Wolschon

Reputation: 2590

Resizing widgets on the home-screen dynamically was added in Android 3.1. It is possible now.

Upvotes: 1

Vinay
Vinay

Reputation: 4793

App can have multiple widgets. what do you mean by changing the size? Are referring to number of cells it can occupy in landscape and portrait? Here is a guideline on designing.

Upvotes: 0

Konstantin Burov
Konstantin Burov

Reputation: 69238

1. No, sorry.
2. Yes, definitely, you just have to define as many app widget providers
as you need.

Upvotes: 3

Related Questions