Successfully reported this slideshow.
Your SlideShare is downloading. ×

Piwik Mobile Overview - October 2011

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Loading in …3
×

Check these out next

1 of 19 Ad

More Related Content

Slideshows for you (20)

Advertisement

Similar to Piwik Mobile Overview - October 2011 (20)

Recently uploaded (20)

Advertisement

Piwik Mobile Overview - October 2011

  1. 1. Piwik Mobile for iOS & Android 1
  2. 2. About @tsteur • Thomas Steur • Piwik Mobile Contributor • Android + iOS User • Senior Developer at Mayflower 2
  3. 3. 3
  4. 4. VISION 4
  5. 5. 5
  6. 6. 6
  7. 7. New: iPad Version 7
  8. 8. USED TECHNOLOGIES 8
  9. 9. Titanium Mobile Native Apps with JavaScript 9
  10. 10. CHALLENGES (c) CC BY-NC-ND 2.0 Richard Parmiter 10
  11. 11. GPL v3 http://dev.piwik.org/trac/browser/mobile 11
  12. 12. 61 files 4969 lines of comments 5908 lines of code (October 2011) 12
  13. 13. CODE EXAMPLE 13
  14. 14. var actions = ['Edit', 'Deactivate', 'Delete', 'Cancel']; var dialog = Ti.UI.createOptionDialog({ title: 'Account piwik.org', options: actions, destructive: 2, cancel: 3 }); dialog.addEventListener('click', function (event) { if (!event || event.cancel) { return; } doAction(actions[event.index]); }); dialog.show(); 14
  15. 15. CUSTOMIZING http://dev.piwik.org/trac/wiki/PiwikMobile/CustomizePiwikMobile 15
  16. 16. FUTURE OF PIWIK MOBILE 16
  17. 17. WE NEED YOU Feedback Testing Development 17
  18. 18. LINKS • Website http://piwik.org/mobile • Tickets http://dev.piwik.org/trac/milestone/Piwik%20Mobile%20Client • Wiki http://dev.piwik.org/trac/wiki/PiwikMobile • History of Piwik Mobile (German) http://blog.mayflower.de/archives/708-Piwik-Mobile-nun-im-Mayflower-Open-Source-Lab.html 18
  19. 19. Thank you for your attention! thomas@piwik.org https://www.twitter.com/tsteur 19

×