DamienDoumer / freechat

Application demonstrating how to build a chat app UI with Xamarin Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nice but very basic

tmadwar opened this issue · comments

Thanks for sharing the great application,
However it is a pretty basic application that is missing too many things:
1- a web service to communicate between a chatting application and a server.
2- attach button is available but without any code
3- Voice call button and Vedio Buttons are available but wthout any code.
4- it is missing the smallest part of queing a push notification at least for the text messages.
5- too many classes are defined with very few actions related to them

so this is actually just a drawing that looks nice but does not stand for a real application module to get implemented inside a live product.

all what i was looking for is how to make a VoIP/Vedio call and that is never available, nor it will be

anyway thans for the great help and sharing

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 can build with Xamarin Forms. I mentioned it in the Readme, I guess I'll have to lay more emphasis on it.