SlideShare a Scribd company logo
NFC on Nokia & Symbian
Introduction for Developers
MIT 13th december 2010

Ganesh Sivaraman
Senior Manager
Forum Nokia

                              December 13, 2010
                                         v2.5.1
11/8/2010   © 2010 Nokia   2




Agenda
•   Nokia Developer offering
•   NFC Architecture in Symbian & API deep dive
•   Application development
•   Distribution
Developer offering
11/8/2010   © 2010 Nokia   4




Platform Positioning
11/8/2010   © 2010 Nokia   5




NFC coming to Nokia Smartphones…
Speculations are in and around:
• Allaboutsymbian.com: “NFC in select Nokia
  smartphones next year”
• NFC World: “All new Nokia smartphones to
  come with NFC from 2011”
• NFC Times: “Nokia C7 is NFC enabled”

                                              Anssi Vanjoki, EVP Markets, Nokia
11/8/2010   © 2010 Nokia   6




      Smartphone OS Shipments Q2 2010




Data: Canalys
Source: http://www.allaboutsymbian.com/news/item/11899_Canalys_Q2_stats_show_Nokias_S.php
11/8/2010   © 2010 Nokia   7




      Smartphone Market Share in 2014




Data: IDC Worldwide Quarterly Mobile Phone Tracker, September 7, 2010
Source: http://www.idc.com/getdoc.jsp?containerId=prUS22486010
NFC on Symbian, API deep dive
11/8/2010   © 2010 Nokia        9




Nokia NFC Architecture
Supported Operating Modes:                          NFC Applications
• Reader/writer
     – Tag manipulation
                                                     NFC Interfaces
     – SmartPosters
     – Type A/B reader mode                           Middleware
     – Mifare classic 1k/4k, Jewel read only, NFC     & adaptation
       Forum type 1-4
•   Peer-2-Peer                                       Base Band
     – Can connect to another NFC Device
     – Bluetooth pairing
     – Data exchange                                   NFC Controller
                                                                         NFC Antenna

                                                                          ISO14443
11/8/2010   © 2010 Nokia   10




NFC Interfaces
                                     • All interfaces offer same/similar level
Native App   Native App   Java App     of functionality & granularity
                                     • Technology choice depends on other
                                       criteria e.g.:
                                         –   Developer Skillset
C++ API      Qt C++ API   JSR-257        –   Use case
                                         –   Cross platform needs
    NFC Services (Middleware)            –   Platform integration

    Adaptation (HAL & Drivers)
11/8/2010   © 2010 Nokia   11




NFC Services APIs

API                       Description
NFC Discovery API         Provides methods to subscribe and discover tags and NDEF messages.


NFC Tag Extension API     Provides implementation and access (read/write) methods for different
                          types of NFC targets.

NDEF API                  Provides methods for handling NDEF messages and accessing NDEF
                          messages on tags.
NFC Peer-to-Peer API      Provides the LLCP API for peer-to-peer communications between NFC
                          devices.
NFC Content Handler API   Provides the ECOM plug-in interface for subscribing and receiving NDEF
                          messages.
11/8/2010   © 2010 Nokia   12




Symbian Native development
• Symbian^3 SDK
   – Comes with Carbide.c++ IDE
• NFC Plugin for S^3 SDK
   – Adds NFC services libraries
   – Adds NFC emulation support for
     device-less development & testing
• Optional – Qt for Symbian
11/8/2010   © 2010 Nokia   13




Qt development
• Nokia Qt SDK
    – Comes with QtCreator IDE and device
      simulator
• Qt Mobility (NFC API) 1.x will add NFC
  API support
11/8/2010   © 2010 Nokia   14




J2me NFC API – JSR-257
• Complete implementation of the JSR-257
  Contactless Communication API + Nokia
  extensions
   – com.innovision.rf (NFC Forum Type 1,
     Innovision Jewel, Innovision Topaz)
   – com.nokia.nfc.nxp.mfstd (MIFARE 1k, MIFARE
     4k)
   – com.nokia.nfc.nxp.simpletag (NFC Forum Type
     2 - MIFARE Ultralight)
   – com.sony.felica (NFC Forum Type 3 - Sony
     FeliCa)
Application development
12/13/2010
                                                             11/8/2010   © 2010 Nokia   17




What is Qt?
• Develop C++ code only once
   – Deploy for multiple platforms
   – … with native look & feel!
• More than UI
   – 23 modules, around 800 classes, 9000 functions
   – Development tools: IDE, UI designer, help system, translation tool
• Maximum performance
   – Native code on all platforms
   – Still possible to use platform specific APIs!
11/8/2010   © 2010 Nokia   18




Platforms                                             Windows
                                                      Mac OS
                                                      Linux / X11
  C++                                                 Embedded Linux
                                                      Windows CE
                                                      Maemo / MeeGo
         Java                                         Symbian
        Python
         Ada
        Pascal     Maintained by the
         Perl     Qt open source community.
         PHP     Not officially supported by Nokia.
12/13/2010
                                                                              11/8/2010   © 2010 Nokia    20




Longer history than you might think
      Focus on mobile platforms (Symbian, Maemo, MeeGo), dedicated mobility APIs
      Nokia purchases Trolltech
      Qt 4.0 – leads to new KDE 4 desktop
      Qtopia – platform for mobile phones & PDAs
      First public release through newsgroups (Qt 0.90)
           •   Dual licensing: commercial & free for open source
      Decided to go into business
           •   “Q” looked beautiful in Emacs font. “t” for toolkit
           •   Company : Quasar Technologies (later: Trolltech)
      Development started
           •   Cross platform GUI toolkit was needed                 Eirik Chambe-              Haavard
                                                                        Eng Nord
11/8/2010   © 2010 Nokia   21




You’re using it already!




                                                                 … and many, many more!

                 All trademarks and logos are property of their respective owners.
11/8/2010   © 2010 Nokia   23




                           Qt pre-installed
                          on new Symbian
                          platform phones




Upgrade your phone with
 future user experience
     enhancements!
11/8/2010   © 2010 Nokia   24




Qt: used in all (future) platforms

                               ... start developing now!
                              (and switch to MeeGo when devices are available)
11/8/2010   © 2010 Nokia     25




Qt SDKs from qt.nokia.com
                                            Common Qt APIs
                                                                                               Qt SDK for
          Nokia Qt          Qt SDK for       Qt SDK for       Qt SDK for    Qt SDK for
                                                                                               Embedded
            SDK             Windows         Windows CE         Mac OS      Linux / X11
                                                                                                 Linux


                                              Windows                                               Other
Symbian             Simulator                                  Mac OS X    Linux (X11)
                                             CE / Mobile                                           devices

          Maemo /           Windows
          (MeeGo)          XP / Vista / 7               You can of
                                                       course install
                                                      multiple SDKs at
                                                      the same time
12/13/2010
                                             11/8/2010   © 2010 Nokia   26




Nokia Qt SDK
• One-Click installation:
    – Development tools
    – Build for and debug in real devices
        •   Symbian
        •   MeeGo / Maemo

    – Test on host PC
        •   Simulator

    – Qt Mobility
• No extra device SDKs required anymore
Application Distribution
11/8/2010   © 2010 Nokia   39




The global mobile apps
economy is set to be worth
$17.5 billion by 2012.*
The global mobile advertising market will
be valued at over
$16 billion by 2011.**

*Chetan Sharma Consulting, March 2010
** M:Metrics, August, 2010
11/8/2010   © 2010 Nokia   40




Nokia Ovi Store Opportunity
Today you can distribute apps to approximately….




               175m                                   500m
        Nokia Symbian Devices                      Series 40 Devices
11/8/2010   © 2010 Nokia   41




Ovi Store Statistics



Users in 190+ countries
2.7 million application downloads / day
135+ device models supported
Storefront available in 30 languages
Operator billing with 99 operators in 27 countries
(growing)
http://www.forum.nokia.com/Distribute/Ovi_Store_statistics.xhtml
11/8/2010   © 2010 Nokia   42




Ovi Store
                                                Access reports.
                                                You get 70%, Nokia 30%.
                                                (Operator billing: 60/40)

                                 Quality Assurance.


                   Create content items.
                   Add meta data.

     Register at
     publish.ovi.com
     (one-time fee of €1)
Thank you!
Damien.balsan@nokia.com
For more information visit: http://forum.nokia.com




                                                     December 13, 2010
11/8/2010   © 2010 Nokia        44




Smart Installer Packaging                                                     Can be installed to a
                                                                                device that has Qt
                                                                                already installed.
                                                                            Ovi Store always requires
                               Sign with free
Source code                                                                    the Smart Installer.
                            publishing certificate


 .cpp                                                                                     Sign with free
                  .sis                                 .sis                            publishing certificate

        App installation package                     Signed app
                                                                                 SI                                        SI
                                                      package              app                                       app

                                                                            .sis                                      .sis

                                                                        Meta-package                        Deliverable, signed
                                                                            (.sis)                            meta-package

                                                       .sis
                                              Smart Installer package
                                                (in Nokia Qt SDK)
11/8/2010   © 2010 Nokia   45




Forum Nokia Library


 library.forum.nokia.com

More Related Content

What's hot

Mobile NFC @ Airlines
Mobile NFC @ AirlinesMobile NFC @ Airlines
Mobile NFC @ AirlinesHatem Kameli
 
NFC: Accelerating Momentum, Expanding Opportunities
NFC: Accelerating Momentum, Expanding Opportunities NFC: Accelerating Momentum, Expanding Opportunities
NFC: Accelerating Momentum, Expanding Opportunities
NFC Forum
 
Near field communication
Near field communicationNear field communication
Near field communication
Rahul Patil
 
Near field communication
Near field communicationNear field communication
Near field communicationJwal Dakwala
 
Seminar Report on NFC
Seminar Report on NFCSeminar Report on NFC
Seminar Report on NFC
Touroxy
 
VISIONFC - an NFC Forum event: NFC Payment & beyond presentations
VISIONFC - an NFC Forum event: NFC Payment & beyond presentationsVISIONFC - an NFC Forum event: NFC Payment & beyond presentations
VISIONFC - an NFC Forum event: NFC Payment & beyond presentations
NFC Forum
 
SmartWorld Portfolio
SmartWorld PortfolioSmartWorld Portfolio
SmartWorld Portfolio
Smart World
 
Near Field Communication (NFC) technology
Near Field Communication (NFC) technologyNear Field Communication (NFC) technology
Near Field Communication (NFC) technology
Ishtdeep Hora
 
NFC Bootcamp Seattle Day 1
NFC Bootcamp Seattle Day 1NFC Bootcamp Seattle Day 1
NFC Bootcamp Seattle Day 1
traceebeebe
 
NFC Everywhere
NFC EverywhereNFC Everywhere
NFC Everywhere
NFC Forum
 
Razorfish nfc technologies presentation 2013
Razorfish nfc technologies presentation 2013Razorfish nfc technologies presentation 2013
Razorfish nfc technologies presentation 2013
Razorfish
 
Nfc- Near Field Communicatio
Nfc- Near Field CommunicatioNfc- Near Field Communicatio
Nfc- Near Field Communicatio
Sachin Gamit
 
Near Field Communication on iPhone with iCarte
Near Field Communication on iPhone with iCarteNear Field Communication on iPhone with iCarte
Near Field Communication on iPhone with iCarte
Andrew Roughan
 
NFC on Android - Near Field Communication
NFC on Android - Near Field CommunicationNFC on Android - Near Field Communication
NFC on Android - Near Field Communication
Sven Haiges
 
NFC Guidebook, 2011
NFC Guidebook, 2011NFC Guidebook, 2011
NFC Guidebook, 2011
Mikko Nikkanen
 
Civintec introduction 2015
Civintec introduction 2015Civintec introduction 2015
Civintec introduction 2015
CIVINTEC GLOBAL CO.,LTD
 
Near field communication and RFID - opening for new business
Near field communication and RFID - opening for new businessNear field communication and RFID - opening for new business
Near field communication and RFID - opening for new business
Josef Noll
 
Introduction to nfc_v1_1_en
Introduction to nfc_v1_1_enIntroduction to nfc_v1_1_en
Introduction to nfc_v1_1_en
open-src
 

What's hot (20)

Mobile NFC @ Airlines
Mobile NFC @ AirlinesMobile NFC @ Airlines
Mobile NFC @ Airlines
 
NFC: Accelerating Momentum, Expanding Opportunities
NFC: Accelerating Momentum, Expanding Opportunities NFC: Accelerating Momentum, Expanding Opportunities
NFC: Accelerating Momentum, Expanding Opportunities
 
Near field communication
Near field communicationNear field communication
Near field communication
 
Near field communication
Near field communicationNear field communication
Near field communication
 
Seminar Report on NFC
Seminar Report on NFCSeminar Report on NFC
Seminar Report on NFC
 
Presentation
PresentationPresentation
Presentation
 
VISIONFC - an NFC Forum event: NFC Payment & beyond presentations
VISIONFC - an NFC Forum event: NFC Payment & beyond presentationsVISIONFC - an NFC Forum event: NFC Payment & beyond presentations
VISIONFC - an NFC Forum event: NFC Payment & beyond presentations
 
SmartWorld Portfolio
SmartWorld PortfolioSmartWorld Portfolio
SmartWorld Portfolio
 
Near Field Communication (NFC) technology
Near Field Communication (NFC) technologyNear Field Communication (NFC) technology
Near Field Communication (NFC) technology
 
NFC Bootcamp Seattle Day 1
NFC Bootcamp Seattle Day 1NFC Bootcamp Seattle Day 1
NFC Bootcamp Seattle Day 1
 
NFC Everywhere
NFC EverywhereNFC Everywhere
NFC Everywhere
 
Razorfish nfc technologies presentation 2013
Razorfish nfc technologies presentation 2013Razorfish nfc technologies presentation 2013
Razorfish nfc technologies presentation 2013
 
Nfc- Near Field Communicatio
Nfc- Near Field CommunicatioNfc- Near Field Communicatio
Nfc- Near Field Communicatio
 
Near Field Communication on iPhone with iCarte
Near Field Communication on iPhone with iCarteNear Field Communication on iPhone with iCarte
Near Field Communication on iPhone with iCarte
 
NFC on Android - Near Field Communication
NFC on Android - Near Field CommunicationNFC on Android - Near Field Communication
NFC on Android - Near Field Communication
 
NFC Guidebook, 2011
NFC Guidebook, 2011NFC Guidebook, 2011
NFC Guidebook, 2011
 
Civintec introduction 2015
Civintec introduction 2015Civintec introduction 2015
Civintec introduction 2015
 
Ganesh
GaneshGanesh
Ganesh
 
Near field communication and RFID - opening for new business
Near field communication and RFID - opening for new businessNear field communication and RFID - opening for new business
Near field communication and RFID - opening for new business
 
Introduction to nfc_v1_1_en
Introduction to nfc_v1_1_enIntroduction to nfc_v1_1_en
Introduction to nfc_v1_1_en
 

Viewers also liked

ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.
Advanced Card Systems Ltd.
 
ACR122L VisualVantage Serial NFC Reader with LCD
ACR122L VisualVantage Serial NFC Reader with LCDACR122L VisualVantage Serial NFC Reader with LCD
ACR122L VisualVantage Serial NFC Reader with LCD
Advanced Card Systems Ltd.
 
Beyond cards, phones and terminals: New payment form factors
Beyond cards, phones and terminals: New payment form factorsBeyond cards, phones and terminals: New payment form factors
Beyond cards, phones and terminals: New payment form factors
NXPSemiconductors
 
Contactless & NFC Ecosystem in Turkey & Yapi Kredi Products/Perspective
Contactless & NFC Ecosystem in Turkey & Yapi Kredi Products/PerspectiveContactless & NFC Ecosystem in Turkey & Yapi Kredi Products/Perspective
Contactless & NFC Ecosystem in Turkey & Yapi Kredi Products/PerspectiveBurak Ilgıcıoğlu
 
OpenCard hack (projekt chameleon)
OpenCard hack (projekt chameleon)OpenCard hack (projekt chameleon)
OpenCard hack (projekt chameleon)
Tech4 Helper
 
NXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And Cloud
NXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And CloudNXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And Cloud
NXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And Cloud
NXP MIFARE Team
 
DC4420 2014 - NFC - The Non-Radio Bits
DC4420 2014 - NFC - The Non-Radio BitsDC4420 2014 - NFC - The Non-Radio Bits
DC4420 2014 - NFC - The Non-Radio Bits
Tom Keetch
 
NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...
NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...
NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...
NXP MIFARE Team
 
NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside
NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside
NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside
NXP MIFARE Team
 
Near field communication
Near field communicationNear field communication
Near field communicationDipen Jain
 
NFC In Mobile Commerce
NFC In Mobile CommerceNFC In Mobile Commerce
NFC In Mobile Commerce
Carlos Enrique Ortiz
 
Contactless NFC Tags For Mobile Loyalty
Contactless NFC Tags For Mobile LoyaltyContactless NFC Tags For Mobile Loyalty
Contactless NFC Tags For Mobile Loyalty
Merchant360, Inc.
 
Introduction to nfc
Introduction to nfcIntroduction to nfc
Introduction to nfc
Ray Cheng
 
NFC Development with Qt - v2.2.0 (5. November 2012)
NFC Development with Qt - v2.2.0 (5. November 2012)NFC Development with Qt - v2.2.0 (5. November 2012)
NFC Development with Qt - v2.2.0 (5. November 2012)
Andreas Jakl
 
Nfc
NfcNfc
Near field communication
Near field communicationNear field communication
Near field communication
divyasolanki101
 
NFC technical presentation
NFC technical presentationNFC technical presentation
NFC technical presentationAkshat Rohatgi
 
Алексей Клевцов, Менеджер по развитию бизнеса, CardsMobile
Алексей Клевцов, Менеджер по развитию бизнеса, CardsMobileАлексей Клевцов, Менеджер по развитию бизнеса, CardsMobile
Алексей Клевцов, Менеджер по развитию бизнеса, CardsMobile
Aleksandrs Baranovs
 
NfC Forum Mobile NfC Ecosystem White Paper
NfC Forum Mobile NfC Ecosystem White PaperNfC Forum Mobile NfC Ecosystem White Paper
NfC Forum Mobile NfC Ecosystem White Paper
Tmac77
 

Viewers also liked (20)

ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.ACR128 product presentation by Advanced Card Systems Ltd.
ACR128 product presentation by Advanced Card Systems Ltd.
 
ACR122L VisualVantage Serial NFC Reader with LCD
ACR122L VisualVantage Serial NFC Reader with LCDACR122L VisualVantage Serial NFC Reader with LCD
ACR122L VisualVantage Serial NFC Reader with LCD
 
Mifare classic-slides
Mifare classic-slidesMifare classic-slides
Mifare classic-slides
 
Beyond cards, phones and terminals: New payment form factors
Beyond cards, phones and terminals: New payment form factorsBeyond cards, phones and terminals: New payment form factors
Beyond cards, phones and terminals: New payment form factors
 
Contactless & NFC Ecosystem in Turkey & Yapi Kredi Products/Perspective
Contactless & NFC Ecosystem in Turkey & Yapi Kredi Products/PerspectiveContactless & NFC Ecosystem in Turkey & Yapi Kredi Products/Perspective
Contactless & NFC Ecosystem in Turkey & Yapi Kredi Products/Perspective
 
OpenCard hack (projekt chameleon)
OpenCard hack (projekt chameleon)OpenCard hack (projekt chameleon)
OpenCard hack (projekt chameleon)
 
NXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And Cloud
NXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And CloudNXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And Cloud
NXP MIFARE Webinar: Added Value To Card Based Environments Through NFC And Cloud
 
DC4420 2014 - NFC - The Non-Radio Bits
DC4420 2014 - NFC - The Non-Radio BitsDC4420 2014 - NFC - The Non-Radio Bits
DC4420 2014 - NFC - The Non-Radio Bits
 
NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...
NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...
NXP MIFARE Webinar: Enhanced User Experience Through Active Application Manag...
 
NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside
NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside
NXP MIFARE Webinar: Innovation Road Map: Present Improved- Future Inside
 
Near field communication
Near field communicationNear field communication
Near field communication
 
NFC In Mobile Commerce
NFC In Mobile CommerceNFC In Mobile Commerce
NFC In Mobile Commerce
 
Contactless NFC Tags For Mobile Loyalty
Contactless NFC Tags For Mobile LoyaltyContactless NFC Tags For Mobile Loyalty
Contactless NFC Tags For Mobile Loyalty
 
Introduction to nfc
Introduction to nfcIntroduction to nfc
Introduction to nfc
 
NFC Development with Qt - v2.2.0 (5. November 2012)
NFC Development with Qt - v2.2.0 (5. November 2012)NFC Development with Qt - v2.2.0 (5. November 2012)
NFC Development with Qt - v2.2.0 (5. November 2012)
 
Nfc
NfcNfc
Nfc
 
Near field communication
Near field communicationNear field communication
Near field communication
 
NFC technical presentation
NFC technical presentationNFC technical presentation
NFC technical presentation
 
Алексей Клевцов, Менеджер по развитию бизнеса, CardsMobile
Алексей Клевцов, Менеджер по развитию бизнеса, CardsMobileАлексей Клевцов, Менеджер по развитию бизнеса, CardsMobile
Алексей Клевцов, Менеджер по развитию бизнеса, CardsMobile
 
NfC Forum Mobile NfC Ecosystem White Paper
NfC Forum Mobile NfC Ecosystem White PaperNfC Forum Mobile NfC Ecosystem White Paper
NfC Forum Mobile NfC Ecosystem White Paper
 

Similar to Nfc developers nokia mit event 12 13 10

Nokia Developer Offering Update
Nokia Developer Offering UpdateNokia Developer Offering Update
Nokia Developer Offering Update
Janaina Pilomia
 
Meego Italian Day 2011 – Andrea Grandi
Meego Italian Day 2011 – Andrea GrandiMeego Italian Day 2011 – Andrea Grandi
Meego Italian Day 2011 – Andrea Grandi
Francesco Baldassarri
 
Qt as Developer Platform @ MoMo Tallinn 11.04.11
Qt as Developer Platform @ MoMo Tallinn 11.04.11Qt as Developer Platform @ MoMo Tallinn 11.04.11
Qt as Developer Platform @ MoMo Tallinn 11.04.11
MobileMonday Estonia
 
Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)
Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)
Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)
Andreas Jakl
 
Qt For Maemo - getting to the fast-lane (v2)
Qt For Maemo - getting to the fast-lane (v2)Qt For Maemo - getting to the fast-lane (v2)
Qt For Maemo - getting to the fast-lane (v2)
Nokia
 
Nicholas Foo
Nicholas FooNicholas Foo
Nicholas Foofndc
 
Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)
guest3df603
 
Daniel Leon - Qt on mobile
Daniel Leon - Qt on mobileDaniel Leon - Qt on mobile
Daniel Leon - Qt on mobileCodecamp Romania
 
Google Android Naver 1212
Google Android Naver 1212Google Android Naver 1212
Google Android Naver 1212Yoojoo Jang
 
Jure Sustersic Monetization through Ovi Services
Jure Sustersic Monetization through Ovi ServicesJure Sustersic Monetization through Ovi Services
Jure Sustersic Monetization through Ovi Services
NokiaAppForum
 
2011 0330 czech open coffee info for developers
2011 0330 czech open coffee info for developers2011 0330 czech open coffee info for developers
2011 0330 czech open coffee info for developersTUESDAY Business Network
 
了解 Qt
了解 Qt了解 Qt
了解 Qt
Chi Zhang
 
Mp25: Mobile dev with QT and Python for the Notorious N9
Mp25: Mobile dev with QT and Python for the Notorious N9Mp25: Mobile dev with QT and Python for the Notorious N9
Mp25: Mobile dev with QT and Python for the Notorious N9Montreal Python
 

Similar to Nfc developers nokia mit event 12 13 10 (20)

Software development with qt
Software development with qtSoftware development with qt
Software development with qt
 
Software development with qt
Software development with qtSoftware development with qt
Software development with qt
 
Nokia Developer Offering Update
Nokia Developer Offering UpdateNokia Developer Offering Update
Nokia Developer Offering Update
 
Meego Italian Day 2011 – Andrea Grandi
Meego Italian Day 2011 – Andrea GrandiMeego Italian Day 2011 – Andrea Grandi
Meego Italian Day 2011 – Andrea Grandi
 
Qt as Developer Platform @ MoMo Tallinn 11.04.11
Qt as Developer Platform @ MoMo Tallinn 11.04.11Qt as Developer Platform @ MoMo Tallinn 11.04.11
Qt as Developer Platform @ MoMo Tallinn 11.04.11
 
Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)
Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)
Qt App Development for Symbian & MeeGo - v3.4.6 (17. January 2012)
 
Qt For Maemo - getting to the fast-lane (v2)
Qt For Maemo - getting to the fast-lane (v2)Qt For Maemo - getting to the fast-lane (v2)
Qt For Maemo - getting to the fast-lane (v2)
 
Nicholas Foo
Nicholas FooNicholas Foo
Nicholas Foo
 
Nicholas Foo
Nicholas FooNicholas Foo
Nicholas Foo
 
Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)Trolltech: Qtopia introduction at Overtheair (London 2008)
Trolltech: Qtopia introduction at Overtheair (London 2008)
 
Daniel Leon - Qt on mobile
Daniel Leon - Qt on mobileDaniel Leon - Qt on mobile
Daniel Leon - Qt on mobile
 
Google Android Naver 1212
Google Android Naver 1212Google Android Naver 1212
Google Android Naver 1212
 
Jure Sustersic Monetization through Ovi Services
Jure Sustersic Monetization through Ovi ServicesJure Sustersic Monetization through Ovi Services
Jure Sustersic Monetization through Ovi Services
 
2011 0330 czech open coffee info for developers
2011 0330 czech open coffee info for developers2011 0330 czech open coffee info for developers
2011 0330 czech open coffee info for developers
 
了解 Qt
了解 Qt了解 Qt
了解 Qt
 
Mp25: Mobile dev with QT and Python for the Notorious N9
Mp25: Mobile dev with QT and Python for the Notorious N9Mp25: Mobile dev with QT and Python for the Notorious N9
Mp25: Mobile dev with QT and Python for the Notorious N9
 
Ovi store ppt_serbia
Ovi store ppt_serbiaOvi store ppt_serbia
Ovi store ppt_serbia
 
Ovi store ppt_serbia
Ovi store ppt_serbiaOvi store ppt_serbia
Ovi store ppt_serbia
 
Ovi store ppt_serbia
Ovi store ppt_serbiaOvi store ppt_serbia
Ovi store ppt_serbia
 
Ovi store ppt_serbia
Ovi store ppt_serbiaOvi store ppt_serbia
Ovi store ppt_serbia
 

More from MIT Enterprise Forum Cambridge

Make yourself financing ready - may 19 2020
Make yourself financing ready - may 19 2020Make yourself financing ready - may 19 2020
Make yourself financing ready - may 19 2020
MIT Enterprise Forum Cambridge
 
Cleantech Startups: Navigating the Mass Cleantech Landscape
Cleantech Startups: Navigating the Mass Cleantech LandscapeCleantech Startups: Navigating the Mass Cleantech Landscape
Cleantech Startups: Navigating the Mass Cleantech Landscape
MIT Enterprise Forum Cambridge
 
