chatapp

  1. Alexander Stolte

    Android Example [B4X] Supabase - Supachat chat example app

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a simple B4X chat example with supabase as backend. Setup Supabase create table public."dt_Rooms" ( id bigint generated by default as identity, name text not null...
  2. D

    Android Question Cross platform chat layout audio messages

    Hello everyone, I am developing a chat that should support audio messages. But I can't imagine how to implement them in this code (seekbar instead of text). I did not find anything similar on the forum, perhaps someone has already implemented such functionality or can help me with advice Used...
  3. D

    Android Question message "disappear" behind the screen

    Hello, guys! I use this code from Erel to create a chat app. https://www.b4x.com/android/forum/threads/b4x-cross-platform-chat-layout-example.112649/#content i faced the following problem if the word contains many characters without spaces, then they "disappear" behind the screen maybe someone...
  4. Abdull Cadre

    Share My Creation ChatApp v1.1

    Overview ChatApp is a Real time chatting application. Developed in B4A, along with php and mysql, the application can be easily modified and customized. App Features Mysql database One by one chat Group Chatting Single Video & Audio Call Sent/Recived Indicatior with realtime update Last seen...
Top