sharingIntent.putExtra(Intent.EXTRA_STREAM,Uri.parse("androID.resource://" + context.getPackagename() + "/drawable/" + "ic_launcher"));sharingIntent.setType("image/*")
但是我找不到whatsapp用来共享位置的方式.有没有办法像whatsapp那样分享位置?或传递一些静态图像&通过单击该图像,应该在默认选择器@用户端打开地图.有没有办法实现该场景?
谢谢.
解决方法 有一个非常棒的github项目,名为 yowsup,它反向设计了whatsapp协议. here’s它的位置共享层,你可能会发现它很方便<message t="{{TIME_STAMP}}" from="{{CONTACT_JID}}" offline="{{OFFliNE}}" type="text" ID="{{MESSAGE_ID}}" notify="{{NOTIFY_name}}"> <media latitude="52.52393" type="location" longitude="13.41747" name="Location name" url="http://www.foursquare.com/XXXX" enCoding="raw" >{{thumbnail_RAWDATA}}</media> </message>总结
以上是内存溢出为你收集整理的android – 如何分享像whatsapp的位置?全部内容,希望文章能够帮你解决android – 如何分享像whatsapp的位置?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)