SlideShare a Scribd company logo
Uniface Lectures Webinar - Extending Applications for Mobile
Uniface Responsive
Development (4)
– Mobile Extensions
David Akerman – Solution Consultant
Agenda
Development Approaches for Mobile
Using Native Mobile Features
Demo & Code Walkthrough
Development
Approaches
User Interface Considerations
Screen Size (Dynamic Layout)
Use full screen width on small devices
Table columns - use conditional CSS or libraries to hide columns on smaller
devices
Hide some detail on smaller devices or use progressive disclosure
Scrolling (Uniface Mobile Layout – data-uniface-role=“header|content|footer”
For extreme differences, consider using different user interfaces
(but same Uniface code)
Platform Differences
Feature detection
• Hide, disable or replace unavailable functionality
Native or consistent look & feel?
Usability
Mobile User Interface
Common UI across devices or more native look and feel?
Native UI considerations:
• iOS doesn’t have physical back button
• Global Elements (e.g. status bar and header)
• Navigation (Android drawer menu, iOS tab bar)
• Fonts
• Cards
• Buttons (Style, Case)
• Dropdown buttons = Android, not iOS
• Segmented Controls (Tabs)
• Other controls (RadioButton, CheckBox, Edit Box etc.)
• Alerts
• Icons
• Etc.
Approaches to Web & Mobile Delivery
One Application with flexible front-end
Consistent User Interface (“Mobile First”)
• Your choice of responsive frameworks
• Most re-use, lowest development cost
Different user interfaces (e.g. Native look & feel)
• Shared Business Logic & Server-Side User Interface code
• Different Presentation Layers (using web technologies)
Separate Application
• Business logic can be re-used
• Bi-directional Javascript API
Using Native
Mobile Features
Hybrid Approach
UI uses standard web technologies
• No requirement to learn many technologies
• Build on one platform
Access Native Mobile functionality
• JavaScript access via Cordova
Developers:
• Use commonly available skills & resources
• Have access to familiar Uniface APIs
• Can use the build service and previewer apps
Apache Cordova Plugins
Contacts
navigator.contacts.pickContact(onSuccess, onError);
Geolocation
navigator.geolocation.getCurrentPosition(onSuccess, onError);
Camera
navigator.camera.getPicture(onSuccess, onError);
Barcode, Cache, Globalization, Keyboard, Printer,
Screen Orientation, SQL Plugin 2, Status Bar, Toast
Message, Uniface System Info + Custom Plugins
Device Detection JavaScript Example
Login form
alert(app.ui.getPlatform()); //return 'browser', 'Android', etc.
ui.js
app.ui = {
getPlatform: function() {
if (typeof device !== 'undefined') {
return device.platform;
} else {
return 'browser';
},
…
}
Walkthrough:
WebStart App
Code: github.com/uniface/webstart
Walkthrough:
uclaim demo
Code: github.com/uniface/mobile
Resources
Uniface Help: Tutorials
unifaceinfo.com
- Mobile Product Availability Matrix, Samples, forums, blogs & more
go.uniface.com/lectures-page
- Archive of webinar video recordings
youtube.com/unifacesme
- Tutorials, demos & webinar recording
slideshare.net/Uniface
github.com/uniface
- Frameworks & tools
Uniface Training & Consultancy
Video recording of this & previous webinars:
go.uniface.com/lectures-page

More Related Content

What's hot (20)

PDF
Intro to appcelerator
Dave Hudson
 
PPT
Mygola mobile app: Tech Challenges
Devang Paliwal
 
PDF
Web & Mobile App Development Company in UK
EugeneHill7
 
PDF
Introducing Mobile Cross Promotion Framework
Xin Hu
 
PPTX
Hybrid Mobile Application
Mary Jose
 
PPTX
mSite exam presentation - GDG Sonargaon
Istiaque Reza
 
DOC
resume
Mumtaz Ahmad
 
PPSX
Multiplatform App Architecture
Edwin Van Schaick
 
PPT
Hybrid vs Native vs Web Apps
Poluru S
 
PPTX
First java tutorial
Talha mahmood
 
PPTX
Angular JS - UI Development Online Training
Front End UI Online Training from India
 
PDF
THE BREAK-UP - A user interface love story
connectwebex
 
PDF
Building Cross-Platform Mobile Apps with PhoneGap and Sencha Touch
Axel Buerkle
 
PDF
Overview on Mobile Cross Platform Development
Shahar Zrihen
 
PPT
Sfsu isys363 fall2013 part one rangers
isys363rangers
 
PPTX
Live Cycle ES2 News From Adobe MAX
Matthias Zeller
 
PPTX
A Smooth Transition to HTML5
Chris Bannon
 
PPTX
Benefits of developing a Single Page Web Applications using AngularJS
KNOWARTH - Software Development Company
 
PDF
Platform vs. Native vs. HTML5: Which mobile development makes sense for your ...
Kony, Inc.
 
PPTX
Fluid UI, Tips, Info
Anoop Savio
 
Intro to appcelerator
Dave Hudson
 
Mygola mobile app: Tech Challenges
Devang Paliwal
 
Web & Mobile App Development Company in UK
EugeneHill7
 
Introducing Mobile Cross Promotion Framework
Xin Hu
 
Hybrid Mobile Application
Mary Jose
 
mSite exam presentation - GDG Sonargaon
Istiaque Reza
 
resume
Mumtaz Ahmad
 
Multiplatform App Architecture
Edwin Van Schaick
 
Hybrid vs Native vs Web Apps
Poluru S
 
First java tutorial
Talha mahmood
 
Angular JS - UI Development Online Training
Front End UI Online Training from India
 
THE BREAK-UP - A user interface love story
connectwebex
 
Building Cross-Platform Mobile Apps with PhoneGap and Sencha Touch
Axel Buerkle
 
Overview on Mobile Cross Platform Development
Shahar Zrihen
 
Sfsu isys363 fall2013 part one rangers
isys363rangers
 
Live Cycle ES2 News From Adobe MAX
Matthias Zeller
 
A Smooth Transition to HTML5
Chris Bannon
 
Benefits of developing a Single Page Web Applications using AngularJS
KNOWARTH - Software Development Company
 
Platform vs. Native vs. HTML5: Which mobile development makes sense for your ...
Kony, Inc.
 
Fluid UI, Tips, Info
Anoop Savio
 

Similar to Uniface Lectures Webinar - Extending Applications for Mobile (20)

PPTX
Top Ten Tips for HTML5/Mobile Web Development
Simon Guest
 
PDF
Anatomy of an HTML 5 mobile web app
Ivano Malavolta
 
PPTX
Navigating the Mobile maze
Praveen Bohra
 
PPTX
Consider Starting Small
Andrew Smith
 
PPTX
Best Practices - Hybrid App Implementation V 03
Kam Rezvani
 
PPTX
Seminar: Putting Mobile First
Precedent
 
PPTX
Putting Mobile First
Precedent
 
PPTX
Mobile web development
Moumie Soulemane
 
PPSX
Cross platform mobile application architecture for enterprise
Venkat Alagarsamy
 
PDF
Native vs Hybrid vs Web
Ruckit
 
PPTX
Uniface Lectures Webinar - Mobile
Uniface
 
ODP
E learning-for-all-devices
Ashish Agrawal
 
PPTX
Hybridapp
Faizaan Ahmed Khan
 
KEY
Selecting a Front-End Mobile Solution
Mutual Mobile
 
PDF
Mobile development
Fabrice Drukman
 
PDF
Mobile development
Nalys
 
PPTX
Mobile Web Apps
Athhar Ahamed
 
PDF
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
Caridy Patino
 
PDF
Sybase sup hybrid_web_container_article_wp
Prabhakar Manthena
 
PDF
Understanding Native, Hybrid, and Web Mobile Architectures
Salesforce Developers
 
Top Ten Tips for HTML5/Mobile Web Development
Simon Guest
 
Anatomy of an HTML 5 mobile web app
Ivano Malavolta
 
Navigating the Mobile maze
Praveen Bohra
 
Consider Starting Small
Andrew Smith
 
Best Practices - Hybrid App Implementation V 03
Kam Rezvani
 
Seminar: Putting Mobile First
Precedent
 
Putting Mobile First
Precedent
 
Mobile web development
Moumie Soulemane
 
Cross platform mobile application architecture for enterprise
Venkat Alagarsamy
 
Native vs Hybrid vs Web
Ruckit
 
Uniface Lectures Webinar - Mobile
Uniface
 
E learning-for-all-devices
Ashish Agrawal
 
Selecting a Front-End Mobile Solution
Mutual Mobile
 
Mobile development
Fabrice Drukman
 
Mobile development
Nalys
 
Mobile Web Apps
Athhar Ahamed
 
The challenges of building mobile HTML5 applications - FEEC Brazil 2012 - Recife
Caridy Patino
 
Sybase sup hybrid_web_container_article_wp
Prabhakar Manthena
 
Understanding Native, Hybrid, and Web Mobile Architectures
Salesforce Developers
 
Ad

More from Uniface (20)

PDF
Ubg Uniface 10 Version Control and Additions 2019
Uniface
 
PDF
Ubg Uniface 10 Community Edition 2019
Uniface
 
PDF
Ubg Roadmap 2019
Uniface
 
PDF
Ubg eLearning 2019
Uniface
 
PDF
Ubg Business Update 2019
Uniface
 
PDF
Uniface 10 Around the world by Jason Huggins
Uniface
 
PDF
Software imaging by Peter Lismer CEO
Uniface
 
PDF
Uniface 10 Now is the time by David Akerman
Uniface
 
PDF
Roadmap by Mike Taylor
Uniface
 
PDF
Uniface I0 IDE Custom Menus and Worksheets
Uniface
 
PDF
E learning jason huggins
Uniface
 
PPTX
Uniface 10
Uniface
 
PPTX
Uniface Lectures Webinar - Application & Infrastructure Security - JSON Web T...
Uniface
 
PPTX
Uniface Lectures Webinar - Application & Infrastructure Security - Hardening ...
Uniface
 
PPTX
Customer Case Study: Synapse Innovation
Uniface
 
PPTX
Uniface Lectures Webinar - Building Responsive Applications with Uniface: Dep...
Uniface
 
PPTX
Uniface Lectures Webinar - Building Responsive Applications with Uniface: Dev...
Uniface
 
PPTX
Uniface Lectures Webinar - Uniface 10 Technical Deep Dive
Uniface
 
PDF
Uniface 10 Infographic
Uniface
 
PPTX
Uniface Lectures Webinar: An Introduction to Uniface 10
Uniface
 
Ubg Uniface 10 Version Control and Additions 2019
Uniface
 
Ubg Uniface 10 Community Edition 2019
Uniface
 
Ubg Roadmap 2019
Uniface
 
Ubg eLearning 2019
Uniface
 
Ubg Business Update 2019
Uniface
 
Uniface 10 Around the world by Jason Huggins
Uniface
 
Software imaging by Peter Lismer CEO
Uniface
 
Uniface 10 Now is the time by David Akerman
Uniface
 
Roadmap by Mike Taylor
Uniface
 
Uniface I0 IDE Custom Menus and Worksheets
Uniface
 
E learning jason huggins
Uniface
 
Uniface 10
Uniface
 
Uniface Lectures Webinar - Application & Infrastructure Security - JSON Web T...
Uniface
 
Uniface Lectures Webinar - Application & Infrastructure Security - Hardening ...
Uniface
 
Customer Case Study: Synapse Innovation
Uniface
 
Uniface Lectures Webinar - Building Responsive Applications with Uniface: Dep...
Uniface
 
Uniface Lectures Webinar - Building Responsive Applications with Uniface: Dev...
Uniface
 
Uniface Lectures Webinar - Uniface 10 Technical Deep Dive
Uniface
 
Uniface 10 Infographic
Uniface
 
Uniface Lectures Webinar: An Introduction to Uniface 10
Uniface
 
Ad

Recently uploaded (20)

PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PDF
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
PPTX
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PPTX
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PPTX
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
Change Common Properties in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 

Uniface Lectures Webinar - Extending Applications for Mobile

  • 2. Uniface Responsive Development (4) – Mobile Extensions David Akerman – Solution Consultant
  • 3. Agenda Development Approaches for Mobile Using Native Mobile Features Demo & Code Walkthrough
  • 5. User Interface Considerations Screen Size (Dynamic Layout) Use full screen width on small devices Table columns - use conditional CSS or libraries to hide columns on smaller devices Hide some detail on smaller devices or use progressive disclosure Scrolling (Uniface Mobile Layout – data-uniface-role=“header|content|footer” For extreme differences, consider using different user interfaces (but same Uniface code) Platform Differences Feature detection • Hide, disable or replace unavailable functionality Native or consistent look & feel? Usability
  • 6. Mobile User Interface Common UI across devices or more native look and feel? Native UI considerations: • iOS doesn’t have physical back button • Global Elements (e.g. status bar and header) • Navigation (Android drawer menu, iOS tab bar) • Fonts • Cards • Buttons (Style, Case) • Dropdown buttons = Android, not iOS • Segmented Controls (Tabs) • Other controls (RadioButton, CheckBox, Edit Box etc.) • Alerts • Icons • Etc.
  • 7. Approaches to Web & Mobile Delivery One Application with flexible front-end Consistent User Interface (“Mobile First”) • Your choice of responsive frameworks • Most re-use, lowest development cost Different user interfaces (e.g. Native look & feel) • Shared Business Logic & Server-Side User Interface code • Different Presentation Layers (using web technologies) Separate Application • Business logic can be re-used • Bi-directional Javascript API
  • 9. Hybrid Approach UI uses standard web technologies • No requirement to learn many technologies • Build on one platform Access Native Mobile functionality • JavaScript access via Cordova Developers: • Use commonly available skills & resources • Have access to familiar Uniface APIs • Can use the build service and previewer apps
  • 10. Apache Cordova Plugins Contacts navigator.contacts.pickContact(onSuccess, onError); Geolocation navigator.geolocation.getCurrentPosition(onSuccess, onError); Camera navigator.camera.getPicture(onSuccess, onError); Barcode, Cache, Globalization, Keyboard, Printer, Screen Orientation, SQL Plugin 2, Status Bar, Toast Message, Uniface System Info + Custom Plugins
  • 11. Device Detection JavaScript Example Login form alert(app.ui.getPlatform()); //return 'browser', 'Android', etc. ui.js app.ui = { getPlatform: function() { if (typeof device !== 'undefined') { return device.platform; } else { return 'browser'; }, … }
  • 14. Resources Uniface Help: Tutorials unifaceinfo.com - Mobile Product Availability Matrix, Samples, forums, blogs & more go.uniface.com/lectures-page - Archive of webinar video recordings youtube.com/unifacesme - Tutorials, demos & webinar recording slideshare.net/Uniface github.com/uniface - Frameworks & tools Uniface Training & Consultancy
  • 15. Video recording of this & previous webinars: go.uniface.com/lectures-page