Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Hackathons

 Hackathons

My presentation on Hackathons at the 2012 Android Developer Days in Ankara.

Benjamin Weiss

May 21, 2012
Tweet

More Decks by Benjamin Weiss

Other Decks in Technology

Transcript

  1. Agenda • Hack-a-thon? • What's so great about it? •

    The organizer's view • The common structure
  2. Benjamin Weiss http://gplus.to/keyboardsurfer Twitter: @keyboardsurfer Mobile Software Developer Organizer: "Android

    in Berlin" UG Co-Organizer: • Global Android Dev Camp • GTUG Community Weekend • Google I/O Extended Berlin 2012 Benjamin Weiss
  3. onCreate(...) { // get together // Ideally combined with food

    // introduction & team building // Announce ideas // Find teammates // Define what you want to achieve new Hackathon(...).start(); Benjamin Weiss }
  4. onStop() { // wrap-up / presentation // Every team presents

    their results // winner announcement // immediately* // TODO: Decide which method to use // jury // public vote (e.g. applause-o-meter) Benjamin Weiss }