SlideShare a Scribd company logo
Become a Mobile
developer from scratch
Free OutSystems webinar
Become a Mobile developer from scratch
Rúben Gonçalves
Mobile team leader @ OutSystems
@techrug
2
Disclaimer
! Dense and deep introduction to Mobile !
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
4
○ Mobile Glossary
○ What is a mobile device?
○ Just a small computer?
○ Mobile device characteristics
○ UX considerations
○ Choose the right architecture
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
5
○ Preview in devices
○ Prefetching resources
○ Notify mechanism
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
● Leveraging Silk UI Framework
6
○ Templates
○ Mobile patterns
○ Demo
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
● Leveraging Silk UI Framework
● Going further with OutSystems Now
7
○ What is it?
○ Features
○ Architecture overview
○ Demo
○ Customizing OutSystems Now
○ Adding new plugins
○ Checklist to app stores
Become a Mobile developer from scratch 8
When building the first mobile app!
Framing the Mobile challenge
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
● Leveraging Silk UI Framework
● Going further with OutSystems Now
10
○ Mobile Glossary
○ What is a mobile device?
○ Just a small computer?
○ Mobile device characteristics
○ UX considerations
○ Choosing the right architecture
Become a Mobile developer from scratch
Mobile Glossary
● Android Studio – Android IDE for creating native apps (Java)
● B2C – Business to Customer (public distribution – via app stores)
● B2E – Business to Employee (internal distribution – via non app store)
● BYOD – Bring Your Own Device
● Hybrid apps – web apps running inside a native shell
● MAM – Mobile Application Management
● MDM – Mobile Device Management (eg. AirWatch)
● RWD – Responsive Web Design
● X Code – iOS IDE for creating native apps (Objective-C, Swift)
11
Become a Mobile developer from scratch
What is a mobile device?
12
http://dunnnk.com/
Become a Mobile developer from scratch
What is a smartphone device?
13
Pocket
EXTREMELY PERSONAL
Become a Mobile developer from scratch
Just a small computer?
14
Source: techarea
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
Source: Design for Touch
15
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different…
16
Source: Mobily input types
And hard for the user
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different… and more powerful!
17
• Location detection
• Multi-touch sensors
• Device positioning & motion: from accelerometer
• Gyroscope: 360 Degrees of motion
• Orientation: direction from a digital compass
• Video & image: capture/input from a camera
• Dual cameras: front and back
• Audio: input from a microphone
• Ambient Light: light/dark environment awareness
• Proximity: device closeness to physical objects
• NFC: Near Field Communications through RFID readers
• Device connections: through Bluetooth between devices
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different… and more powerful!
3. Outputs are different
18
The app itself Notifications
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different… and more powerful!
3. Outputs are different
19
The app itself Notifications
Device speaker
Vibration mechanism
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different… and more powerful!
3. Outputs are different
4. Context of usage
20
Source: Liz Hafalia, The Chronicle
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different… and more powerful!
3. Outputs are different
4. Context of usage
21
Source: unable to find the source of the image
Become a Mobile developer from scratch
Just a small computer?
1. Small? Not necessarily…
2. Inputs are different… and more powerful!
3. Outputs are different
4. Context of usage
22
Source: we are social
39%
of internet traffic
Become a Mobile developer from scratch
Recap
1. Mobile devices are NOT small computers
It’s a whole new way to engage
2. Inputs and outputs are different
And we should leverage it as much as possible
3. Mobile is used on the go
And pretty much for everything
23
Become a Mobile developer from scratch
Framing the Mobile challenge
Mobile device characteristics
24
Become a Mobile developer from scratch
Mobile device characteristics
Typical Laptop
● Intel cpu
● 8 Gb RAM
● 1,3M pixels
Typical Android
● ARM cpu
● 2 Gb RAM
● 2M pixels
25
Source: Screen time
-75%
-2,7x slower
+53% to paint
Less capacity
Become a Mobile developer from scratch
Mobile device characteristics
Not only less capacity… but different browsers
26
1,5x 3,9x 9,8x
DELL E6440
Chrome 42
237ms
IPhone 6 Plus
Safari
360ms
Nokia Lumia 925
IE 11
924ms
Samsung Tab4
chrome
2312ms
Test made on webkit.org
Become a Mobile developer from scratch
Mobile device characteristics
Connected to network
27
• GPRS (2G)
• EDGE (2G, 2.5G or 3G)
• UTMS (3G)
• WCDMA (3G)
• HSPA (3G)
• EVDO (3G)
• HSPA (3G or 4G)
• Mobile WiMax(4G)
• LTE (4G)
“We have 4G now! We don’t have performance
problems on the network anymore”
Anonymous developer
Assumptions are the
mother of all… Bad things!
Become a Mobile developer from scratch
Mobile device characteristics
LTE is not everywhere
28
64%
55%
30%
6
%
20% 25%
2G 3G LTE
Worldwide average
USA average
Source: data from 2014
70% of time
the connection is
3G or 2G
Become a Mobile developer from scratch
Mobile device characteristics
How mobile network works under the hood?
29
• how many cell phone towers are in the
vicinity?
• how many users are sharing these towers?
• what is the bandwidth available to these
cellphone towers to connect to the
Internet or the carrier's network?
RNC
Radio Network
Controller
SGSN
Service GPRS
Support Node
GGSN
Gateway GPRS
Support Node
Internet
IP network
Cell tower Firewall
Typical 3G (UMTS) network
Become a Mobile developer from scratch
Mobile device characteristics
How mobile network works under the hood?
• how many cell phone towers are in the
vicinity?
• how many users are sharing these towers?
• the bandwidth available to these cellphone
towers to connect to the Internet or the
carrier's network?
LATENCY
function of the electrical
characteristics of the circuit
30
Become a Mobile developer from scratch
Mobile device characteristics
How mobile network works under the hood?
• how many cell phone towers are in the
vicinity?
• how many users are sharing these towers?
• the bandwidth available to these cellphone
towers to connect to the Internet or the
carrier's network?
LATENCY
function of the electrical
characteristics of the circuit
31
Mobile
50 – 550ms
350 ms
Desktop
20 – 150ms
80 ms
Be careful with the amount of
requests done to the server!
Become a Mobile developer from scratch
Mobile device characteristics
How mobile network works under the hood?
32
Antenna
When not in use, goes idle
after a given amount of
time to spare battery, then
needs to power up…
3G – 2.5s
4G – 100ms
WiFi
Turned On but not
connected consumes more
energy than radio
Become a Mobile developer from scratch
Requests done to the server?
> By far the biggest hurdle
33
71 requests
~8s to Load
17 CSS
25 JS
21 img
4 fonts
3G (750 Kbps 100ms RTT)
762 KB
downloaded
Your typical
Web app
Become a Mobile developer from scratch
Recap
1. Big resolution, less capacity
2. LTE (4G) is here
But aim for the worst scenario
3. Latency is a big performance hurdle
Careful with # requests to the server
34
Become a Mobile developer from scratch
Framing the Mobile challenge
UX considerations
35
Become a Mobile developer from scratch
Why apps fail?
● Lack of consistency
● Slow to change and adapt
● Poor strategy
● Not considering the complete journey
● Brand recognition
● Building mobile customer engagement
● Keep it simple
● Not solving a real world problem
● Not understand the target audience
● Not sure about the Mobile Platform
● Too many or too less features
● Making it too complex for the users
● Incompatible User Experience
● Neglecting the backend support
● Not enough Marketing
● Not using App Optimization Techniques
● Failure listening to Users’ Feedback
36
Source: Wired and Net solutions
Become a Mobile developer from scratch
Why apps fail?
● Lack of consistency
● Slow to change and adapt
● Poor strategy
● Not considering the complete journey
● Brand recognition
● Building mobile customer engagement
● Keep it simple
● Not solving a real world problem
● Not understand the target audience
● Not sure about the Mobile Platform
● Too many or too less features
● Making it too complex for the users
● Incompatible User Experience
● Neglecting the backend support
● Not enough Marketing
● Not using App Optimization Techniques
● Failure listening to Users’ Feedback
37
Source: Wired and Net solutions
UX related issues
Become a Mobile developer from scratch
UX considerations
● Any place, any time
38
Mobile phones are portable
attention is fragmented
Portable = Interruptible
sessions are short
Users have attention span
equivalent of a 6 years old
Source: image from Mobile Input and text from Mobile User Experience: Limitations and Strenghts
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands
39
Source: Read and Write in Mobile
1,333 observations of people using mobile devices on the street
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands
40
Source: Read and Write in Mobile
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands
41
Source: How to design for thumbs
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands
42
Source: How to design for thumbs
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands
43
Source: How to design for thumbs
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands
44
Source: How to design for thumbs
http://thumbzone.co/
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
45
Source: Design for Touch
Touch
enabled
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
46
Source: Design for Touch
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
47
Source: Design for Touch
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
48
Source: Mobile Design Essentials, Luke Wroblewski
University of Notre Dame,
Indiana, USA
4,5m
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
49
“responsive web design isn’t
intended to serve as a
replacement for mobile web
sites”
Ethan Marcotte
B2C
For apps that
Mobile is a
nice to have
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
● Use known mobile patterns
50
Loading
Carousel
List Item
Balloon
Pull To Refresh
Action Sheet (Context
Menu)
Modal
Toggle
Global Search
Card
Tabs
Blank Slate
Swipe Page Navigation
Title bar / Top Header Bar
Alerts
Card Stacked (tinder)
Carousel - Horizontal Photo
LightBox
Chat
Infinite Scroll
Collapsible Area
Progress Bar
Share
Floating menu
Feedback Message
Sidebar Panel
Post
Spinners / Numeric Text
Box
Counters
Form label
Side Navigation
Range Slider
Gallery
Bottom Menu (tab bar)
Swipe List Items
Calendar
Tooltip
Accordion
Timeline
Walkthrough (Focused
Onboarding)
Video
Upload
Input Icons
Tag Editor
Wizard
Badge (with placehoder)
Panel
Tile (research types)
Check Item
Button Group
UserInitials
DropDown
Box
BreadCrumbs
Character Count
Button Area
Tables
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
● Use known mobile patterns
● Work and Personal apps
51
B2C app
• Customer oriented apps
• Distributed in public stores
• Needs lot of UX/UI investment
B2E app
• Enterprise apps
• Only to be used by Employees
• Distributed internally
• Can have less investment in UX/UI
(assumption)
Become a Mobile developer from scratch
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
● Use known mobile patterns
● Work and Personal apps
52
BYOD Policy
Users device will have B2E and B2C apps installed.
Comparison and high expectations are inevitable.
Become a Mobile developer from scratch
UX considerations
53
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
● Use known mobile patterns
● Work and Personal apps
● Design for perceived Performance
Perceived Performance
how quickly a software
feature appears to
perform its task
Replace This image in
master
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
● Use known mobile patterns
● Work and Personal apps
● Design for perceived Performance
54Become a Mobile developer from scratch
Perceived Performance
how quickly a software
feature appears to
perform its task
Show info
already available
Replace This image in
master
UX considerations
● Any place, any time
● Used with hands big fat fingers
● RWD is not always the right answer
● Use known mobile patterns
● Work and Personal apps
● Design for perceived Performance
55Become a Mobile developer from scratch
Perceived Performance
how quickly a software
feature appears to
perform its task
Load remaining
asynchronously
Become a Mobile developer from scratch
Recap
1. You can’t fit it all
2. Who is your target user
3. What are they aiming to do?
4. What will you remove?
5. Expectation are high!
6. We are required a Mind Shift
56
B2C? You can’t use RWD!
Expect a lot more effort
for UX and UI!
What is the application
trying to solve?
Without making the
user frustrated.
Due to amazing
B2C apps out there
29 years
Become a Mobile developer from scratch
Framing the Mobile challenge
Choose the right architecture
57
Become a Mobile developer from scratch
Choose the right architecture
Source: OutSystems Blog
58
Become a Mobile developer from scratch
Choose the right architecture
59
● Is your app single screen with lot of animations and sounds?
● Do you need to access the device’s sensors?
● Do you need access to custom native functionality?
● Do you need your app on the store?
● Do you need to support multiple operating systems?
● Do you need to support devices with poor performance?
See this and more in OutSystems Blog!
How OutSystems Platform helps?
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
61
○ Preview in devices
○ Prefetching resources
○ Notify mechanism
Become a Mobile developer from scratch
Preview in devices
62
Replace This image in
master
Prefetching resources
● Can be activated per application
● Runs only once per session
● Downloads the application resources and caches
CSS, JavaScript, img, Fonts
● On 2nd access only downloads resources not cached
Become a Mobile developer from scratch 63
Available from 9.0.1.25
Replace This image in
master
Prefetching resources
Become a Mobile developer from scratch 64
Available from 9.0.1.25
Replace This image in
master
Prefetching resources
Become a Mobile developer from scratch 65
Available from 9.0.1.25
To customize
Become a Mobile developer from scratch
Notify mechanism Available from 9.1
Mobile Server
Button.Click
OnNotify
OnNotify
Ajax.Update
Mobile Server
Button.Click
Ajax.Update
Bali
LATENCY
function of the electrical
characteristics of the circuit
66
Become a Mobile developer from scratch
Recap
1. Preview in devices good starting point
Not the same as testing in a device
2. Prefetching will help on first access
Can be customized
3. Notify server side
Avoids unnecessary round trips to the server
67
Leveraging Silk UI Framework
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
● Leveraging Silk UI Framework
69
○ Templates
○ Mobile patterns
○ Demo
Become a Mobile developer from scratch
Become a Mobile developer from scratch
Why Silk UI?
71
Become a Mobile developer from scratch
Why Silk UI? Because CSS is Awesome*!
72
*When you know what you’re doing…
Become a Mobile developer from scratch
Why Silk UI?
View presentation and recording
73
Become a Mobile developer from scratch
Information from Silk UI
● Device: desktop, tablet, phone
● Dimension: big, hd, small
● Operating systems: iOS, Android, Windows, …
● Browser: chrome, firefox, IE10, IE11, Safari, etc.
● Orientation: landscape, portrait
● Locale: en, pt, …
74
Become a Mobile developer from scratch
Templates
75
Dublin
Liverpool
Lisbon Tokyo
Vanilla
Become a Mobile developer from scratch
Tokyo Template
76
If your target are smartphones, this
is the template to use. It's
optimized for touch and devices,
and the recipient for the mobile
patterns.
Become a Mobile developer from scratch
Leveraging Silk UI Framework
Mobile Patterns
77
Become a Mobile developer from scratch
Mobile Patterns
SilkUIFramework module
• Global Search
• ListItem
• ListItemToggle
• ListItemGroup
• Bottom Menu
Tokyo Theme module
• MainContentMargin
• ButtonBack
• ButtonMenu
78
Become a Mobile developer from scratch
Mobile Patterns
SilkUIFramework module
• Global Search
• ListItem
• ListItemToggle
• ListItemGroup
• Bottom Menu
Tokyo Theme module
• MainContentMargin
• ButtonBack
• ButtonMenu
79
Become a Mobile developer from scratch
Mobile Patterns
SilkUIFramework module
• Global Search
• ListItem
• ListItemToggle
• ListItemGroup
• Bottom Menu
Tokyo Theme module
• MainContentMargin
• ButtonBack
• ButtonMenu
80
Become a Mobile developer from scratch
Mobile patterns
SilkUIFramework module
• Global Search
• ListItem
• ListItemToggle
• ListItemGroup
• Bottom Menu
Tokyo Theme module
• MainContentMargin
• ButtonBack
• ButtonMenu
81
Become a Mobile developer from scratch
Demo
82
Become a Mobile developer from scratch
Recap
1. Silk UI Framework helps
With specific templates and mobile patterns
2. Tokyo template is the smartphone template
Containing specific patterns and behaviors
3. Leverage the information made available
To tweak the experience per platform
83
Going further with OutSystems Now
Become a Mobile developer from scratch
Agenda
● Framing the Mobile challenge
● How OutSystems Platform helps?
● Leveraging Silk UI Framework
● Going further with OutSystems Now
85
○ What is it?
○ Features
○ Architecture overview
○ Demo
○ Customizing OutSystems Now
○ Adding new plugins
○ Checklist to app stores
Become a Mobile developer from scratch
What is it?
● Transforms apps build in OutSystems Platform in Hybrid apps
iOS, Android and Windows apps
● Enabling access to device capabilities
Camera, location, local storage or other device APIs
● Apps can then be released to public stores
86
Become a Mobile developer from scratch
OutSystems Now screens
1. The Icon 2. Splash 4. Login 5. The List 6. App3. Environment
On B2E this
should be
removed
On B2C these
must be removed
87
Become a Mobile developer from scratch
Going further with OutSystems Now
Features
88
Become a Mobile developer from scratch
Cordova plugins
89
Become a Mobile developer from scratch
Supported features
90
Become a Mobile developer from scratch
Easy configuration
91
Become a Mobile developer from scratch
Going further with OutSystems Now
Architecture overview
92
Become a Mobile developer from scratch
What is Apache Cordova?
● Open-source mobile development framework
● Allows use of standard web technologies (HTML5, CSS3, and JavaScript) for cross-
platform development
● Applications execute within wrappers targeted to each platform
● Standards-compliant API bindings to access each device's sensors, data, and network
status.
93
Become a Mobile developer from scratch
Cordova vs PhoneGap
Cordova: open source project maintained
by Apache
PhoneGap: is powered by Cordova but
maintained by Adobe
94
Become a Mobile developer from scratch
Architecture overview
95
OutSystems Now Native Shell
Native Functionalities
Plugins/Addons Authentication
OutSystemsNowServices
OutSystems Platform Functionalities
Plugins Modules Authentication Provider
REST API
HTTPS
Communication
Server side
Device
Become a Mobile developer from scratch
Architecture overview
96
OutSystems Now Native Shell
Native Functionalities
Plugins/Addons Authentication
Web View
Offline Mode
Become a Mobile developer from scratch
Demo
● Let’s add to calendar a reminder with the deadline
Become a Mobile developer from scratch
Going further with OutSystems Now
Customizing OutSystems Now
98
Become a Mobile developer from scratch
Customizing OutSystems Now
99
Become a Mobile developer from scratch
Available Cordova Plugins
100
Become a Mobile developer from scratch
Plugins on Forge
101
Become a Mobile developer from scratch
Plugins on Forge
102
Become a Mobile developer from scratch
Going further with OutSystems Now
Submitting to the app stores
103
Become a Mobile developer from scratch
Available Cordova Plugins
104
Become a Mobile developer from scratch
Recap
1. OutSystems Now is in major app stores
For everyone to start using it and testing their applications
2. OutSystems Now is Open source
Enabling everyone to customize it and extend
3. Built on top of cordova
Leverage this by using plugins created by the cordova community
105
Thank you

