I have implemented an app in which I can pick a contact and list some custom information about this contact in a tablelayout. In each row of this tablelayout I have a column (button) which should send a message to the specific user using sms, whatapp, hike, etc. On click event, the Action_Send intent should open but instead having to pick the contact I want to put the contact or contact id as an extra so that I do not have to choose the contact from the list in whatsapp/sms/hike intent. Is this possible or do I have to implement the send to picker on my own and start a specific intent for each app?
Cheers Magnus