Skip to content

Instantly share code, notes, and snippets.

@aaronpearce
Created June 14, 2011 05:42
Show Gist options
  • Save aaronpearce/1024388 to your computer and use it in GitHub Desktop.
Save aaronpearce/1024388 to your computer and use it in GitHub Desktop.
Sunya
dAmnMobile Sunya
================
- SQLite Message Store
- UIWebView for Message View
- UITableView for Chat List, User List
- Store timestamps to show number of unread messages
- Show user's info on tap
- Allow viewing of deviations by interlinking with dA Mobile
- Backgrounding of the application
- A searchable list of premade chats with #damnmobile preset as a default to allow immediate chatting
- List of recent highlights
- Custom bar on top of keyboard
- Cached images and emote list
- Chromacity
Database Design
===============
Settings
------------
ID, Name, Value
ChatRooms
------------
ID, ChatName, LastChecked
Messages
------------
ID, ChatID, UserName, Message, TimeStamp
DefaultEmotes
------------
ID, Title, ImageSrc, Code
SuperdAmnEmotes
------------
ID, Title, ImageSrc, Code, Cached
ChatRoomList
------------
ID, ChatName, Description, UserNumbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment