tiTokyo conference application was created using Titanium Mobile and Alloy MVC framework, ACS(data storage).
Custom Objects data format.
| class | filed | type | example |
|---|---|---|---|
| home | description | dictionary | { "en": "Text of English", "ja": "日本語のテキスト" } |
| order | number | 1 | |
| agenda | started_at | date | 2013-02-16 08:30:00 |
| ended_at | date | 2013-02-16 09:30:00 | |
| content | dictionary | { "en": "Text of English", "ja": "日本語のテキスト" } | |
| speaker | name | dictionary | { "en": "Text of English", "ja": "日本語のテキスト" } |
| title | dictionary | { "en": "Text of English", "ja": "日本語のテキスト" } | |
| content | dictionary | { "en": "Text of English", "ja": "日本語のテキスト" } | |
| order | number | 1 | |
| photo | image upload |
- Wrote comments in the source code :D
- Fixed GPS bug
- Dealing with Alloy 1.0.0
- Changed tab position for Android
- home, agenda, speaker data get from ACS
- Added Android artwork
- Fixed Android bug
- Dealing with toggle in-call status bar height change event for iOS
- Added new speaker
- Changed progress indicator
- Added more venue information
- Dealing with Alloy 0.3.6 expr() syntax removed from .tss files.
- Dealing with napp.alloy.adapter.restapi for Android
- Font Awesome 3.0 by Dave Gandy http://fortawesome.github.com/Font-Awesome
- napp.alloy.adapter.restapi by Mads Møller https://github.com/viezel/napp.alloy.adapter.restapi