SlideShare una empresa de Scribd logo
1 de 60
Descargar para leer sin conexión
Building mobile web applications
                                               with Sencha Touch 2




                                                    Martin de Keijzer
                       4Developers (Poznan, Poland) / April 18th 2012


woensdag 18 april 12
About me

            Martin de Keijzer


            Dutch web developer


                       Working for Ibuildings

                       PHPBenelux Board Member


                       @Martin1982

                       http://www.martindekeijzer.nl

                                                       2
woensdag 18 april 12
Why mobile?




                        3
woensdag 18 april 12
Apps


          Languages
               Apple: Objective-C
               Android: Java
               Windows Phone: C# / Visual Basic


          Distribution Methods
              Apple: AppStore
              Android: Market
              Windows Phone: Microsoft Market Place



                                                      4
woensdag 18 april 12
Web Apps

               Available through the web
               Platform independent
               Can be transformed to an App-like experience
               Can be wrapped as native apps




                                                              5
woensdag 18 april 12
woensdag 18 april 12
The Sencha Touch way

               Building applications, not websites
               Pure JavaScript
               Touch framework
               MV(S)C Paradigm
               Based on ExtJS 4


          Downloadable from http://www.sencha.com




                                                     7
woensdag 18 april 12
Getting started




                                         8
woensdag 18 april 12
Quick start: Sencha Command

           sencha generate app <name> <path>




                                               9
woensdag 18 april 12
Quick start: Sencha Command


                            •App
                            •Resources
                            •SDK (DO NOT TOUCH!)
                            •app.js
                            •.json files
                            •index.html



                                                   10
woensdag 18 april 12
Quick Start: Sencha Command




                               Webkit
                                        11
woensdag 18 april 12
User interface

          Abstraction of various app-interface ui elements:
               containers
               panels
               tabpanels
               carousels
               lists
               forms
               toolbars




                                                              12
woensdag 18 april 12
Creating views




                       app/view/Pictures.js

                                              13
woensdag 18 april 12
Creating views




                           14
woensdag 18 april 12
Creating views




                           /app.js


                                     15
woensdag 18 april 12
Creating views




                       app/view/Main.js
                                          16
woensdag 18 april 12
Creating views




                           17
woensdag 18 april 12
Creating views




                           17
woensdag 18 april 12
Taking control




                                        18
woensdag 18 april 12
Bootstrapping and Controllers




                                    /app.js
                        Final point of bootstrapping,
                       controllers & profiles go first

                                                        19
woensdag 18 april 12
Bootstrapping and Controllers




                                          20
woensdag 18 april 12
Events




                       Make the component selectable




                          Create a new controller

                                                       21
woensdag 18 april 12
Events




                       app/controller/PictureBox.js
                                                      22
woensdag 18 april 12
Events




                       app/controller/PictureBox.js
                                                      23
woensdag 18 april 12
Events




                          Querying




                       Predefined events

                                          24
woensdag 18 april 12
Events




                       25
woensdag 18 april 12
Data Communication




                                            26
woensdag 18 april 12
Data communication




                               27
woensdag 18 april 12
Model


                                   Model




                       Field


                               Association   Validation


                                                          28
woensdag 18 april 12
Model




                       app/model/Talk.js
                                           29
woensdag 18 april 12
Store


                                   Store




                       Model


                        Filter   Grouper   Sorter


                                                    30
woensdag 18 april 12
Store




                       app/store/Schedule.js




                              app.js
                                               31
woensdag 18 april 12
Proxy


             Store              Proxy            Model




                       Reader           Writer


                                                         32
woensdag 18 april 12
Proxy




                       app/model/Talk.js

                                           33
woensdag 18 april 12
Create a list




                          app/view/Schedule.js

                                                 34
woensdag 18 april 12
Create a list




                          app.js



                                   35
woensdag 18 april 12
Create a list




                          app/view/Main.js
                                             36
woensdag 18 april 12
Data in action!




                            37
woensdag 18 april 12
Device profiles




                                         38
woensdag 18 april 12
Device profiles

          Different devices require different options.


          Tablet has more screen real estate and can provide more
          user interaction than a phone.


          Sencha Touch 2 provides profiles to build concrete
          implementations of the device functionalities.




                                                                    39