More Related Content

PDF
Building frameworks: from concept to completion
PPTX
Hardcore Mobile integrations
PPTX
The Evolving Mobile Ecosystem and MeeGo
PDF
Trifork iBeacon Demo Lunch Talk
PPT
The Fine Print of iOS Development
PDF
Mobile User Experience
PPTX
10 lessons - Mobile Usability Testing
PDF
CE-4026, New Interfaces, by David Brebner
Building frameworks: from concept to completion
Hardcore Mobile integrations
The Evolving Mobile Ecosystem and MeeGo
Trifork iBeacon Demo Lunch Talk
The Fine Print of iOS Development
Mobile User Experience
10 lessons - Mobile Usability Testing
CE-4026, New Interfaces, by David Brebner

What's hot (7)

KEY
Development of a mobile app for Android
KEY
Nitobi/PhoneGap at Bootup 2011
PPTX
Smartphone Behavior On A Featurephone Budget
PPTX
Technology products that will disappear in the next
PPTX
Usability Testing on Mobile Devices - No More Excuses!
PDF
Introduction to Pair Programming
PDF
The Future of Interfaces
Development of a mobile app for Android
Nitobi/PhoneGap at Bootup 2011
Smartphone Behavior On A Featurephone Budget
Technology products that will disappear in the next
Usability Testing on Mobile Devices - No More Excuses!
Introduction to Pair Programming
The Future of Interfaces
Ad

