Creating a two-person chat application in Xamarin Forms
I wanted to create a simple two-person chat program that does not require registration and login and other security materials and can be authenticated and logged in through the password given at the beginning of the program.
But the issue is that since the program is going to be used for a short time, I want to do this without a server and use Sqlite and store the messages locally in each device and synchronize the messages with Wi-Fi. Is this possible?
If so, please describe the project in general
Thank you
Hadi Jami
Xamarin no longer available for download
My MAUI conversion is far from over (June 2024) and I need to use the latest version of Xamarin supporting Android API 34, to allow me to issue an update to my Xamarin.Forms app.