简体   繁体   中英

How to draw a Tag on Image Bitmap?

I need help to do the following task. My task is similar to Pose (an Android application). In this application they done a amazing concept. Once you capture the image, then tap any part of the image it shows number of options to add tagline. Once you add the tag means the particular tag is added over the image. once you upload the image to server, now you can view in your profile, once you touch on the image, the tag parts are visible, then you again touch the image means the tagged icons are disappeared. How they do this think, if they are using any third party tool?.Here for your reference i added the market link of Pose application also having a video and Sample images and i also added some images kindly notice it. Kindly share you valuable suggestion to completed this task.

捕获的图像标签选项标签添加图片

您可以使用FrameLayout并尝试将标记放在图像上,但是我可能会创建一个自定义View ,覆盖onDraw方法并为所有这些做自定义绘图。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM