whatsapp

  1. Serge Nova

    Share My Creation Simple Chat (WhatsApp and Telegram family)

    Hello Dear Programmers, I am back with an Instant Messaging application from the WhatsApp and Telegram family. The functionalities are: - Register or Login ; - Reception and updating of messages on the home page; - Sends text messages and multimedia files; - Modification of personal...
  2. Mariano Ismael Castro

    B4A Library [B4X] GreenApi - WhatsApp API

    Green API is a platform that allows you to send and receive WhatsApp messages through a stable API. 1. It is possible to send and receive text, photos and videos without the need to purchase and monitor a phone 2. Stable WhatsApp API works without a phone and your number is safe when using...
  3. Amirfk

    Share My Creation messanger app

    messanger app for support and tickets Send , receive : text , audio , picture Add group , chanell and other attributes ... $38 , for get (demo) , telegram is: @amirFk01
  4. cheveguerra

    Android Question Is it possible to save or serialize a StatusBarNotification object??

    Hi everybody, I am playing with the ReplyAuto library by @jsaplication.mobile (it is GREAT!!!!) and when I receive a notification, I am storing it in a customType: Class_Globals Type lasNotis(number As String, notif As StatusBarNotification) Sub ReplyAuto_NotificationPosted (SBN As...
  5. jsaplication.mobile

    B4A Library ReplyAuto - Library Response WhatsApp, Telegram (background service)

    Hello, I would like to introduce you to my new auto-response library for social networks, compatible with whatsapp, telegram works in the background A good part of the code was recovered from the NotificationListener library I made some modifications to adapt to my project and I'm making...
  6. S

    Share My Creation B4A WhatsApp Stickers App

    A perfect app to preview stickers and add them to WhatsApp in this app you do not depend on Assets folder to display stickers and you can manage stickers from a special folder in the device storage so you can create your own online WhatsApp stickers app In this project I put sticker files in...
  7. amorosik

    Android Question How to read chats / messages / media, from Whatsapp?

    How to read the chats available on Whatsapp, and then read the messages / media contained in a chat? And similarly, how to create a chat on Whatsapp from B4A code and then write messages / media into it? The ultimate goal is to backup on pc the Whatsapp messages contained on one phone, and...
  8. carlos7000

    Android Question Read (WhatsApp/Media/WhatsApp Video) Files

    Hello. I want to be able to read or access the files inside the folder WhatsApp/media/WhatsApp Video but when trying to get a list of the files in that folder, with this code, I can't. Manifest 'This code will be applied to the manifest file during compilation. 'You do not need to modify it...
  9. sfsameer

    WhatsApp Automation : Free Source Code

    Hello everyone :) *Starting off by thanking @Erel for making this possible for us :) Today we would like to announce our newest app : WhatsApp Automation It contains the following : 1- Auto Reply You can set up the options that the user can pick from and once the user picks an option you can...
  10. sfsameer

    Imo, viper, Skype alternative

    Hello everyone :) We have noticed alot of people here in the forum that are looking for apps just like Skype or viper, video/audio chat. If we started this project and sold the source code as little as 40$ would it be successful?
  11. M

    Spanish Como puedo enviar un PDF desde mi app hasta cualquier aplicación como WSP

    Hola amigos de B4A, mi consulta es: Estoy desarrollado una app de Gimnasios y mi idea es que cuando una persona venga a querer pagar su abono el dueño del gimnasio lo haga atravesar de la app. Mi idea es que cuando la transacción se haga, halla una opción de que el usuario apreté y mande un...
  12. H

    Android Question Whatsapp Automation

    I tried to make whatsapp send message automatically without user click send button manually, I got the approach of working scenario as the following: - We can build message & send it to specific number and runing whatsapp window, see b4a function here. - Using Accessibility service to automate...
  13. H

    Android Code Snippet Whatsapp Send Function

    I hope this help someone: Sub whatsappSend(mobile as string,msg as string) Dim sendIntent As Intent sendIntent.Initialize(sendIntent.ACTION_MAIN,"") sendIntent.PutExtra("jid",mobile & "@s.whatsapp.net") sendIntent.Action=sendIntent.ACTION_SEND...
  14. Lucas Eduardo

    iOS Question Send message to some WhatsApp number

    Hello, i did it in Android, but i could not find how to do it in iOS. Here is the code in B4A: Dim Intent1 As Intent Intent1.Initialize(Intent1.ACTION_VIEW, $"https://api.whatsapp.com/send?phone=55${number}&text=${""}"$) Intent1.SetComponent("android/com.android.internal.app.ResolverActivity")...
  15. sdixon

    Android Question reset action_send intent

    I've been working on an application that uses intent to send information via Whatsapp, twitter, Facebook, etc. The problem I've run into is that the first time I run the app, I get a list of all the methods available to send information on my phone. The second time I use the app, I don't have...
  16. demonio_jack

    Android Question Installing B4A App with MySQL

    Hi everyone!!! This is my very first time in B4A and trying to install a small app with MySQL. It's work in debugging environment... but when I compile it to install in a android phone, fail. I'm not sure what I have to do, I've seen a lot of videos and posts but I haven't found "the procedure"...
  17. M

    iOS Code Snippet Chat Layout Example (some corrections needed)

    Hi everyone, i want to share this "chat layout". I hope it will be useful to somebody. It is a translated version from the Andoid one by @Douglas Farias. It has some bugs, that someone can help me to fix. For example i want the CustomListView always display the last element (without bringing...
  18. M

    iOS Question Navbar like Whatsapp

    Hi! I'm trying to understand the various part that make up the navigation between pages in B4i, and the various options. How can I have a nav bar like this: With custom icon and Text (and eventually the notification dot). It's a acutal navbar, or a panel with button inside? (i ask this...
  19. D

    iOS Question WhatsApp Sticker

    How can i create stickers for whatsapp by b4i? https://github.com/WhatsApp/stickers/tree/master/iOS
  20. victormedranop

    Share My Creation Whatsapp ITR (interactive Text Response)

    I made and Interactive text response, made full in b4j. if someone want to try plase add this number +1 809-777-7312 and say hola. still in spanish. will reponse with a full menu. Thanks. Victor Medrano
Top