¡@

Home 

2014/10/16 ¤W¤È 08:27:27

android Programming Glossary: waintent

Sending message through WhatsApp

http://stackoverflow.com/questions/15462874/sending-message-through-whatsapp

sharing whatsapp share improve this question Here is the solution public void onClickWhatsApp View view Intent waIntent new Intent Intent.ACTION_SEND waIntent.setType text plain String text YOUR TEXT HERE waIntent.setPackage com.whatsapp if.. question Here is the solution public void onClickWhatsApp View view Intent waIntent new Intent Intent.ACTION_SEND waIntent.setType text plain String text YOUR TEXT HERE waIntent.setPackage com.whatsapp if waIntent null waIntent.putExtra Intent.EXTRA_TEXT.. View view Intent waIntent new Intent Intent.ACTION_SEND waIntent.setType text plain String text YOUR TEXT HERE waIntent.setPackage com.whatsapp if waIntent null waIntent.putExtra Intent.EXTRA_TEXT text startActivity Intent.createChooser waIntent..

Sending message through WhatsApp By intent

http://stackoverflow.com/questions/17768688/sending-message-through-whatsapp-by-intent

from my app to Special number in whatsapp I know this code to share massage to group or contact on whatsapp Intent waIntent new Intent Intent.ACTION_SEND waIntent.setType text plain String text Sorry For Interruption I'm Just Trying Something waIntent.setPackage.. I know this code to share massage to group or contact on whatsapp Intent waIntent new Intent Intent.ACTION_SEND waIntent.setType text plain String text Sorry For Interruption I'm Just Trying Something waIntent.setPackage com.whatsapp if waIntent.. new Intent Intent.ACTION_SEND waIntent.setType text plain String text Sorry For Interruption I'm Just Trying Something waIntent.setPackage com.whatsapp if waIntent null waIntent.putExtra Intent.EXTRA_TEXT text startActivity Intent.createChooser waIntent..