How do I add a View (dynamically) in an android widget? (API-level 3)
Posted
by aioobe
on Stack Overflow
See other posts from Stack Overflow
or by aioobe
Published on 2010-04-02T11:03:22Z
Indexed on
2010/04/02
12:13 UTC
Read the original article
Hit count: 291
How do I add a View dynamically in an android widget?
I realize that the RemoteViews works as a container of updates, but the RemoteViews.addView is only available on API level 7 (and I want my widget to work on HTC Hero phones, which has API level 3).
© Stack Overflow or respective owner