B4A Question 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... 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... 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... B4A Question How to read / write Whatsapp archives? - amorosik    Oct 28, 2021 I would like to create an archive of the information contained on Whatsapp I would therefore like to understand how to read the messages contained in the various chats, in addition to the various media such as audio files, video files, images, etc. Same thing for writing, how to write a message in a Whatsapp chat? (not send the message, just write it, as if it were a restore from a previous backup)... B4J Tutorial CallMeBot: A Free "Personal Use" Bot to send WhatsApp, Telegram, Messenger & Voice Calls - Mashiane    Dec 19, 2022   (4 reactions) Hi I am currently trying this out: https://www.callmebot.com/ The instructions are rather simple to follow. 137088... 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"... B4A Library WhatsApp Library - MarcoRome    Aug 17, 2017   (42 reactions)   tags: Whatsapp WhatsApp Library Version: 1.1 This is a wrapper for this Github-project. 32736 WhatsApp Author: Devil-App Version: 1.1 Whatsapp Fields: AUDIO_TYPE As Int IMAGE_TYPE As Int VIDEO_TYPE As Int... whapp As WhatsApp whapp.OpenChatWithNumber("+39334336444")</code> createPhoneNumber.... Example:<code> Dim whapp As WhatsApp whapp.createPhoneNumber("Devil","+393343365647...) As Boolean This method determines if a mobileNumber is a contact. Example:<code> Dim whapp As WhatsApp... B4J Code Snippet B4XVonage - Send SMS, MMS, WhatsApp, Facebook, Viber, Video, Audio Messages etc etc via Vonage - Mashiane    Apr 20, 2021   (7 reactions) them a whatsapp message. The rest of everything else seems to want a business account. Only tested and working are whatsapp & sms messaging. I cant seem to receive the image whatsapps as much... B4A Example WhatsApp Spy (educational purposes only) - Star-Dust    Nov 13, 2017   (16 reactions)   tags: whatsapp notification on WhatsApp. Perhaps it is useful to have preadolescent children who need to control who... of a new message with a notification. I only selected WhatsApp. Of course you have to enable... does not work if WhatsApp is open and therefore does not alert you with notifications. If you have any... Page: 1   2   3   4   5   6   7   |