woensdag 18 april 12
Profile setup




                          40
woensdag 18 april 12
Profile overriding




                       app/controller/phone/PictureBox.js




                       app/controller/tablet/PictureBox.js
                                                             41
woensdag 18 april 12
Profile overriding




                       app/profile/Phone.js


                                             42
woensdag 18 april 12
Profile overriding




                               Desktop

                                         43
woensdag 18 april 12
Profile overriding




                               Phone




                                       44
woensdag 18 april 12
Profile overriding




                               Tablet
                                        45
woensdag 18 april 12
Theme editing




                                       46
woensdag 18 april 12
woensdag 18 april 12
Installing Compass




                       gem install compass
                                             48
woensdag 18 april 12
The scss file



                            Extension: .scss



                          compass compile


                           compass watch


                                               49
woensdag 18 april 12
The scss file




                          50
woensdag 18 april 12
Compass Variables




                                sdk/resources/themes/
                              stylesheets/sencha-touch/
                                default/_variables.scss


                                                          51
woensdag 18 april 12
Compass Mixins




                           52
woensdag 18 april 12
Tips and conclusions




                                              53
woensdag 18 april 12
Quick Tips


          •Well documented on http://docs.sencha.com

          •Sencha Command

          •Sencha Designer 2 Beta

          •Keep your views clean, use controllers!

          •Mobile devices have limited hardware


                                                       54
woensdag 18 april 12
Need another look?




                               http://www.github.com/
                               Martin1982/4Developers




                                                        55
woensdag 18 april 12
Hungry for more?????




                                  June 7 - 8 - 9, 2012
                           Amsterdam RAI (The Netherlands)
                              http://mobileconference.nl
                  Dutch PHP Conference visitors can attend the mobile conference and vice versa!



                                                                                                   56
woensdag 18 april 12
Questions ?




                                     57
woensdag 18 april 12
Thank you!
                               Contact details:
                         Twitter: @Martin1982
                        mdkeijzer@ibuildings.nl




woensdag 18 april 12
Bonus!
                       Debugging explained




                                             59
woensdag 18 april 12

Más contenido relacionado

Similar a Sencha Touch 2

Engineering Change
Engineering ChangeEngineering Change
Engineering ChangeKellan
 
Building Rich User Experiences w/o JavaScript Spaghetti
Building Rich User Experiences w/o JavaScript SpaghettiBuilding Rich User Experiences w/o JavaScript Spaghetti
Building Rich User Experiences w/o JavaScript SpaghettiJared Faris
 
Hybrid Mobile Web Apps with Sencha Touch 2
Hybrid Mobile Web Apps with Sencha Touch 2Hybrid Mobile Web Apps with Sencha Touch 2
Hybrid Mobile Web Apps with Sencha Touch 2Ibuildings
 
The Restless Are Getting Native: SeleniumConf 2012
The Restless Are Getting Native: SeleniumConf 2012The Restless Are Getting Native: SeleniumConf 2012
The Restless Are Getting Native: SeleniumConf 2012Dante Briones
 
Mobile Apps - Why Agile Project Management Matters
Mobile Apps - Why Agile Project Management MattersMobile Apps - Why Agile Project Management Matters
Mobile Apps - Why Agile Project Management Mattersroland99
 
Experiências, Erros e Acertos no Desenvolvimento de Projetos Ágeis
Experiências, Erros e Acertos no Desenvolvimento de Projetos ÁgeisExperiências, Erros e Acertos no Desenvolvimento de Projetos Ágeis
Experiências, Erros e Acertos no Desenvolvimento de Projetos ÁgeisLambda 3
 
Striving for Perfection: The Ultimate APEX Application Architecture
Striving for Perfection: The Ultimate APEX Application ArchitectureStriving for Perfection: The Ultimate APEX Application Architecture
Striving for Perfection: The Ultimate APEX Application ArchitectureRoel Hartman
 
Bear Douglas - Open Graph Montreal
Bear Douglas - Open Graph MontrealBear Douglas - Open Graph Montreal
Bear Douglas - Open Graph Montrealpherrera82
 

Similar a Sencha Touch 2 (8)

Engineering Change
Engineering ChangeEngineering Change
Engineering Change
 
Building Rich User Experiences w/o JavaScript Spaghetti
Building Rich User Experiences w/o JavaScript SpaghettiBuilding Rich User Experiences w/o JavaScript Spaghetti
Building Rich User Experiences w/o JavaScript Spaghetti
 
Hybrid Mobile Web Apps with Sencha Touch 2
Hybrid Mobile Web Apps with Sencha Touch 2Hybrid Mobile Web Apps with Sencha Touch 2
Hybrid Mobile Web Apps with Sencha Touch 2
 
The Restless Are Getting Native: SeleniumConf 2012
The Restless Are Getting Native: SeleniumConf 2012The Restless Are Getting Native: SeleniumConf 2012
The Restless Are Getting Native: SeleniumConf 2012
 
Mobile Apps - Why Agile Project Management Matters
Mobile Apps - Why Agile Project Management MattersMobile Apps - Why Agile Project Management Matters
Mobile Apps - Why Agile Project Management Matters
 
Experiências, Erros e Acertos no Desenvolvimento de Projetos Ágeis
Experiências, Erros e Acertos no Desenvolvimento de Projetos ÁgeisExperiências, Erros e Acertos no Desenvolvimento de Projetos Ágeis
Experiências, Erros e Acertos no Desenvolvimento de Projetos Ágeis
 
Striving for Perfection: The Ultimate APEX Application Architecture
Striving for Perfection: The Ultimate APEX Application ArchitectureStriving for Perfection: The Ultimate APEX Application Architecture
Striving for Perfection: The Ultimate APEX Application Architecture
 
Bear Douglas - Open Graph Montreal
Bear Douglas - Open Graph MontrealBear Douglas - Open Graph Montreal
Bear Douglas - Open Graph Montreal
 

Más de Martin de Keijzer

High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016Martin de Keijzer
 
Productive & easy mobile app dev
Productive & easy mobile app devProductive & easy mobile app dev
Productive & easy mobile app devMartin de Keijzer
 
tiCONF Amsterdam 2014 building mobile teams
tiCONF Amsterdam 2014   building mobile teamstiCONF Amsterdam 2014   building mobile teams
tiCONF Amsterdam 2014 building mobile teamsMartin de Keijzer
 
Native Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
Native Javascript apps with PhoneGap 11-04-2014 Codemotion RomeNative Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
Native Javascript apps with PhoneGap 11-04-2014 Codemotion RomeMartin de Keijzer
 
Introduction to PhoneGap and PhoneGap Build
Introduction to PhoneGap and PhoneGap BuildIntroduction to PhoneGap and PhoneGap Build
Introduction to PhoneGap and PhoneGap BuildMartin de Keijzer
 
Native Javascript apps with PhoneGap
Native Javascript apps with PhoneGapNative Javascript apps with PhoneGap
Native Javascript apps with PhoneGapMartin de Keijzer
 
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OSMartin de Keijzer
 
2012 09-04 smart devcon - sencha touch 2
2012 09-04 smart devcon - sencha touch 22012 09-04 smart devcon - sencha touch 2
2012 09-04 smart devcon - sencha touch 2Martin de Keijzer
 
Let's take over the world with Zend Framework
Let's take over the world with Zend FrameworkLet's take over the world with Zend Framework
Let's take over the world with Zend FrameworkMartin de Keijzer
 
Improving code quality with continuous integration (PHPBenelux Conference 2011)
Improving code quality with continuous integration (PHPBenelux Conference 2011)Improving code quality with continuous integration (PHPBenelux Conference 2011)
Improving code quality with continuous integration (PHPBenelux Conference 2011)Martin de Keijzer
 
Improving code quality using CI
Improving code quality using CIImproving code quality using CI
Improving code quality using CIMartin de Keijzer
 
Continuous integration why and how? [DPC uncon quick-prep version]
Continuous integration   why and how? [DPC uncon quick-prep version]Continuous integration   why and how? [DPC uncon quick-prep version]
Continuous integration why and how? [DPC uncon quick-prep version]Martin de Keijzer
 
Een introductie voor Phpunit
Een introductie voor PhpunitEen introductie voor Phpunit
Een introductie voor PhpunitMartin de Keijzer
 

Más de Martin de Keijzer (17)

