在列表视图中调用意图
我正在开发 Android 应用程序。我正在使用网络服务来检索应用程序中的数据。现在,在我的功能之一中,我获取员工的完整详细信息并将其显示在列表视图中。现在,在列表视图中,有某些电话号码(超过 2 个)是他们的。现在我想使用呼叫意图,是否可以在列表视图中使用,如果可以,请告诉我方法。谢谢。
I am developing android application. I am using the web service to retrive the data in my application. Now in one of my function i fetch the employee's full detail and display it in the list view. Now in list view there are certain phone numbers (More then 2)are their. Now i want to use call intent is it possible in the list view if yes let me know the way.Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用
listView 的
它的
use
of the listView and call the intent you want in the
method of it.