Viewers also liked (18)

PDF
Creating Mobile Apps like a BOSS
PPTX
Windows 8
PPTX
Whizzingwords
PPTX
Dos and Don'ts on the road to Mobility
PDF
Eli des identifiants pour le croisement des sources ouvertes du droit
PPT
Ihc 2014 dr rt patil
PPTX
Mapreduse model
PPTX
PPTX
Emisoft
PPT
Raipur meeting rtp
PPTX
Legal environment
PDF
Benevole e newsletter march 2015
PPTX
факторы, влияющие на скорость испарения жидкости
ODP
PDF
Plugin smilk : données liées et traitement de la langue pour améliorer la nav...
PPTX
Usability session @ SEI Universidade do Minho
PDF
Arabidopsis Information Portal, Developer Workshop 2014, Introduction
PPTX
My Assignment.pptx
Creating Mobile Apps like a BOSS
Windows 8
Whizzingwords
Dos and Don'ts on the road to Mobility
Eli des identifiants pour le croisement des sources ouvertes du droit
Ihc 2014 dr rt patil
Mapreduse model
Emisoft
Raipur meeting rtp
Legal environment
Benevole e newsletter march 2015
факторы, влияющие на скорость испарения жидкости
Plugin smilk : données liées et traitement de la langue pour améliorer la nav...
Usability session @ SEI Universidade do Minho
Arabidopsis Information Portal, Developer Workshop 2014, Introduction
My Assignment.pptx
Ad

Similar to Become a mobile developer from scratch (20)

KEY
SparkUp 2010 Mobile UX 101
KEY
Why Do Mobile Projects Fail?
PPTX
Beyond Strategy: Building Your Mobile Capabilities
PDF
Mobile Developer's Guide To The Galaxy 12th Edition
PPTX
Beyond Beyond Strategy - Building Mobile Capabilities at TASSCC Technology Le...
PPT
UNIT_1_1626771386169.ppt
PPTX
SenchaCon 2016: Using Ext JS 6 for Cross-Platform Development on Mobile - And...
PDF
The mobile ecosystem & technological strategies
PDF
Fundamentals of Designing for Multiple Devices - GA, New York, 07 Oct 2013
PDF
Beyond the hamburger menu - Digital Doughnut, London 25 Nov 2014
PDF
PPT
Best Practices in Mobile Development: Building Your First jQuery Mobile App
PPT
Sogeti Strategic Mobile Design 2011
PDF
Mobile Developer's Guide To The Galaxy, 14th Edition
PDF
Mobile Developer's Guide To The Galaxy, 15th edition
PDF
Mobile CMS - CMSExpo 2010
PPTX
Optimized mobile apps
PDF
Mobxbeyondthehamburgermenu13sep2014 140916040153-phpapp01
PDF
Beyond The Hamburger Menu - MOBX, 13 Sep 2014
KEY
Windows Phone UX - a 101 @ BizSpark
SparkUp 2010 Mobile UX 101
Why Do Mobile Projects Fail?
Beyond Strategy: Building Your Mobile Capabilities
Mobile Developer's Guide To The Galaxy 12th Edition
Beyond Beyond Strategy - Building Mobile Capabilities at TASSCC Technology Le...
UNIT_1_1626771386169.ppt
SenchaCon 2016: Using Ext JS 6 for Cross-Platform Development on Mobile - And...
The mobile ecosystem & technological strategies
Fundamentals of Designing for Multiple Devices - GA, New York, 07 Oct 2013
Beyond the hamburger menu - Digital Doughnut, London 25 Nov 2014
Best Practices in Mobile Development: Building Your First jQuery Mobile App
Sogeti Strategic Mobile Design 2011
Mobile Developer's Guide To The Galaxy, 14th Edition
Mobile Developer's Guide To The Galaxy, 15th edition
Mobile CMS - CMSExpo 2010
Optimized mobile apps
Mobxbeyondthehamburgermenu13sep2014 140916040153-phpapp01
Beyond The Hamburger Menu - MOBX, 13 Sep 2014
Windows Phone UX - a 101 @ BizSpark

