Piwik Mobile Overview - October 2011

Post on 27-Jan-2015

106 views 1 download

Tags:

description

An overview about the Open Source App Piwik Mobile for iOS & Android which uses the Titanium Mobile Framework.

Transcript of Piwik Mobile Overview - October 2011

Piwik Mobilefor iOS & Android

1

• Thomas Steur

• Piwik Mobile Contributor

• Android + iOS User

• Senior Developer at Mayflower

About @tsteur

2

3

VISION

4

5

6

New: iPad Version

7

USED TECHNOLOGIES

8

Titanium MobileNative Apps with JavaScript

9

GPL v3http://dev.piwik.org/trac/browser/mobile

11

61 files

4969 lines of comments

5908 lines of code(October 2011)

12

CODE EXAMPLE

13

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

CUSTOMIZINGhttp://dev.piwik.org/trac/wiki/PiwikMobile/CustomizePiwikMobile

15

FUTURE OF PIWIK MOBILE

16

WENEEDYOUFeedbackTesting

Development

17

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