High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016High quality live broadcasting with PHP 27 07-2016
High quality live broadcasting with PHP 27 07-2016
 
Productive & easy mobile app dev
Productive & easy mobile app devProductive & easy mobile app dev
Productive & easy mobile app dev
 
tiCONF Amsterdam 2014 building mobile teams
tiCONF Amsterdam 2014   building mobile teamstiCONF Amsterdam 2014   building mobile teams
tiCONF Amsterdam 2014 building mobile teams
 
Native Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
Native Javascript apps with PhoneGap 11-04-2014 Codemotion RomeNative Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
Native Javascript apps with PhoneGap 11-04-2014 Codemotion Rome
 
The Environment Restaurant
The Environment RestaurantThe Environment Restaurant
The Environment Restaurant
 
Introduction to PhoneGap and PhoneGap Build
Introduction to PhoneGap and PhoneGap BuildIntroduction to PhoneGap and PhoneGap Build
Introduction to PhoneGap and PhoneGap Build
 
Native Javascript apps with PhoneGap
Native Javascript apps with PhoneGapNative Javascript apps with PhoneGap
Native Javascript apps with PhoneGap
 
Mobile is everywhere
Mobile is everywhereMobile is everywhere
Mobile is everywhere
 
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
 
2012 09-04 smart devcon - sencha touch 2
2012 09-04 smart devcon - sencha touch 22012 09-04 smart devcon - sencha touch 2
2012 09-04 smart devcon - sencha touch 2
 
Sencha Touch 2
Sencha Touch 2Sencha Touch 2
Sencha Touch 2
 
Let's take over the world with Zend Framework
Let's take over the world with Zend FrameworkLet's take over the world with Zend Framework
Let's take over the world with Zend Framework
 
Improving code quality with continuous integration (PHPBenelux Conference 2011)
Improving code quality with continuous integration (PHPBenelux Conference 2011)Improving code quality with continuous integration (PHPBenelux Conference 2011)
Improving code quality with continuous integration (PHPBenelux Conference 2011)
 
Improving code quality using CI
Improving code quality using CIImproving code quality using CI
Improving code quality using CI
 
Continuous integration why and how? [DPC uncon quick-prep version]
Continuous integration   why and how? [DPC uncon quick-prep version]Continuous integration   why and how? [DPC uncon quick-prep version]
Continuous integration why and how? [DPC uncon quick-prep version]
 
Subversion In De Praktijk
Subversion In De PraktijkSubversion In De Praktijk
Subversion In De Praktijk
 
Een introductie voor Phpunit
Een introductie voor PhpunitEen introductie voor Phpunit
Een introductie voor Phpunit
 

Último

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 

Último (20)

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 