More from Ruben Goncalves (7)

PDF
Programming as a form of art
PDF
Mobile Location workshop
PPTX
The real impact of mobility on your business apps
PPTX
Delivering Mobile Apps That Perform
PPTX
Top front-end techniques for OutSystems
PDF
CSS workshop @ OutSystems
PDF
Grids and Visual hierarchy for developers
Programming as a form of art
Mobile Location workshop
The real impact of mobility on your business apps
Delivering Mobile Apps That Perform
Top front-end techniques for OutSystems
CSS workshop @ OutSystems
Grids and Visual hierarchy for developers

Recently uploaded (6)

DOC
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
DOC
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
PDF
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
PDF
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
PDF
heheheueueyeyeyegehehehhehshMedia-Literacy.pdf
PPTX
ASMS Telecommunication company Profile
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
heheheueueyeyeyegehehehhehshMedia-Literacy.pdf
ASMS Telecommunication company Profile

Become a mobile developer from scratch

  • 1. Become a Mobile developer from scratch Free OutSystems webinar
  • 2. Become a Mobile developer from scratch Rúben Gonçalves Mobile team leader @ OutSystems @techrug 2
  • 3. Disclaimer ! Dense and deep introduction to Mobile !
  • 4. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge 4 ○ Mobile Glossary ○ What is a mobile device? ○ Just a small computer? ○ Mobile device characteristics ○ UX considerations ○ Choose the right architecture
  • 5. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? 5 ○ Preview in devices ○ Prefetching resources ○ Notify mechanism
  • 6. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? ● Leveraging Silk UI Framework 6 ○ Templates ○ Mobile patterns ○ Demo
  • 7. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? ● Leveraging Silk UI Framework ● Going further with OutSystems Now 7 ○ What is it? ○ Features ○ Architecture overview ○ Demo ○ Customizing OutSystems Now ○ Adding new plugins ○ Checklist to app stores
  • 8. Become a Mobile developer from scratch 8 When building the first mobile app!
  • 9. Framing the Mobile challenge
  • 10. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? ● Leveraging Silk UI Framework ● Going further with OutSystems Now 10 ○ Mobile Glossary ○ What is a mobile device? ○ Just a small computer? ○ Mobile device characteristics ○ UX considerations ○ Choosing the right architecture
  • 11. Become a Mobile developer from scratch Mobile Glossary ● Android Studio – Android IDE for creating native apps (Java) ● B2C – Business to Customer (public distribution – via app stores) ● B2E – Business to Employee (internal distribution – via non app store) ● BYOD – Bring Your Own Device ● Hybrid apps – web apps running inside a native shell ● MAM – Mobile Application Management ● MDM – Mobile Device Management (eg. AirWatch) ● RWD – Responsive Web Design ● X Code – iOS IDE for creating native apps (Objective-C, Swift) 11
  • 12. Become a Mobile developer from scratch What is a mobile device? 12 http://dunnnk.com/
  • 13. Become a Mobile developer from scratch What is a smartphone device? 13 Pocket EXTREMELY PERSONAL
  • 14. Become a Mobile developer from scratch Just a small computer? 14 Source: techarea
  • 15. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… Source: Design for Touch 15
  • 16. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… 16 Source: Mobily input types And hard for the user
  • 17. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… and more powerful! 17 • Location detection • Multi-touch sensors • Device positioning & motion: from accelerometer • Gyroscope: 360 Degrees of motion • Orientation: direction from a digital compass • Video & image: capture/input from a camera • Dual cameras: front and back • Audio: input from a microphone • Ambient Light: light/dark environment awareness • Proximity: device closeness to physical objects • NFC: Near Field Communications through RFID readers • Device connections: through Bluetooth between devices
  • 18. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… and more powerful! 3. Outputs are different 18 The app itself Notifications
  • 19. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… and more powerful! 3. Outputs are different 19 The app itself Notifications Device speaker Vibration mechanism
  • 20. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… and more powerful! 3. Outputs are different 4. Context of usage 20 Source: Liz Hafalia, The Chronicle
  • 21. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… and more powerful! 3. Outputs are different 4. Context of usage 21 Source: unable to find the source of the image
  • 22. Become a Mobile developer from scratch Just a small computer? 1. Small? Not necessarily… 2. Inputs are different… and more powerful! 3. Outputs are different 4. Context of usage 22 Source: we are social 39% of internet traffic
  • 23. Become a Mobile developer from scratch Recap 1. Mobile devices are NOT small computers It’s a whole new way to engage 2. Inputs and outputs are different And we should leverage it as much as possible 3. Mobile is used on the go And pretty much for everything 23
  • 24. Become a Mobile developer from scratch Framing the Mobile challenge Mobile device characteristics 24
  • 25. Become a Mobile developer from scratch Mobile device characteristics Typical Laptop ● Intel cpu ● 8 Gb RAM ● 1,3M pixels Typical Android ● ARM cpu ● 2 Gb RAM ● 2M pixels 25 Source: Screen time -75% -2,7x slower +53% to paint Less capacity
  • 26. Become a Mobile developer from scratch Mobile device characteristics Not only less capacity… but different browsers 26 1,5x 3,9x 9,8x DELL E6440 Chrome 42 237ms IPhone 6 Plus Safari 360ms Nokia Lumia 925 IE 11 924ms Samsung Tab4 chrome 2312ms Test made on webkit.org
  • 27. Become a Mobile developer from scratch Mobile device characteristics Connected to network 27 • GPRS (2G) • EDGE (2G, 2.5G or 3G) • UTMS (3G) • WCDMA (3G) • HSPA (3G) • EVDO (3G) • HSPA (3G or 4G) • Mobile WiMax(4G) • LTE (4G) “We have 4G now! We don’t have performance problems on the network anymore” Anonymous developer Assumptions are the mother of all… Bad things!
  • 28. Become a Mobile developer from scratch Mobile device characteristics LTE is not everywhere 28 64% 55% 30% 6 % 20% 25% 2G 3G LTE Worldwide average USA average Source: data from 2014 70% of time the connection is 3G or 2G
  • 29. Become a Mobile developer from scratch Mobile device characteristics How mobile network works under the hood? 29 • how many cell phone towers are in the vicinity? • how many users are sharing these towers? • what is the bandwidth available to these cellphone towers to connect to the Internet or the carrier's network? RNC Radio Network Controller SGSN Service GPRS Support Node GGSN Gateway GPRS Support Node Internet IP network Cell tower Firewall Typical 3G (UMTS) network
  • 30. Become a Mobile developer from scratch Mobile device characteristics How mobile network works under the hood? • how many cell phone towers are in the vicinity? • how many users are sharing these towers? • the bandwidth available to these cellphone towers to connect to the Internet or the carrier's network? LATENCY function of the electrical characteristics of the circuit 30
  • 31. Become a Mobile developer from scratch Mobile device characteristics How mobile network works under the hood? • how many cell phone towers are in the vicinity? • how many users are sharing these towers? • the bandwidth available to these cellphone towers to connect to the Internet or the carrier's network? LATENCY function of the electrical characteristics of the circuit 31 Mobile 50 – 550ms 350 ms Desktop 20 – 150ms 80 ms Be careful with the amount of requests done to the server!
  • 32. Become a Mobile developer from scratch Mobile device characteristics How mobile network works under the hood? 32 Antenna When not in use, goes idle after a given amount of time to spare battery, then needs to power up… 3G – 2.5s 4G – 100ms WiFi Turned On but not connected consumes more energy than radio
  • 33. Become a Mobile developer from scratch Requests done to the server? > By far the biggest hurdle 33 71 requests ~8s to Load 17 CSS 25 JS 21 img 4 fonts 3G (750 Kbps 100ms RTT) 762 KB downloaded Your typical Web app
  • 34. Become a Mobile developer from scratch Recap 1. Big resolution, less capacity 2. LTE (4G) is here But aim for the worst scenario 3. Latency is a big performance hurdle Careful with # requests to the server 34
  • 35. Become a Mobile developer from scratch Framing the Mobile challenge UX considerations 35
  • 36. Become a Mobile developer from scratch Why apps fail? ● Lack of consistency ● Slow to change and adapt ● Poor strategy ● Not considering the complete journey ● Brand recognition ● Building mobile customer engagement ● Keep it simple ● Not solving a real world problem ● Not understand the target audience ● Not sure about the Mobile Platform ● Too many or too less features ● Making it too complex for the users ● Incompatible User Experience ● Neglecting the backend support ● Not enough Marketing ● Not using App Optimization Techniques ● Failure listening to Users’ Feedback 36 Source: Wired and Net solutions
  • 37. Become a Mobile developer from scratch Why apps fail? ● Lack of consistency ● Slow to change and adapt ● Poor strategy ● Not considering the complete journey ● Brand recognition ● Building mobile customer engagement ● Keep it simple ● Not solving a real world problem ● Not understand the target audience ● Not sure about the Mobile Platform ● Too many or too less features ● Making it too complex for the users ● Incompatible User Experience ● Neglecting the backend support ● Not enough Marketing ● Not using App Optimization Techniques ● Failure listening to Users’ Feedback 37 Source: Wired and Net solutions UX related issues
  • 38. Become a Mobile developer from scratch UX considerations ● Any place, any time 38 Mobile phones are portable attention is fragmented Portable = Interruptible sessions are short Users have attention span equivalent of a 6 years old Source: image from Mobile Input and text from Mobile User Experience: Limitations and Strenghts
  • 39. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands 39 Source: Read and Write in Mobile 1,333 observations of people using mobile devices on the street
  • 40. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands 40 Source: Read and Write in Mobile
  • 41. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands 41 Source: How to design for thumbs
  • 42. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands 42 Source: How to design for thumbs
  • 43. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands 43 Source: How to design for thumbs
  • 44. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands 44 Source: How to design for thumbs http://thumbzone.co/
  • 45. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers 45 Source: Design for Touch Touch enabled
  • 46. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers 46 Source: Design for Touch
  • 47. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers 47 Source: Design for Touch
  • 48. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer 48 Source: Mobile Design Essentials, Luke Wroblewski University of Notre Dame, Indiana, USA 4,5m
  • 49. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer 49 “responsive web design isn’t intended to serve as a replacement for mobile web sites” Ethan Marcotte B2C For apps that Mobile is a nice to have
  • 50. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer ● Use known mobile patterns 50 Loading Carousel List Item Balloon Pull To Refresh Action Sheet (Context Menu) Modal Toggle Global Search Card Tabs Blank Slate Swipe Page Navigation Title bar / Top Header Bar Alerts Card Stacked (tinder) Carousel - Horizontal Photo LightBox Chat Infinite Scroll Collapsible Area Progress Bar Share Floating menu Feedback Message Sidebar Panel Post Spinners / Numeric Text Box Counters Form label Side Navigation Range Slider Gallery Bottom Menu (tab bar) Swipe List Items Calendar Tooltip Accordion Timeline Walkthrough (Focused Onboarding) Video Upload Input Icons Tag Editor Wizard Badge (with placehoder) Panel Tile (research types) Check Item Button Group UserInitials DropDown Box BreadCrumbs Character Count Button Area Tables
  • 51. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer ● Use known mobile patterns ● Work and Personal apps 51 B2C app • Customer oriented apps • Distributed in public stores • Needs lot of UX/UI investment B2E app • Enterprise apps • Only to be used by Employees • Distributed internally • Can have less investment in UX/UI (assumption)
  • 52. Become a Mobile developer from scratch UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer ● Use known mobile patterns ● Work and Personal apps 52 BYOD Policy Users device will have B2E and B2C apps installed. Comparison and high expectations are inevitable.
  • 53. Become a Mobile developer from scratch UX considerations 53 ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer ● Use known mobile patterns ● Work and Personal apps ● Design for perceived Performance Perceived Performance how quickly a software feature appears to perform its task
  • 54. Replace This image in master UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer ● Use known mobile patterns ● Work and Personal apps ● Design for perceived Performance 54Become a Mobile developer from scratch Perceived Performance how quickly a software feature appears to perform its task Show info already available
  • 55. Replace This image in master UX considerations ● Any place, any time ● Used with hands big fat fingers ● RWD is not always the right answer ● Use known mobile patterns ● Work and Personal apps ● Design for perceived Performance 55Become a Mobile developer from scratch Perceived Performance how quickly a software feature appears to perform its task Load remaining asynchronously
  • 56. Become a Mobile developer from scratch Recap 1. You can’t fit it all 2. Who is your target user 3. What are they aiming to do? 4. What will you remove? 5. Expectation are high! 6. We are required a Mind Shift 56 B2C? You can’t use RWD! Expect a lot more effort for UX and UI! What is the application trying to solve? Without making the user frustrated. Due to amazing B2C apps out there 29 years
  • 57. Become a Mobile developer from scratch Framing the Mobile challenge Choose the right architecture 57
  • 58. Become a Mobile developer from scratch Choose the right architecture Source: OutSystems Blog 58
  • 59. Become a Mobile developer from scratch Choose the right architecture 59 ● Is your app single screen with lot of animations and sounds? ● Do you need to access the device’s sensors? ● Do you need access to custom native functionality? ● Do you need your app on the store? ● Do you need to support multiple operating systems? ● Do you need to support devices with poor performance? See this and more in OutSystems Blog!
  • 61. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? 61 ○ Preview in devices ○ Prefetching resources ○ Notify mechanism
  • 62. Become a Mobile developer from scratch Preview in devices 62
  • 63. Replace This image in master Prefetching resources ● Can be activated per application ● Runs only once per session ● Downloads the application resources and caches CSS, JavaScript, img, Fonts ● On 2nd access only downloads resources not cached Become a Mobile developer from scratch 63 Available from 9.0.1.25
  • 64. Replace This image in master Prefetching resources Become a Mobile developer from scratch 64 Available from 9.0.1.25
  • 65. Replace This image in master Prefetching resources Become a Mobile developer from scratch 65 Available from 9.0.1.25 To customize
  • 66. Become a Mobile developer from scratch Notify mechanism Available from 9.1 Mobile Server Button.Click OnNotify OnNotify Ajax.Update Mobile Server Button.Click Ajax.Update Bali LATENCY function of the electrical characteristics of the circuit 66
  • 67. Become a Mobile developer from scratch Recap 1. Preview in devices good starting point Not the same as testing in a device 2. Prefetching will help on first access Can be customized 3. Notify server side Avoids unnecessary round trips to the server 67
  • 68. Leveraging Silk UI Framework
  • 69. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? ● Leveraging Silk UI Framework 69 ○ Templates ○ Mobile patterns ○ Demo
  • 70. Become a Mobile developer from scratch
  • 71. Become a Mobile developer from scratch Why Silk UI? 71
  • 72. Become a Mobile developer from scratch Why Silk UI? Because CSS is Awesome*! 72 *When you know what you’re doing…
  • 73. Become a Mobile developer from scratch Why Silk UI? View presentation and recording 73
  • 74. Become a Mobile developer from scratch Information from Silk UI ● Device: desktop, tablet, phone ● Dimension: big, hd, small ● Operating systems: iOS, Android, Windows, … ● Browser: chrome, firefox, IE10, IE11, Safari, etc. ● Orientation: landscape, portrait ● Locale: en, pt, … 74
  • 75. Become a Mobile developer from scratch Templates 75 Dublin Liverpool Lisbon Tokyo Vanilla
  • 76. Become a Mobile developer from scratch Tokyo Template 76 If your target are smartphones, this is the template to use. It's optimized for touch and devices, and the recipient for the mobile patterns.
  • 77. Become a Mobile developer from scratch Leveraging Silk UI Framework Mobile Patterns 77
  • 78. Become a Mobile developer from scratch Mobile Patterns SilkUIFramework module • Global Search • ListItem • ListItemToggle • ListItemGroup • Bottom Menu Tokyo Theme module • MainContentMargin • ButtonBack • ButtonMenu 78
  • 79. Become a Mobile developer from scratch Mobile Patterns SilkUIFramework module • Global Search • ListItem • ListItemToggle • ListItemGroup • Bottom Menu Tokyo Theme module • MainContentMargin • ButtonBack • ButtonMenu 79
  • 80. Become a Mobile developer from scratch Mobile Patterns SilkUIFramework module • Global Search • ListItem • ListItemToggle • ListItemGroup • Bottom Menu Tokyo Theme module • MainContentMargin • ButtonBack • ButtonMenu 80
  • 81. Become a Mobile developer from scratch Mobile patterns SilkUIFramework module • Global Search • ListItem • ListItemToggle • ListItemGroup • Bottom Menu Tokyo Theme module • MainContentMargin • ButtonBack • ButtonMenu 81
  • 82. Become a Mobile developer from scratch Demo 82
  • 83. Become a Mobile developer from scratch Recap 1. Silk UI Framework helps With specific templates and mobile patterns 2. Tokyo template is the smartphone template Containing specific patterns and behaviors 3. Leverage the information made available To tweak the experience per platform 83
  • 84. Going further with OutSystems Now
  • 85. Become a Mobile developer from scratch Agenda ● Framing the Mobile challenge ● How OutSystems Platform helps? ● Leveraging Silk UI Framework ● Going further with OutSystems Now 85 ○ What is it? ○ Features ○ Architecture overview ○ Demo ○ Customizing OutSystems Now ○ Adding new plugins ○ Checklist to app stores
  • 86. Become a Mobile developer from scratch What is it? ● Transforms apps build in OutSystems Platform in Hybrid apps iOS, Android and Windows apps ● Enabling access to device capabilities Camera, location, local storage or other device APIs ● Apps can then be released to public stores 86
  • 87. Become a Mobile developer from scratch OutSystems Now screens 1. The Icon 2. Splash 4. Login 5. The List 6. App3. Environment On B2E this should be removed On B2C these must be removed 87
  • 88. Become a Mobile developer from scratch Going further with OutSystems Now Features 88
  • 89. Become a Mobile developer from scratch Cordova plugins 89
  • 90. Become a Mobile developer from scratch Supported features 90
  • 91. Become a Mobile developer from scratch Easy configuration 91
  • 92. Become a Mobile developer from scratch Going further with OutSystems Now Architecture overview 92
  • 93. Become a Mobile developer from scratch What is Apache Cordova? ● Open-source mobile development framework ● Allows use of standard web technologies (HTML5, CSS3, and JavaScript) for cross- platform development ● Applications execute within wrappers targeted to each platform ● Standards-compliant API bindings to access each device's sensors, data, and network status. 93
  • 94. Become a Mobile developer from scratch Cordova vs PhoneGap Cordova: open source project maintained by Apache PhoneGap: is powered by Cordova but maintained by Adobe 94
  • 95. Become a Mobile developer from scratch Architecture overview 95 OutSystems Now Native Shell Native Functionalities Plugins/Addons Authentication OutSystemsNowServices OutSystems Platform Functionalities Plugins Modules Authentication Provider REST API HTTPS Communication Server side Device
  • 96. Become a Mobile developer from scratch Architecture overview 96 OutSystems Now Native Shell Native Functionalities Plugins/Addons Authentication Web View Offline Mode
  • 97. Become a Mobile developer from scratch Demo ● Let’s add to calendar a reminder with the deadline
  • 98. Become a Mobile developer from scratch Going further with OutSystems Now Customizing OutSystems Now 98
  • 99. Become a Mobile developer from scratch Customizing OutSystems Now 99
  • 100. Become a Mobile developer from scratch Available Cordova Plugins 100
  • 101. Become a Mobile developer from scratch Plugins on Forge 101
  • 102. Become a Mobile developer from scratch Plugins on Forge 102
  • 103. Become a Mobile developer from scratch Going further with OutSystems Now Submitting to the app stores 103
  • 104. Become a Mobile developer from scratch Available Cordova Plugins 104
  • 105. Become a Mobile developer from scratch Recap 1. OutSystems Now is in major app stores For everyone to start using it and testing their applications 2. OutSystems Now is Open source Enabling everyone to customize it and extend 3. Built on top of cordova Leverage this by using plugins created by the cordova community 105

Editor's Notes

  • #52: RWD is not always the right answer
  • #74: http://www.outsystems.com/forums/discussion/17399/webinar-silkui-from-basic-to-advanced/#Post66906