Questions tagged as 'whatsapp'

1
answer

Automatic whatsapp message posting ..!

I have had the need as everyone to be able to create an application in my case with Php and Js; to send messages using the WhatsApp API. As many of us already know it is possible to send with the help of the link that whatsapp provides, with the...
asked by 20.04.2018 / 23:45
1
answer

Error sending audio saved in an app to whatsapp

The code I am using is: String path= "android.resource://"+Principal.this.getPackageName()+"/raw/a.mp3"; Uri uri = Uri.parse(path); Intent compartiraudio = new Intent(Intent.ACTION_SEND); compartiraudio.setType("audio/*"); compartiraudio.putE...
asked by 14.09.2017 / 18:36
2
answers

Synchronize phone book with my app

Would someone please help me with what would be the synchronization of mobile contacts with my application? I manage to obtain them through a code, but it turns out that they are repeated, so I see this is given by whatsapp, etc. Because I try o...
asked by 05.11.2018 / 22:49
1
answer

Detect WhatsApp calling activity

I am new to this development of applications on android, I have a question about java of an application that can deactivate whatsapp calls, do you know what that sentence is or something that identifies the incoming call notifier and ignore it?...
asked by 15.08.2016 / 17:27
1
answer

whats app web custom field for the phone

I want to add in PHP the href of the whats app link and the phone number to complete it with a custom field. I call it $ tel. I can not get it, I get the following error, can you help me? Is it okay? <?php $tel = get_field('telefono'); var_...
asked by 06.09.2018 / 04:09
1
answer

List WhatsApp contacts

Is there any way to get the contacts that have Whatsapp between all the contacts obtained from the phone? My tests have only been to obtain all the contacts and obtain their fields, to see if there were any "whatsapp ...": ContentResolver c...
asked by 07.09.2017 / 17:17
1
answer

Problems with Intent.SetPackage ("com.whatsapp")

I'm doing a mini test app that shares a text string, and I wanted it to do it directly by whatsapp, skipping the step of deploying the app choice to share with. I found that the intent could be made a intent.setPackage("com.whatsapp")...
asked by 24.10.2018 / 19:35
1
answer

Open WhatsApp from webview android studio

Hello everyone and thank you very much for your time. Before writing my question I came up with possible solutions, I researched and could not find a solution. I have a WebView in Android Studio in which I wish through the WhatsApp api ( link...
asked by 07.08.2018 / 21:54
0
answers

Is there an api to send whatsApp messages through asp.net?

How about, I'm about to start a project and would like to send a whatsApp message every time I insert data. Is there an api to be able to achieve it?     
asked by 12.05.2017 / 19:29
1
answer

EditText type Whatsapp

When entering text in the Edittext of whatsapp the keyboard is always positioned below Edittext , without covering what you type and this edittext increase in size depending on how much text is enter Does anyone have any id...
asked by 03.01.2017 / 20:11