Sencha Touch 2

  • 1. Building mobile web applications with Sencha Touch 2 Martin de Keijzer 4Developers (Poznan, Poland) / April 18th 2012 woensdag 18 april 12
  • 2. About me Martin de Keijzer Dutch web developer Working for Ibuildings PHPBenelux Board Member @Martin1982 http://www.martindekeijzer.nl 2 woensdag 18 april 12
  • 3. Why mobile? 3 woensdag 18 april 12
  • 4. Apps Languages Apple: Objective-C Android: Java Windows Phone: C# / Visual Basic Distribution Methods Apple: AppStore Android: Market Windows Phone: Microsoft Market Place 4 woensdag 18 april 12
  • 5. Web Apps Available through the web Platform independent Can be transformed to an App-like experience Can be wrapped as native apps 5 woensdag 18 april 12
  • 7. The Sencha Touch way Building applications, not websites Pure JavaScript Touch framework MV(S)C Paradigm Based on ExtJS 4 Downloadable from http://www.sencha.com 7 woensdag 18 april 12
  • 8. Getting started 8 woensdag 18 april 12
  • 9. Quick start: Sencha Command sencha generate app <name> <path> 9 woensdag 18 april 12
  • 10. Quick start: Sencha Command •App •Resources •SDK (DO NOT TOUCH!) •app.js •.json files •index.html 10 woensdag 18 april 12
  • 11. Quick Start: Sencha Command Webkit 11 woensdag 18 april 12
  • 12. User interface Abstraction of various app-interface ui elements: containers panels tabpanels carousels lists forms toolbars 12 woensdag 18 april 12
  • 13. Creating views app/view/Pictures.js 13 woensdag 18 april 12
  • 14. Creating views 14 woensdag 18 april 12
  • 15. Creating views /app.js 15 woensdag 18 april 12
  • 16. Creating views app/view/Main.js 16 woensdag 18 april 12
  • 17. Creating views 17 woensdag 18 april 12
  • 18. Creating views 17 woensdag 18 april 12
  • 19. Taking control 18 woensdag 18 april 12
  • 20. Bootstrapping and Controllers /app.js Final point of bootstrapping, controllers & profiles go first 19 woensdag 18 april 12
  • 21. Bootstrapping and Controllers 20 woensdag 18 april 12
  • 22. Events Make the component selectable Create a new controller 21 woensdag 18 april 12
  • 23. Events app/controller/PictureBox.js 22 woensdag 18 april 12
  • 24. Events app/controller/PictureBox.js 23 woensdag 18 april 12
  • 25. Events Querying Predefined events 24 woensdag 18 april 12
  • 26. Events 25 woensdag 18 april 12
  • 27. Data Communication 26 woensdag 18 april 12
  • 28. Data communication 27 woensdag 18 april 12
  • 29. Model Model Field Association Validation 28 woensdag 18 april 12
  • 30. Model app/model/Talk.js 29 woensdag 18 april 12
  • 31. Store Store Model Filter Grouper Sorter 30 woensdag 18 april 12
  • 32. Store app/store/Schedule.js app.js 31 woensdag 18 april 12
  • 33. Proxy Store Proxy Model Reader Writer 32 woensdag 18 april 12
  • 34. Proxy app/model/Talk.js 33 woensdag 18 april 12
  • 35. Create a list app/view/Schedule.js 34 woensdag 18 april 12
  • 36. Create a list app.js 35 woensdag 18 april 12
  • 37. Create a list app/view/Main.js 36 woensdag 18 april 12
  • 38. Data in action! 37 woensdag 18 april 12
  • 39. Device profiles 38 woensdag 18 april 12
  • 40. Device profiles Different devices require different options. Tablet has more screen real estate and can provide more user interaction than a phone. Sencha Touch 2 provides profiles to build concrete implementations of the device functionalities. 39 woensdag 18 april 12
  • 41. Profile setup 40 woensdag 18 april 12
  • 42. Profile overriding app/controller/phone/PictureBox.js app/controller/tablet/PictureBox.js 41 woensdag 18 april 12
  • 43. Profile overriding app/profile/Phone.js 42 woensdag 18 april 12
  • 44. Profile overriding Desktop 43 woensdag 18 april 12
  • 45. Profile overriding Phone 44 woensdag 18 april 12
  • 46. Profile overriding Tablet 45 woensdag 18 april 12
  • 47. Theme editing 46 woensdag 18 april 12
  • 49. Installing Compass gem install compass 48 woensdag 18 april 12
  • 50. The scss file Extension: .scss compass compile compass watch 49 woensdag 18 april 12
  • 51. The scss file 50 woensdag 18 april 12
  • 52. Compass Variables sdk/resources/themes/ stylesheets/sencha-touch/ default/_variables.scss 51 woensdag 18 april 12
  • 53. Compass Mixins 52 woensdag 18 april 12
  • 54. Tips and conclusions 53 woensdag 18 april 12
  • 55. Quick Tips •Well documented on http://docs.sencha.com •Sencha Command •Sencha Designer 2 Beta •Keep your views clean, use controllers! •Mobile devices have limited hardware 54 woensdag 18 april 12
  • 56. Need another look? http://www.github.com/ Martin1982/4Developers 55 woensdag 18 april 12
  • 57. Hungry for more????? June 7 - 8 - 9, 2012 Amsterdam RAI (The Netherlands) http://mobileconference.nl Dutch PHP Conference visitors can attend the mobile conference and vice versa! 56 woensdag 18 april 12
  • 58. Questions ? 57 woensdag 18 april 12
  • 59. Thank you! Contact details: Twitter: @Martin1982 mdkeijzer@ibuildings.nl woensdag 18 april 12
  • 60. Bonus! Debugging explained 59 woensdag 18 april 12