Questions tagged [whatsapp]

WhatsApp Messenger is a proprietary, cross-platform instant messaging application for smartphones. In addition to basic messaging and video calling, WhatsApp Messenger users can send each other images, video and audio media messages.

WhatsApp Messenger is a cross-platform mobile messenger supporting end-to-end encryption. It replaces SMS and works through the existing internet data plan of a device. Aside from supporting text messages, it also supports sharing (GIF) images, videos and audio messages.

WhatsApp is available for iPhone, Android and Windows Phone devices. It can additionally be accessed via the internet browser of desktops.

For more information, visit WhatsApp.com or read the Wikipedia entry on WhatsApp.

3065 questions
5
votes
1 answer

How to set iOS system alert sounds as push notification sound like Whatsapp does

I'm aware of Apple documentation about setting custom push notification sound for iOS from here. They said you can set sounds that are located either in app's main bundle or in Library/Sounds folder from app's data container. However, as can be seen…
Rodrigo Morbach
  • 378
  • 4
  • 16
5
votes
2 answers

Aligning Time inside a Text Speech Bubble

I want to implement this feature, as present in WhatsApp in Android. Here, for implementing this I used separate TextViews for both text and time, placed inside a relative layout. My Question is, how WhatsApp is deciding when to move the time in…
shanraisshan
  • 3,521
  • 2
  • 21
  • 44
5
votes
0 answers

Efficient data structure for storing related contacts in Mobile Chat App

We are building a chat app which have a lot in common with WhatsApp, Viber and Line... One problem which we want to tackle is how to inform specific users on an action that happened in the server. More specifically, if user X change his display…
Yaron Levi
  • 12,535
  • 16
  • 69
  • 118
5
votes
2 answers

How to get received whatsapp messages programmatically?

What is the best way to get whatsapp messages in the moment messages are received. Is the easiest way to read the notifications of the phone or is there a better way? Root permissions are allowed.
Panther
  • 435
  • 4
  • 16
5
votes
1 answer

Whatsapp message for a new number

Hi as far as I know whatsapp support abid and text parameters like below: NSURL *whatsappURL = [NSURL URLWithString:@"whatsapp://send?text=Hello%2C%20World!"]; if ([[UIApplication sharedApplication] canOpenURL: whatsappURL]) { [[UIApplication…
Zumry Mohamed
  • 9,318
  • 5
  • 46
  • 51
5
votes
1 answer

Whatsapp Login Failed not- authorized

I am using this API to connect & send message to Whatsapp. Here is the code. byte[] nextChallenge = null; WhatsApp wa = new WhatsApp("91999999999", "your password(WART)", "Name", true, true); wa.OnConnectSuccess += () => { …
Harshit
  • 5,147
  • 9
  • 46
  • 93
5
votes
4 answers

How to implement WhatsApp like material design SearchView?

WhatsApp has such Toolbar: When 'Search' menu item clicked, from the top SearchView comes down which takes whole space of toolbar: When I tried to implement SearchView, it looks like this: I found some libraries to implement this: Android…
Joe Rakhimov
  • 4,713
  • 9
  • 51
  • 109
5
votes
3 answers

Notification like whatsapp or sms app android

I want to create a Notification view just like whatsapp or sms notification.How can i achieve that. What I have search till now Crouton : Can found here this will show a crouton at running activity and below to the action bar. if my activity not…
shailesh
  • 1,783
  • 2
  • 17
  • 26
5
votes
1 answer

Share multiple videos in whatsapp

I want to share multiple videos in whatsapp.I do it using UIActivityViewController.First I store the videos on iPhone and send URLs(NSURL).If I send a one URL it works but If I send multiple URLs it does not work.UIActivityViewController does not…
Pramuka Dias
  • 568
  • 4
  • 16
5
votes
2 answers

Send Image and Text With Whatsapp

I need to send an image from my app with a text, I know how to send just an image or just a text, but I don't know how to combine both of them. Just an Image: let image = UIImage(named: "Image") // replace that with your UIImage let…
Omer N.
  • 105
  • 1
  • 2
  • 10
5
votes
3 answers

Whatsapp Sharing in AngularJS

Simple as it should be, it won't work as this code can't detect AngularJS codes. Whatsapp Do i need a directive for this? If yes, what is…
user3362364
  • 441
  • 11
  • 25
5
votes
1 answer

Restarting killed (stopped by task-killers) services in android like Whatsapp

I am working on a app locker which has some background services (to lock apps). I am using Xiaomi Redmi Note 4g for the development. The MIUI has an in-built task manager which can be used to kill running apps. When I kill apps with this, all…
devmaestro
  • 105
  • 1
  • 6
5
votes
0 answers

WhatsApp share button on a website - is it possible to share an image?

Is it possible to share an image via WhatsApp through the web Browser? All I found was this: Sharing link on WhatsApp from mobile website (not application) for Android to share text. Is there any way to do this to trigger an image send via WhatsApp…
Chi
  • 1,320
  • 1
  • 14
  • 48
5
votes
2 answers

Android Sharing with Subject E-Mail/Whatsapp

I am using android native sharing with this code: Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra(Intent.EXTRA_TEXT, "I like to share with you some stuff."); intent.putExtra(Intent.EXTRA_SUBJECT, "I like to share with…
Christopher
  • 9,682
  • 7
  • 47
  • 76
5
votes
2 answers

Sending a message by the WhatsApp API using PHP

I am trying to send a message by the WhatsApp API using PHP. I have the WhatsApp password and am getting by WART using the following code:
Srim
  • 527
  • 2
  • 8
  • 23