Cleantech Startups: Navigating the Massachusetts Cleantech Landscape
Cleantech Startups: Navigating the Massachusetts Cleantech LandscapeCleantech Startups: Navigating the Massachusetts Cleantech Landscape
Cleantech Startups: Navigating the Massachusetts Cleantech Landscape
MIT Enterprise Forum Cambridge
 
​Generating Sales with Facebook Advertising
​Generating Sales with Facebook Advertising​Generating Sales with Facebook Advertising
​Generating Sales with Facebook Advertising
MIT Enterprise Forum Cambridge
 
Get Smart on Bookkeeping and Taxes for Startups
Get Smart on Bookkeeping and Taxes for StartupsGet Smart on Bookkeeping and Taxes for Startups
Get Smart on Bookkeeping and Taxes for Startups
MIT Enterprise Forum Cambridge
 
MITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview Labs
MITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview LabsMITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview Labs
MITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview Labs
MIT Enterprise Forum Cambridge
 
Cannabis Technology
Cannabis TechnologyCannabis Technology
Cannabis Technology
MIT Enterprise Forum Cambridge
 
Emerging Applications of Blockchain for Supply Chains
Emerging Applications of Blockchain for Supply ChainsEmerging Applications of Blockchain for Supply Chains
Emerging Applications of Blockchain for Supply Chains
MIT Enterprise Forum Cambridge
 
Gavin Bauman, Technical Evangelist, Microsoft presentation
Gavin Bauman, Technical Evangelist, Microsoft presentationGavin Bauman, Technical Evangelist, Microsoft presentation
Gavin Bauman, Technical Evangelist, Microsoft presentation
MIT Enterprise Forum Cambridge
 
Eric Janszen, CEO and Co-Founder, Virzoom
Eric Janszen, CEO and Co-Founder, VirzoomEric Janszen, CEO and Co-Founder, Virzoom
Eric Janszen, CEO and Co-Founder, Virzoom
MIT Enterprise Forum Cambridge
 
Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...
Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...
Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...
MIT Enterprise Forum Cambridge
 
Josh Weaver, Senior Engineer, Google VR, presentation
Josh Weaver,  Senior Engineer, Google VR, presentationJosh Weaver,  Senior Engineer, Google VR, presentation
Josh Weaver, Senior Engineer, Google VR, presentation
MIT Enterprise Forum Cambridge
 
Justin Lutz, Lead Innovation Technologist, Primacy, presentation
Justin Lutz, Lead Innovation Technologist,  Primacy, presentationJustin Lutz, Lead Innovation Technologist,  Primacy, presentation
Justin Lutz, Lead Innovation Technologist, Primacy, presentation
MIT Enterprise Forum Cambridge
 
Sarah Downey, Principal, Accomplice VC Presentation
Sarah Downey, Principal, Accomplice VC PresentationSarah Downey, Principal, Accomplice VC Presentation
Sarah Downey, Principal, Accomplice VC Presentation
MIT Enterprise Forum Cambridge
 
Connected Health: Emerging Technologies Poised to Make our Lives Better
Connected Health: Emerging Technologies Poised to Make our Lives Better  Connected Health: Emerging Technologies Poised to Make our Lives Better
Connected Health: Emerging Technologies Poised to Make our Lives Better
MIT Enterprise Forum Cambridge
 
Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...
Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...
Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...
MIT Enterprise Forum Cambridge
 
Connected Retail: Running the Store with IoT
Connected Retail: Running the Store with IoTConnected Retail: Running the Store with IoT
Connected Retail: Running the Store with IoT
MIT Enterprise Forum Cambridge
 
Harel Kodesh, Vice President, Predix and CTO, GE Digital
Harel Kodesh, Vice President, Predix and CTO, GE DigitalHarel Kodesh, Vice President, Predix and CTO, GE Digital
Harel Kodesh, Vice President, Predix and CTO, GE Digital
MIT Enterprise Forum Cambridge
 
Intro to keynote David Friend, CEO, BlueArchive
Intro to keynote David Friend, CEO, BlueArchiveIntro to keynote David Friend, CEO, BlueArchive
Intro to keynote David Friend, CEO, BlueArchive
MIT Enterprise Forum Cambridge
 
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real WorldIoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
MIT Enterprise Forum Cambridge
 

More from MIT Enterprise Forum Cambridge (20)

Make yourself financing ready - may 19 2020
Make yourself financing ready - may 19 2020Make yourself financing ready - may 19 2020
Make yourself financing ready - may 19 2020
 
Cleantech Startups: Navigating the Mass Cleantech Landscape
Cleantech Startups: Navigating the Mass Cleantech LandscapeCleantech Startups: Navigating the Mass Cleantech Landscape
Cleantech Startups: Navigating the Mass Cleantech Landscape
 
Cleantech Startups: Navigating the Massachusetts Cleantech Landscape
Cleantech Startups: Navigating the Massachusetts Cleantech LandscapeCleantech Startups: Navigating the Massachusetts Cleantech Landscape
Cleantech Startups: Navigating the Massachusetts Cleantech Landscape
 
​Generating Sales with Facebook Advertising
​Generating Sales with Facebook Advertising​Generating Sales with Facebook Advertising
​Generating Sales with Facebook Advertising
 
Get Smart on Bookkeeping and Taxes for Startups
Get Smart on Bookkeeping and Taxes for StartupsGet Smart on Bookkeeping and Taxes for Startups
Get Smart on Bookkeeping and Taxes for Startups
 
MITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview Labs
MITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview LabsMITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview Labs
MITEF Launch Smart Clinic AR/VR - Bernard Francois, Preview Labs
 
Cannabis Technology
Cannabis TechnologyCannabis Technology
Cannabis Technology
 
Emerging Applications of Blockchain for Supply Chains
Emerging Applications of Blockchain for Supply ChainsEmerging Applications of Blockchain for Supply Chains
Emerging Applications of Blockchain for Supply Chains
 
Gavin Bauman, Technical Evangelist, Microsoft presentation
Gavin Bauman, Technical Evangelist, Microsoft presentationGavin Bauman, Technical Evangelist, Microsoft presentation
Gavin Bauman, Technical Evangelist, Microsoft presentation
 
Eric Janszen, CEO and Co-Founder, Virzoom
Eric Janszen, CEO and Co-Founder, VirzoomEric Janszen, CEO and Co-Founder, Virzoom
Eric Janszen, CEO and Co-Founder, Virzoom
 
Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...
Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...
Neil Gupta, a VR/AR enthusiast and a key organizer of the Boston AR and VR Me...
 
Josh Weaver, Senior Engineer, Google VR, presentation
Josh Weaver,  Senior Engineer, Google VR, presentationJosh Weaver,  Senior Engineer, Google VR, presentation
Josh Weaver, Senior Engineer, Google VR, presentation
 
Justin Lutz, Lead Innovation Technologist, Primacy, presentation
Justin Lutz, Lead Innovation Technologist,  Primacy, presentationJustin Lutz, Lead Innovation Technologist,  Primacy, presentation
Justin Lutz, Lead Innovation Technologist, Primacy, presentation
 
Sarah Downey, Principal, Accomplice VC Presentation
Sarah Downey, Principal, Accomplice VC PresentationSarah Downey, Principal, Accomplice VC Presentation
Sarah Downey, Principal, Accomplice VC Presentation
 
Connected Health: Emerging Technologies Poised to Make our Lives Better
Connected Health: Emerging Technologies Poised to Make our Lives Better  Connected Health: Emerging Technologies Poised to Make our Lives Better
Connected Health: Emerging Technologies Poised to Make our Lives Better
 
Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...
Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...
Mac Devine, VP & CTO, Emerging Technology & Advanced Innovation, IBM Cloud Di...
 
Connected Retail: Running the Store with IoT
Connected Retail: Running the Store with IoTConnected Retail: Running the Store with IoT
Connected Retail: Running the Store with IoT
 
Harel Kodesh, Vice President, Predix and CTO, GE Digital
Harel Kodesh, Vice President, Predix and CTO, GE DigitalHarel Kodesh, Vice President, Predix and CTO, GE Digital
Harel Kodesh, Vice President, Predix and CTO, GE Digital
 
Intro to keynote David Friend, CEO, BlueArchive
Intro to keynote David Friend, CEO, BlueArchiveIntro to keynote David Friend, CEO, BlueArchive
Intro to keynote David Friend, CEO, BlueArchive
 
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real WorldIoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
 

Recently uploaded

Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 

Recently uploaded (20)

Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 

