Created
June 14, 2011 05:42
-
-
Save aaronpearce/1024388 to your computer and use it in GitHub Desktop.
Sunya
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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