- Create a google spreadsheet with 3 sub-sheets, titled: sessions, speakers, sandbox.
- Publish the worksheet as an atom stream: click Share->Publish as a web page->Sheets to publish "all sheets", next grab the atom URL.
- edit src/com/google/android/app/iosched/service/SyncService.java and change WORKSHEETS_URL to be the atom URL from step 2 up above.
- add the following columns to "sessions" worksheet: sessiondate, sessiontime, room, product, track, sessiontype, sessiontitle, tags, sessionspeakers, speakers, sessionabstract, sessionrequirements, sessionlink, sessionhashtag, fulllink, youtubelink, pdflink, moderatorlink, waveid, wavelink (sessionlink MUST be filled in and unique!)
- add the following columns to the "speakers" worksheet: speakertitle, speakercompany, speakerabstract, speakerldap
- add the following columns to the "sandbox" worksheet: companyname, companylocation, companydesc, companyurl, productdesc, companylogo, companypod, companytags
- replace images in res/drawables, etc with your conventions logos.
- edit xml files in res/xml/ (blocks, tracks, rooms, sessions, etc) to reflect your conference.
- cd into root src directory and run "ant debug". This will create app apk and sign it with debug key.
- test it on your phone or virtual device with adb install name-of-debug-app.apk
Google I/O is a developer conference held each year with two days of deep technical content featuring over 90 sessions, more than 5,000 developers, and over 180 demonstrations from developers showcasing their technologies.
This project is the Android app for the conference, including these features and more:
Conference schedule with calendar-block overview. Detailed session info that is full-text searchable. Info about companies in the Developer Sandbox. Star sessions and Sandbox companies. Conference map and take notes on sessions.