Nfc developers nokia mit event 12 13 10

  • 1. NFC on Nokia & Symbian Introduction for Developers MIT 13th december 2010 Ganesh Sivaraman Senior Manager Forum Nokia December 13, 2010 v2.5.1
  • 2. 11/8/2010 © 2010 Nokia 2 Agenda • Nokia Developer offering • NFC Architecture in Symbian & API deep dive • Application development • Distribution
  • 4. 11/8/2010 © 2010 Nokia 4 Platform Positioning
  • 5. 11/8/2010 © 2010 Nokia 5 NFC coming to Nokia Smartphones… Speculations are in and around: • Allaboutsymbian.com: “NFC in select Nokia smartphones next year” • NFC World: “All new Nokia smartphones to come with NFC from 2011” • NFC Times: “Nokia C7 is NFC enabled” Anssi Vanjoki, EVP Markets, Nokia
  • 6. 11/8/2010 © 2010 Nokia 6 Smartphone OS Shipments Q2 2010 Data: Canalys Source: http://www.allaboutsymbian.com/news/item/11899_Canalys_Q2_stats_show_Nokias_S.php
  • 7. 11/8/2010 © 2010 Nokia 7 Smartphone Market Share in 2014 Data: IDC Worldwide Quarterly Mobile Phone Tracker, September 7, 2010 Source: http://www.idc.com/getdoc.jsp?containerId=prUS22486010
  • 8. NFC on Symbian, API deep dive
  • 9. 11/8/2010 © 2010 Nokia 9 Nokia NFC Architecture Supported Operating Modes: NFC Applications • Reader/writer – Tag manipulation NFC Interfaces – SmartPosters – Type A/B reader mode Middleware – Mifare classic 1k/4k, Jewel read only, NFC & adaptation Forum type 1-4 • Peer-2-Peer Base Band – Can connect to another NFC Device – Bluetooth pairing – Data exchange NFC Controller NFC Antenna ISO14443
  • 10. 11/8/2010 © 2010 Nokia 10 NFC Interfaces • All interfaces offer same/similar level Native App Native App Java App of functionality & granularity • Technology choice depends on other criteria e.g.: – Developer Skillset C++ API Qt C++ API JSR-257 – Use case – Cross platform needs NFC Services (Middleware) – Platform integration Adaptation (HAL & Drivers)
  • 11. 11/8/2010 © 2010 Nokia 11 NFC Services APIs API Description NFC Discovery API Provides methods to subscribe and discover tags and NDEF messages. NFC Tag Extension API Provides implementation and access (read/write) methods for different types of NFC targets. NDEF API Provides methods for handling NDEF messages and accessing NDEF messages on tags. NFC Peer-to-Peer API Provides the LLCP API for peer-to-peer communications between NFC devices. NFC Content Handler API Provides the ECOM plug-in interface for subscribing and receiving NDEF messages.
  • 12. 11/8/2010 © 2010 Nokia 12 Symbian Native development • Symbian^3 SDK – Comes with Carbide.c++ IDE • NFC Plugin for S^3 SDK – Adds NFC services libraries – Adds NFC emulation support for device-less development & testing • Optional – Qt for Symbian
  • 13. 11/8/2010 © 2010 Nokia 13 Qt development • Nokia Qt SDK – Comes with QtCreator IDE and device simulator • Qt Mobility (NFC API) 1.x will add NFC API support
  • 14. 11/8/2010 © 2010 Nokia 14 J2me NFC API – JSR-257 • Complete implementation of the JSR-257 Contactless Communication API + Nokia extensions – com.innovision.rf (NFC Forum Type 1, Innovision Jewel, Innovision Topaz) – com.nokia.nfc.nxp.mfstd (MIFARE 1k, MIFARE 4k) – com.nokia.nfc.nxp.simpletag (NFC Forum Type 2 - MIFARE Ultralight) – com.sony.felica (NFC Forum Type 3 - Sony FeliCa)
  • 16. 12/13/2010 11/8/2010 © 2010 Nokia 17 What is Qt? • Develop C++ code only once – Deploy for multiple platforms – … with native look & feel! • More than UI – 23 modules, around 800 classes, 9000 functions – Development tools: IDE, UI designer, help system, translation tool • Maximum performance – Native code on all platforms – Still possible to use platform specific APIs!
  • 17. 11/8/2010 © 2010 Nokia 18 Platforms Windows Mac OS Linux / X11 C++ Embedded Linux Windows CE Maemo / MeeGo Java Symbian Python Ada Pascal Maintained by the Perl Qt open source community. PHP Not officially supported by Nokia.
  • 18. 12/13/2010 11/8/2010 © 2010 Nokia 20 Longer history than you might think Focus on mobile platforms (Symbian, Maemo, MeeGo), dedicated mobility APIs Nokia purchases Trolltech Qt 4.0 – leads to new KDE 4 desktop Qtopia – platform for mobile phones & PDAs First public release through newsgroups (Qt 0.90) • Dual licensing: commercial & free for open source Decided to go into business • “Q” looked beautiful in Emacs font. “t” for toolkit • Company : Quasar Technologies (later: Trolltech) Development started • Cross platform GUI toolkit was needed Eirik Chambe- Haavard Eng Nord
  • 19. 11/8/2010 © 2010 Nokia 21 You’re using it already! … and many, many more! All trademarks and logos are property of their respective owners.
  • 20. 11/8/2010 © 2010 Nokia 23 Qt pre-installed on new Symbian platform phones Upgrade your phone with future user experience enhancements!
  • 21. 11/8/2010 © 2010 Nokia 24 Qt: used in all (future) platforms ... start developing now! (and switch to MeeGo when devices are available)
  • 22. 11/8/2010 © 2010 Nokia 25 Qt SDKs from qt.nokia.com Common Qt APIs Qt SDK for Nokia Qt Qt SDK for Qt SDK for Qt SDK for Qt SDK for Embedded SDK Windows Windows CE Mac OS Linux / X11 Linux Windows Other Symbian Simulator Mac OS X Linux (X11) CE / Mobile devices Maemo / Windows (MeeGo) XP / Vista / 7 You can of course install multiple SDKs at the same time
  • 23. 12/13/2010 11/8/2010 © 2010 Nokia 26 Nokia Qt SDK • One-Click installation: – Development tools – Build for and debug in real devices • Symbian • MeeGo / Maemo – Test on host PC • Simulator – Qt Mobility • No extra device SDKs required anymore
  • 25. 11/8/2010 © 2010 Nokia 39 The global mobile apps economy is set to be worth $17.5 billion by 2012.* The global mobile advertising market will be valued at over $16 billion by 2011.** *Chetan Sharma Consulting, March 2010 ** M:Metrics, August, 2010
  • 26. 11/8/2010 © 2010 Nokia 40 Nokia Ovi Store Opportunity Today you can distribute apps to approximately…. 175m 500m Nokia Symbian Devices Series 40 Devices
  • 27. 11/8/2010 © 2010 Nokia 41 Ovi Store Statistics Users in 190+ countries 2.7 million application downloads / day 135+ device models supported Storefront available in 30 languages Operator billing with 99 operators in 27 countries (growing) http://www.forum.nokia.com/Distribute/Ovi_Store_statistics.xhtml
  • 28. 11/8/2010 © 2010 Nokia 42 Ovi Store Access reports. You get 70%, Nokia 30%. (Operator billing: 60/40) Quality Assurance. Create content items. Add meta data. Register at publish.ovi.com (one-time fee of €1)
  • 29. Thank you! Damien.balsan@nokia.com For more information visit: http://forum.nokia.com December 13, 2010
  • 30. 11/8/2010 © 2010 Nokia 44 Smart Installer Packaging Can be installed to a device that has Qt already installed. Ovi Store always requires Sign with free Source code the Smart Installer. publishing certificate .cpp Sign with free .sis .sis publishing certificate App installation package Signed app SI SI package app app .sis .sis Meta-package Deliverable, signed (.sis) meta-package .sis Smart Installer package (in Nokia Qt SDK)
  • 31. 11/8/2010 © 2010 Nokia 45 Forum Nokia Library library.forum.nokia.com