B4A Question [SOLVED] Alternative to check if WhatsApp is installed without using PackageManager - QUERY_ALL_PACKAGES on + SDK30 - scsjc    Nov 8, 2021 Until now I used PackageManager to check which applications were installed (for example WhatsApp) Currently google requires QUERY_ALL_PACKAGES in Manifest in order to have a list of Installed Packages. Is it possible to know if WhatsApp is installed, via tried through some kind of Try-Catch error? Sub APKinstalada(packagename As String) As Boolean Try Dim PM As PackageManager Dim ApplicationLabel As String = PM.GetApplicationLabel(packagename) log... Share My Creation [BANanoVuetifyAD3] WhatsApp CRM - Mashiane    Aug 1, 2022   (5 reactions) Hi there Check it out on Netlify This is a very simple project to showcase the following: VFlexDialog + Bindings to VueTable. BANanoKeyStore CRUD - add, update and delete contacts using KeyValueStore Sending Messages using WhatApp click to chat API. A smaller version of the BANanoVuetifyAD3 library built specific to this project and used by this project. The version of the library used here was... B4A Library [B4X] GreenApi - WhatsApp API - Mariano Ismael Castro    Oct 24, 2024   (20 reactions) 147338 Green API is a platform that allows you to send and receive WhatsApp messages through... and monitor a phone 2. Stable WhatsApp API works without a phone and your number is safe when using WhatsApp API Gateway 3. The API is fast, with a capacity of sending 120 messages per minute and... free plans to business plans that allow unlimited chats and up to 30,000 WhatsApp verifications per... WhatsApp. Attached you can find a library (free) along with a demo that includes approximately 13... Share My Creation WhatsApp Cleaner - Star-Dust    Jan 5, 2022   (7 reactions) IMPORTANT This source will not work in newer versions of WA which store data in internal folders and no longer in the external root Last year I posted on Google Play an app that cleared WhatsApp from duplicate files (images, videos, audio, documents) or let you preview and delete files that were no longer interested. It also allowed to move the files to dropbox, so as to free the device memory. Google Play asked me to move the word WhatsApp at the end of the title because this could create... B4J Tutorial WABA (WhatsApp Business API) - Star-Dust    Jan 21, 2026   (24 reactions) I want to start with a clarification, META offers three WhatsApp services: WhatsApp, WhatsApp Business, WhatsApp Business API. The first two are applications, the first of which is intended for... B4A Code Snippet WhatsApp: Send Message to specific phone number - Star-Dust    Nov 25, 2017   (13 reactions)   tags: whatsapp WhatsApp a few years ago had published APIs that allowed to send messages to a specific number. For...://faq.whatsapp.com/en/android/28000012) You can now open a conversation with a phone number... the Web. (https://faq.whatsapp.com/en/android/26000030/?category=5245251) By using this I created... confirm by WhatsApp .... but it is already something ... I attach the code Sub Globals 'These....whatsapp.com/send?phone=${EditTextNumber.Text}&text=${EditTextMessange.Text}"$) StartActivity... B4J Library [BANanoGreenAPI] BANanoFetch REST API WhatsApp bridge to Send & Receive Messages, Manage Groups - Mashiane    Jan 20, 2025   (1 reaction) messages and manage groups on WhatsApp.
Requirements
1. A GreenAPI account. Developers get a free... back-end you use. That way you can store whatsapp messages on a back-end.
Things to note
Contact..., (you get these when reading contacts as they are created by whatsapp)
Each message you receive / send... B4A Question Send more than one WhatsApp message - AlpVir    Jun 15, 2024 How to send the same WhatsApp message to 3 or 4 different contacts registered in a SQLite archive? The following code sends only one message and forgets the others. TxtWA="Lorem ipsum dolor sit amet, consectetur adipisci elit, sed do eiusmod" rs=db.ExecQuery ("SELECT * FROM ....") For i=0 To rs.RowCount-1 rs....ACTION_VIEW, "https://api.whatsapp.com/send?phone=" & rs.GetString("Telefono"... B4A Question WhatsApp Intent - MarcoRome    Oct 7, 2014 Hi all. If you send message with intent / WhatsApp write this code: Dim i As Intent i.Initialize(i.ACTION_SEND,"") i.SetType("text/plain") i.SetComponent("com.whatsapp...("sms_body", smsText); i.setPackage("com.whatsapp"); startActivity(i); this is website: http://stackoverflow.com/questions/19081654/send-text-to-specific-contact-whatsapp i Try in...(i.ACTION_SEND, numero) i.SetType("text/plain") i.SetComponent("com.whatsapp"... B4J Question How to send whatsapp message with attachment via B4J code? - amorosik    Mar 26, 2026 I'd like to create a program that listens for external requests and sends a WhatsApp message... having WhatsApp Web active on any browser (for example Firefox), how can I enable the B4J code to... Page: 1   2   3   4   5   6   7   |