开发者

Show all conversation with a contact

开发者 https://www.devze.com 2023-03-14 23:36 出处:网络
How to show standard activity with conversation for a contact? For example when I enter to messages I see conversation, one for each contact, when I tap on a conversation I see all messages from this

How to show standard activity with conversation for a contact? For example when I enter to messages I see conversation, one for each contact, when I tap on a conversation I see all messages from this conversation. How can I show for a phone number such conversat开发者_运维技巧ion from my code?


you have to access the messages database using content providers and there u can write an appropriate query to get all the messages related to a particular contact and then render the messages in your activity as you please.

0

精彩评论

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