Skip to content

esneider/relationshit-android

Repository files navigation

Stats

Basic stats

  • total number of texts send/received & ratio
  • length of messages
  • who starts and who ends the conversation
  • number of conversation

Content based

  • smiley faces / frowney faces
  • wtf meter, love meter

Smart stats

  • momacopter meter

Database

Messages

* user_id (integer)
* direction (string: 'send'|'receive')
* phone_number (string, because it can have plus, dash, etc)
* timestamp (integer, unix timestamp)
* message_length (integer)

Contacts

* user_id
* contact_number (string)
* contact_name (string)

Tasks

  • setup heroku
  • start android app
  • sample data set

Links

UI

About

ITC hackaton project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages