Hi there, i'm fairly new to b4a but i've had some experience with visual studio/visual basic before.
I've built an app in which people can register an account and log in, all data is stored in a database running on my web server, the database stores someone's user id and for every person it also stores a list of other people's user id's that they've "connected to"/"added" (for instance, in user1's row in the database, it has it's user id, password, some other info, and "connections" column, which stores his "connections": "user2, user5, user13").
I want to have an activity in my app where the user sees a list of these people and when they click on a specific one of them, it opens a chat with that person. I have literally no clue where to start or how to do this, is this even possible? Is there an example of someone who has already made a whatsapp-like app?
Thanks!
I've built an app in which people can register an account and log in, all data is stored in a database running on my web server, the database stores someone's user id and for every person it also stores a list of other people's user id's that they've "connected to"/"added" (for instance, in user1's row in the database, it has it's user id, password, some other info, and "connections" column, which stores his "connections": "user2, user5, user13").
I want to have an activity in my app where the user sees a list of these people and when they click on a specific one of them, it opens a chat with that person. I have literally no clue where to start or how to do this, is this even possible? Is there an example of someone who has already made a whatsapp-like app?
Thanks!