Damien Doumer

Results 26 comments of Damien Doumer

Hello, I don't understand what you mean by being "stuck in asp core and related between the app" Please could you be more explicit?

Oh, I see. What I can advice you is to: - Create an Asp.net core API ([Here is a getting](https://dotnet.microsoft.com/learn/aspnet/hello-world-tutorial/intro) started guide) - Add Signalr for realtime functionalities like (message...

Hello, of course you can deploy it on any server that has a linux, windows or macos OS. ASP.net core runs on all of these, and Signalr does too.

Hi @aproko234 , Here is good article about signalR on Xamarin Forms: https://git-commit.net/using-signalr-in-asp-net-core-6-xamarin-forms-with-google-provider-in-firebase-auth/ You can just follow what it says about integrating Signalr and create a chat hub, then listen...

Hello @aproko234, What you should do is just inspire yourself from my implementation of the Chat App. The app is not meant to be integrated into another app, since it...

Hi, I understand you want all of those functionalities, But this is not meant to be a real-world application. Just a demo out lining what type of User interface you...

Hello, thanks I'm glad you liked it. What do you mean by align ? and what are you aligning ? please be more precise

I just updated gradle builds, and made an AndroidX migration. Since, the last time a build update was made dates back to 2017. With new Android studio versions, gradle and...

Hello, @luismts did you finally check my PR? don't hesitate to let me know if you have any questions regarding my PR.