An open API service indexing awesome lists of open source software.

https://github.com/egorbo/crosschat-xamarin.forms

A chat application implemented using Xamarin.Forms and DDD + MVVM
https://github.com/egorbo/crosschat-xamarin.forms

Last synced: about 1 year ago
JSON representation

A chat application implemented using Xamarin.Forms and DDD + MVVM

Awesome Lists containing this project

README

          

CrossChat
============

Want to learn a new technology\framework\language\etc ? - write a chat app! So did I. This app allows anyone to chat (and even to send images!) in the global chat room on his **WP8**, **iOS** or **Android** smartphone.

Server side is built using **DDD** approach, data is stored in SQL using Entity Framework Code First, and transmitted using low level sockets (I created my own WCF :)

Client side is built using amazing **Xamarin.Forms** with MVVM approach.

![Alt text](http://habrastorage.org/files/f32/924/35d/f3292435d5ef4210b301bfdc50bff13c.png)

![Alt text](http://habrastorage.org/files/5df/7ca/a3c/5df7caa3cf244cbb856d4bd074395a7b.png)

**Video:**

[![alt text](http://img.youtube.com/vi/b_M1hl9G0nQ/0.jpg)](http://www.youtube.com/watch?v=b_M1hl9G0nQ)

Authors
-------

Egor Bogatov