开发者

Draw on top of a "View"?

开发者 https://www.devze.com 2023-01-17 19:38 出处:网络
I am developing an application in which each Activity has a View which shows a PNG Image, followed by a TextView, an EditText and other views... The Activity\'s Content View is inflated using an XML l

I am developing an application in which each Activity has a View which shows a PNG Image, followed by a TextView, an EditText and other views... The Activity's Content View is inflated using an XML layout file.

Depending on which options the user chooses/how he interacts with the application, I want to dynamically draw onto the PNG Image.

Is this possible? If so, how? If not, how else could I go about it? Could you point me towards a tutorial on this sort of thing?

Many t开发者_StackOverflow社区hanks Darius

0

精彩评论

暂无评论...
验证码 换一张
取 消