android - chat application database design -


i'm attempting create chat application in android, whatsapp. chat view have list of chat sessions , clicking chat session open chat window users chat each other. chat session show name of user @ other end , last message sent. here's attempt @ designing database

enter image description here

is correct schema database accomplish i'm trying achieve? i'm going using signalr real time communication. want know if i'm headed in right direction.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -