Android 中的字符串叠加
有没有办法创建一个字符串覆盖?因为我正在开发一个项目,我在地图中显示地点,但我还想显示一些标识该地点的字符串,例如 id 附加, 安德烈·马里亚诺
is there anyway of creating a String overlay? Because I'm working on a project which I show the spots in the map, but I wanna also show some String identifing the spot, like an id, for example
att,
Andre Mariano
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 StringBuilder() 而不是 String。例子..
Use StringBuilder() instead of String. Example..