All Projects → omegaes → Whatsapp Api

omegaes / Whatsapp Api

Licence: lgpl-3.0
An Android Library with demo application, to send media and text messages via Whatsapp on rooted device

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Whatsapp Api

WhatsApp-Cleaner
A tool to clean received and sent media of WhatsApp.
Stars: ✭ 26 (-82.07%)
Mutual labels:  android-application, whatsapp
Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-6.9%)
Mutual labels:  whatsapp, android-application
Insta Chat
InstaChat offers a new way to read messages of your favourite messengers. It overlays every other app and you can reply from anywhere you want.
Stars: ✭ 111 (-23.45%)
Mutual labels:  whatsapp, android-application
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (-11.72%)
Mutual labels:  android-application
Shotang App
The New Home Screen is designed in a modular way with the core focus on product discovery. Search, Deals, Products everything has been brought upfront. The hamburger menu has been replaced with a bottom navigation bar for easy reachability. On the tech side too, this design allows us to run new deals and other experiments in an agile manner which wasn't possible in the previous version.
Stars: ✭ 132 (-8.97%)
Mutual labels:  android-application
Qrcode
React Native app for scanning and creating QR codes
Stars: ✭ 138 (-4.83%)
Mutual labels:  android-application
App Privacy Policy Generator
A simple web app to generate a generic privacy policy for your Android/iOS apps
Stars: ✭ 2,278 (+1471.03%)
Mutual labels:  android-application
Searchviewsample
Sample app for Android SearchView with circular reveal animation like whatsapp
Stars: ✭ 125 (-13.79%)
Mutual labels:  whatsapp
Maoni
Lightweight library for collecting and handling user feedback from within Android applications.
Stars: ✭ 142 (-2.07%)
Mutual labels:  android-application
Zimlx
Open Source and free launcher for Android
Stars: ✭ 137 (-5.52%)
Mutual labels:  android-application
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-5.52%)
Mutual labels:  android-application
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+1047.59%)
Mutual labels:  android-application
Textwriter
Animate your texts like never before
Stars: ✭ 140 (-3.45%)
Mutual labels:  android-application
Wa Reader
💬 WA Reader is a platform to read WhatsApp conversations from email text backups in a easy-to-read UI.
Stars: ✭ 130 (-10.34%)
Mutual labels:  whatsapp
Tvhclient
An Android client for TVHeadend using the HTSP protocol
Stars: ✭ 142 (-2.07%)
Mutual labels:  android-application
Purple Gowhatsapp
Pidgin/libpurple plugin for WhatsApp Web.
Stars: ✭ 125 (-13.79%)
Mutual labels:  whatsapp
Android Multi Theme Ui
Android multi theme UI implementation with day night mode. This repository cover theme changes at runtime, user can select theme from pre-defined multiple themes and changes reflect dynamically on the go.
Stars: ✭ 142 (-2.07%)
Mutual labels:  android-application
Uber Car Animation Android
An example project to demonstrate how to Add Uber Like Car Animation in Android App
Stars: ✭ 134 (-7.59%)
Mutual labels:  android-application
Memento
Memento is a simple note taking app for Android
Stars: ✭ 138 (-4.83%)
Mutual labels:  android-application
Puff Android
Password Manager for Android Using Blowfish Encryption
Stars: ✭ 144 (-0.69%)
Mutual labels:  android-application

Whatsapp-API

An Android Library with demo application, to send media and text messages via Whatsapp on rooted device

Installation

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Add the dependency

    dependencies {
    	compile 'com.github.omegaes:Whatsapp-API:1.0.3'
    }

Usage

Check if device has whatsapp version

WhatsappApi.getInstance().isWhatsappInstalled() -> boolean

Check if device has root privilege

WhatsappApi.getInstance().isRootAvailable() -> boolean

Get list of whatsapp contacts, from whatsapp database

WhatsappApi.getInstance().getContacts(Context, GetContactsListener) -> void

Send message to one contact or list of contacts, create WMessage and WContact objects !

WhatsappApi.getInstance().sendMessage(List<WContact>, WMessage, Context, SendMessageListener)  -> void

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

Not yet

Author

  • Abdulrahman Babil - Software engineer - Mega4Tech

License

This project is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].