Pratybos. Ketvirtadienį, Baltupiuose 8: :00 316

Size: px
Start display at page:

Download "Pratybos. Ketvirtadienį, Baltupiuose 8: :00 316"

Transcription

1 Pratybos Ketvirtadienį, Baltupiuose 8: :00 316

2 Web sprendimai mobiliems telefonams Prisitaikantis dizainas (responsive design) pvz.: Web programėlės Web programėlės platinamos per App Store / Google Play

3 Prisitaikantis dizainas

4 Prisitaikantis dizainas Gardelės sistema (grid system) Nefiksuoti piešinuku dydžiai (flexible images) Media užklausos (media queries)

5 Bootstrap

6 Bootstrap

7 Web technologijos HTML CSS JavaScript

8 Šablonas

9 Bootstrap komponentai

10 Chrome Inspector

11 Eilutės ir stulpeliai (grid system) <div class="content"> <div class="row"> <div class="col-md-6">... </div> <div class="col-md-6">... </div> </div> </div>

12 Paveiksliukų dydžio nustatymai max-width: 100% Nenustatomas dydis pikseliais

13 WrapBootstrap

14 ViewPort <meta name="viewport" content="width=device-width, initial-scale=1.0" >

15 Safari naršklė

16 <meta name="viewport" content="width=590">

17 device-width

18 Media užklausos (media (max-width: 600px) veiks kol ekrano dydis bus mažesnis nei 600px min-width arba min-height max-width arba max-height

19 Media užklausos media_query_list: <media_query> [, <media_query> ]* media_query: [[only not]? <media_type> [ and <expression> ]*] <expression> [ and <expression> ]* expression: ( <media_feature> [: <value>]? ) media_type: all aural braille handheld print projection screen tty tv embossed media_feature: width min-width max-width height min-height max-height device-width min-device-width max-device-width device-height min-device-height max-device-height aspect-ratio min-aspect-ratio max-aspect-ratio device-aspect-ratio min-device-aspect-ratio max-device-aspect-ratio color min-color max-color color-index min-color-index max-color-index monochrome min-monochrome max-monochrome resolution min-resolution max-resolution scan grid

20 Media užklausos (min-width: 700px) {... (min-width: 700px) and (orientation: landscape) {... tv and (min-width: 700px) and (orientation: landscape) {... only screen and (min-width:480px) and (max-width: 640px) only screen and (max-width: 479px) {...}

21 Media savybės Device-aspect-ratio Device-height Grid Height Monochrome Orientation Resolution Scan Width

22 jquery Mobile

23 jquery Mobile

24 Privalumai Veikia su dauguma mobilių įrenginių Nereikalingi platinimo kanalai (App Store/Google Play) iš karto veikia, iš karto galima pataisyti klaidas, nėra tarpininkų parduodant paslaugas Naudojant jquery Mobile yra nesudėtinga sukurti sprendimus programuotojams susipažinusiems su HTML/CSS/Javascript jquery Mobile kodas pats prisitaiko prie įrenginių ir jų galimybių

25 Palaikomas daugelyje platformų

26 A-lygio palaikymas Apple ios 3.2* Tested on the original ipad (4.3 / 5.0), ipad 2 (4.3 / 5.1 / 6.1), ipad 3 (5.1 / 6.0), ipad Mini (6.1), 3GS (4.3), 4 (4.3 / 5.1), and 4S (5.1 / 6.0), and 5 (6.0) Android Tested on the HTC Incredible (2.2), original Droid (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 & 1.6 but performance may be sluggish, tested on Google G1 (1.5) Android 3.2 (Honeycomb) Tested on the Samsung Galaxy Tab 10.1 and Motorola XOOM Android 4.0 (ICS) Tested on a Galaxy Nexus. Note: transition performance can be poor on upgradeddevices Android (Jelly Bean) Tested on a Galaxy Nexus and Galaxy 7 Windows Phone Tested on the HTC Surround (7.5), HTC Trophy (7.5), LG-E900 (7.5), Nokia Lumia 800 (7.8), HTC Mazaa (7.8), Nokia Lumia 520 (8.0) Blackberry 6-10 Tested on the Torch 9800 (6) and Style 9670 (6), BlackBerry Torch 9810 (7), BlackBerry Z10 (10) Blackberry Playbook ( ) Tested on PlayBook Palm WebOS ( ) Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0), HP TouchPad(3.0) Firefox Mobile 18 Tested on Android 2.3 and 4.1 devices Chrome for Android 18 Tested on Android 4.0 and 4.1 devices Skyfire Tested on Android 2.3 device

27 A-lygio palaikymas (II) Opera Mobile : Tested on Android 2.3 Meego 1.2 Tested on Nokia 950 and N9 Tizen (pre-release) Tested on early hardware Samsung Bada 2.0 Tested on a Samsung Wave 3, Dolphin browser UC Browser Tested on Android 2.3 device Kindle 3, Fire, and Fire HD - Tested on the built-in WebKit browser for each Nook Color Tested on original Nook Color, not Nook Tablet Chrome Desktop Tested on OS X 10.7 and Windows 7 Safari Desktop Tested on OS X 10.8 Firefox Desktop Tested on OS X 10.7 and Windows 7 Internet Explorer 8-10 Tested on Windows XP, Vista and 7, Windows Surface RT Opera Desktop Tested on OS X 10.7 and Windows 7

28 B-lygio palaikymas Blackberry 5.0*: Tested on the Storm , Bold 9770 Opera Mini 7 - Tested on ios 6.1 and Android 4.1 Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1) Internet Explorer 7 Tested on Windows XP

29 C-lygio palaikymas Internet Explorer 6 and older Tested on Windows XP ios 3.x and older Tested on original iphone (3.1), iphone 3 (3.2) Blackberry 4.x - Tested on the Curve 8330 Windows Mobile - Tested on the HTC Leo (WinMo 5.2) All older smartphone platforms and featurephones Any device that doesn t support media queries will receive the basic, C grade experience

30 Komponentai

31 jquery Mobile pagrindas <!DOCTYPE html> <html> <head> <title>my Page</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href=" /> <script src=" <script src=" </head> <body>... </body> </html>

32 jquery mobile <body> <body> <div data-role="page"> </div> </body> <div data-role="header"> <h1>pavadinimas</h1> </div> <div data-role="content"> <p>hello world</p> </div>

33 Puslapiai ir dialogai data-role="page "header", "content", "footer Dialogai data-rel="dialog nuorodoje

34 Ajax navigacija ir perėjimai tarp puslapių jquery mobile periima nuorodas ir paverčia jas AJAX užklausomis Privalumai: Puslapio pasikrovimo greitis Laikinas puslapio išsaugojimas atmintyje (cache) Pakrovus puslapį Surandama dalis - data-role="page Dalis įkeliama į pradinio web puslapio DOM medį Generuojamas perėjimas į naują web puslapį (pagal nutylėjimą fade)

35 Ratchet

36

37 Ionic framework

38

39 PhoneGap

40 Cordova - Apache Platformos: Android Bada Blackberry FirefoxOS ios Mac OS X QT Tizen Ubuntu WebOS Windows (desktop) Windows Phone 7 Windows Phone 8

41 Cordova Įskiepiai: Battery Status Camera Console Contacts Device Device Motion Device Orientation Dialogs Camera File Transfer Geolocation Globalization In-App Browser Media Media Capture Network Information Splashscreen Vibration

42 PhoneGap

43 Instaliavimas Instaliuoti NodeJS Iš komandinės eilutės paleisti: C:\> npm install -g phonegap C:\> phonegap install android C:\> phonegap install wp7 (?) C:\> phonegap install ios

44 Lokaliam kompiliavimui Instaliuoti Eclipse Android platformai (lokaliam kompiliavimui) Instaliuoti Android SDK Instaliuoti ADT Plugin Pasitikrinti ar į PATH įtrauktas JDK bin katalogas (lokaliam kompiliavimui)...\android\android-sdk\platform-tools...\android\android-sdk\tools sukurti kintamajį JAVA_HOME

45 Aplikacijos sukūrimas Susikurti prisijungimą: m99m Iš komandinės eilutės paleisti: C:\> phonegap create hello -n HelloWorld -i com.example.hello Redaguojame: www/config.xml, pakeičiame ir pridedame <access origin="*"/> <content src=" /> Iš komandinės eilutės paleisti: C:\> phonegap remote build android (PhoneGap build serveris) arba C:\> phonegap run android (lokaliai)

46 Alyternatyvus būdas sukurti aplikaciją Jeigu iš karto reikalingas palaikymas visoms platformoms: Išpakuoti lib/windows-phone-8/createtemplates.bat gauti zip failai perkeliami į My Documents/Visual Studio 2012/Templates/ProjectTemplates/Visual C# Redaguojame: www/config.xml, pakeičiame ir pridedame <access origin="*"/> <content src=" /> Iš komandinės eilutės paleisti: C:\> phonegap remote build android (PhoneGap build serveris) arba C:\> phonegap run android (lokaliai)

47 Įskiepių pridėjimas Pvz.: geolokacija phonegap local plugin add Reikalingas GIT įskiepis

48 Projekto patalpinimas į Eclipse

49 Paleidimas emuliatoriuje Windows Phone: C:\Program Files (x86)\microsoft SDKs\Windows Phone\v7.1\Tools\XAP Deployment Android: adb e install [apk file name] Instaliuoja veikiančiame emuliatoriuje

50 ios ios sertifikatų instaliavimas

51 PhoneGap emuliatorius

52 Cam (1) <!DOCTYPE html> <html> <head> <title>capture Photo</title> <script type="text/javascript" charset="utf-8" src="cordova.js"></script> <script type="text/javascript" charset="utf-8"> var picturesource; // picture source var destinationtype; // sets the format of returned value // Wait for device API libraries to load document.addeventlistener("deviceready",ondeviceready,false); // device APIs are available function ondeviceready() { picturesource=navigator.camera.picturesourcetype; destinationtype=navigator.camera.destinationtype; }

53 Cam (2) // A button will call this function function capturephoto() { navigator.camera.getpicture(onphotodatasuccess, onfail, { quality: 50, destinationtype: destinationtype.data_url }); } // Take picture using device camera and retrieve image as base64-encoded string // A button will call this function function capturephotoedit() { navigator.camera.getpicture(onphotodatasuccess, onfail, { quality: 20, allowedit: true, destinationtype: destinationtype.data_url }); } // Take picture using device camera, allow edit, and retrieve image as base64-encoded string

54 Cam (3) // Called when a photo is successfully retrieved function onphotodatasuccess(imagedata) { var smallimage = document.getelementbyid('smallimage'); // Get image handle smallimage.style.display = 'block'; // Unhide image elements smallimage.src = "data:image/jpeg;base64," + imagedata; // Show the captured photo } // Called when a photo is successfully retrieved function onphotourisuccess(imageuri) { var largeimage = document.getelementbyid('largeimage'); // Get image handle largeimage.style.display = 'block'; // Unhide image elements largeimage.src = imageuri; // Show the captured photo }

55 Cam (4) // A button will call this function function getphoto(source) { navigator.camera.getpicture(onphotourisuccess, onfail, { quality: 50, destinationtype: destinationtype.file_uri, sourcetype: source }); }// Retrieve image file location from specified source // Called if something bad happens. function onfail(message) { alert('failed because: ' + message); } </script> </head>

56 Cam (5) <body> <button onclick="capturephoto();">capture Photo</button> <br> <button onclick="capturephotoedit();">capture Editable Photo</button> <br> <button onclick="getphoto(picturesource.photolibrary);">from Photo Library</button><br> <button onclick="getphoto(picturesource.savedphotoalbum);">from Photo Album</button><br> <img style="display:none;width:60px;height:60px;" id="smallimage" src="" /> <img style="display:none;" id="largeimage" src="" /> </body> </html>

ios Uždara operacinė sistema skirta tik Apple įrenginiams: iphone ipad ipod touch Apple TV

ios Uždara operacinė sistema skirta tik Apple įrenginiams: iphone ipad ipod touch Apple TV ios Uždara operacinė sistema skirta tik Apple įrenginiams: iphone ipad ipod touch Apple TV Pagrindas OS X, skirtas ARM įrenginiams Programavimo aplinka: XCode ir Objective-C Programavimo kompiuteris -

More information

Eclipse Eclipse Mobile 3 Frequently Asked Questions

Eclipse Eclipse Mobile 3 Frequently Asked Questions Contents Can my password I use for logging into Eclipse Mobile contain an ampersand? (&)... 3 How do you assign customers to a salesman in E-Mobile?... 3 I set the control setting Enable Access List In

More information

Installing and configuring PhoneGap/Cordova. EntwicklerCamp 2012

Installing and configuring PhoneGap/Cordova. EntwicklerCamp 2012 Installing and configuring PhoneGap/Cordova EntwicklerCamp 2012 Page 1 of 16 Table of Contents Lab objectives...3 Time estimate...3 Prerequisites...3 Getting started...3 Setting up PhoneGap...3 Your first

More information

Mobile Development June 2015, TEIATH, Greece

Mobile Development June 2015, TEIATH, Greece Mobile Development June 2015, TEIATH, Greece Presentation Overview 1. Introduction 2. Mobile Application Development 3. Cordova / Phonegap 4. Development Framework 5. Examples 1. INTRODUCTION Introduction

More information

CS7026 Media Queries. Different Screen Size Different Design

CS7026 Media Queries. Different Screen Size Different Design CS7026 Media Queries Different Screen Size Different Design Introduction Users no longer view web content only on traditional desktop systems, but are increasingly using smartphones, tablets, and other

More information

Latest Certified Device List Mobile Phones

Latest Certified Device List Mobile Phones Latest Certified Device List Mobile Phones This list is provided by our vendor and identifies the mobile devices that are certified for use with WGSB's Mobile & Tablet Banking services. There may be times

More information

1061SMAP12 TLMXM1A (8648) (M2143) (Fall 2017) (MIS MBA) (2 Credits, Elective) [Full English Course] Fri 8,9 (15:10-17:00) B206

1061SMAP12 TLMXM1A (8648) (M2143) (Fall 2017) (MIS MBA) (2 Credits, Elective) [Full English Course] Fri 8,9 (15:10-17:00) B206 Tamkang University Social Media Apps Programming Google Map API 1061SMAP12 TLMXM1A (8648) (M2143) (Fall 2017) (MIS MBA) (2 Credits, Elective) [Full English Course] Fri 8,9 (15:10-17:00) B206 Min-Yuh Day,

More information

Latest Certified Device List Phone Channel (OCT 2016)

Latest Certified Device List Phone Channel (OCT 2016) Latest Certified Device List Phone Channel (OCT 2016) The following outlines the scope of Mobiliti s general device support. Only devices explicitly listed in the Certified Device List are fully supported.

More information

Mobile Banking Supported Operating Systems, Browsers, and Networks Phone Channel

Mobile Banking Supported Operating Systems, Browsers, and Networks Phone Channel Mobile Banking ed Operating Systems, Browsers, and Networks Phone Channel ed Operating Systems (October December 2017) The following outlines the scope of ADK on the Go s operating system and network support.

More information

QCon - Mobile Maps HTML5 Team Andrea

QCon - Mobile Maps HTML5 Team Andrea QCon London @Nokia - Mobile Maps HTML5 Team Andrea Giammarchi @WebReflection the what the whole story, in 8 words the whole story, in 8 words one does not simply create an HTML5 Application Nokia Mobile

More information

Introduc6on to Android / ios Apps Programming

Introduc6on to Android / ios Apps Programming 2013-10- 03 Tamkang University Social Media Apps Programming Introduc6on to Android / ios Apps Programming 1021SMAP02 TLMXM1A (8687) (M2143) (Fall 2013) (MIS MBA) (2 Credits, Elec9ve) [Full English Course]

More information

Oracle Utilities Customer Self Service

Oracle Utilities Customer Self Service Oracle Utilities Customer Self Service Whitepaper: Creating and Deploying the Sample Mobile Client Application Release 2.1.0 Service Pack 1 E38172-05 June 2014 Oracle Utilities Customer Self Service Whitepaper:

More information

Supported Devices, OS, and Browsers

Supported Devices, OS, and Browsers Kony Visualizer Supported Devices, OS, and Browsers Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated

More information

Chapter 16 Mobile Web Page

Chapter 16 Mobile Web Page Sungkyunkwan University Chapter 16 Mobile Web Page Prepared by J. Jung and H. Choo Web Programming Copyright 2000-2018 Networking 2000-2012 Networking Laboratory Laboratory 1/26 Native App vs. Mobile Web

More information

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1 1 WHAT IS WEBKIT? WEBKIT IS AN open-source rendering engine designed to display web pages. It powers Google Chrome and Safari as well as a variety of mobile devices such as iphone, ipad, and Android phones

More information

Mobiliti. Certified Device List. Last Updated - 8/23/13- ASP Version

Mobiliti. Certified Device List. Last Updated - 8/23/13- ASP Version Certified Device List Last Updated - - ASP Version 2011-2013, Inc. or its affiliates. All rights reserved. This work is confidential and its use is strictly limited. Use is permitted only in accordance

More information

Building and packaging mobile apps in Dreamweaver CC

Building and packaging mobile apps in Dreamweaver CC Building and packaging mobile apps in Dreamweaver CC Requirements Prerequisite knowledge Previous experience with Dreamweaver, jquery Mobile, and PhoneGap will help you make the most of this tutorial.

More information

Front-End UI: Bootstrap

Front-End UI: Bootstrap Responsive Web Design BootStrap Front-End UI: Bootstrap Responsive Design and Grid System Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com

More information

Mobiliti. Certified Device List MR6 Release. Last Updated June, ASP Version

Mobiliti. Certified Device List MR6 Release. Last Updated June, ASP Version Certified Device List MR6 Release Last Updated June, 2015 - ASP Version 2011-2014, Inc. or its affiliates. All rights reserved. This work is confidential and its use is strictly limited. Use is permitted

More information

Introduction to Computer Science Web Development

Introduction to Computer Science Web Development Introduction to Computer Science Web Development Flavio Esposito http://cs.slu.edu/~esposito/teaching/1080/ Lecture 14 Lecture outline Discuss HW Intro to Responsive Design Media Queries Responsive Layout

More information

Mobile Web Applications. Gary Dubuque IT Research Architect Department of Revenue

Mobile Web Applications. Gary Dubuque IT Research Architect Department of Revenue Mobile Web Applications Gary Dubuque IT Research Architect Department of Revenue Summary Times are approximate 10:15am 10:25am 10:35am 10:45am Evolution of Web Applications How they got replaced by native

More information

Supported Devices ZENworks Mobile Management 2.6.x January 2013

Supported Devices ZENworks Mobile Management 2.6.x January 2013 www.novell.com/documentation Supported Devices ZENworks Mobile Management 2.6.x January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Mobile Applications 2013/2014

Mobile Applications 2013/2014 Mobile Applications 2013/2014 Mike Taylor Product Manager February 6, 2015 Advanced Development Technology Agenda Devices App Types Test/Deploy Summary Devices Mobile (Feature) Phones Windows version 5/6

More information

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">

<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css> About the Tutorial Materialize is a UI component library created with CSS, JavaScript, and HTML. Materialize UI components help in constructing attractive, consistent, and functional web pages and web

More information

wallpaper 3909BD D90440EECAE700F Wallpaper 1 / 6

wallpaper 3909BD D90440EECAE700F Wallpaper 1 / 6 480 272 Wallpaper 1 / 6 2 / 6 If you ally dependence such a referred ebook that will find the money for you worth, get the completely best seller from us currently from several preferred authors. If you

More information

Responsive Web Design and Bootstrap MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University

Responsive Web Design and Bootstrap MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University Responsive Web Design and Bootstrap MIS 2402 Konstantin Bauman Department of MIS Fox School of Business Temple University Exam 3 (FINAL) Date: 12/06/18 four weeks from now! JavaScript, jquery, Bootstrap,

More information

OnLAW User Guide FAQs

OnLAW User Guide FAQs OnLAW User Guide FAQs 1. How can I zoom/expand the screen on my mobile device? 2. I m using a tablet. How can I optimize my view? 3. How can I print multiple documents? 4. How can I search from the Main

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Dec 10, 2013 VERSION: 5.0R1 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible Platform...

More information

VS005 - Cordova vs NativeScript

VS005 - Cordova vs NativeScript presenta VS005 - Cordova vs NativeScript Fabio Franzini Microsoft MVP www.wpc2015.it info@wpc2015.it - +39 02 365738.11 - #wpc15it 1 Apache Cordova Telerik NativeScript Cordova VS NativeScript Agenda www.wpc2015.it

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements System requirements The computer you use must meet the following minimum requirements: PC or Mac with at least a 1-GHz processor and 1 GB of RAM. Available browser updates applied for improved security

More information

Supported Devices ZENworks Mobile Management 2.8.x November 2013

Supported Devices ZENworks Mobile Management 2.8.x November 2013 www.novell.com/documentation Supported Devices ZENworks Mobile Management 2.8.x November 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

The Marketer s Guide to. Responsive Design

The  Marketer s Guide to. Responsive Design The Email Marketer s Guide to Responsive Design A new design trend is in town You ve heard of it. You ve seen it in action. But how do you actually do it? You probably have a few questions about responsive

More information

Test Report F USB Charger Controller Compatibility Test Report. Release Date: Sept, 2012 Version: V0.19P. Sept, 2012 Test Report

Test Report F USB Charger Controller Compatibility Test Report. Release Date: Sept, 2012 Version: V0.19P. Sept, 2012 Test Report F75198 USB Charger Controller Compatibility Release Date: Version: V0.19P F75198 Revision History Version Date Page Revision History V0.10P 2011/11 - Preliminary version V0.11P 2011/11 Add New Result V0.12P

More information

Designing Responsive Web Mobile Mapping Applications. Andy

Designing Responsive Web Mobile Mapping Applications. Andy Designing Responsive Web Mobile Mapping Applications Andy Gup, @agup Reponsive Libraries And User Interface Frameworks Web Mobile Design Key Considerations Mobile Devices Are different Physical device

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Sep 19, 2013 Copyright 2013, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible Platform... 1 Related

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

Manually Adobe Flash Player For Android Phone 4.0 4

Manually Adobe Flash Player For Android Phone 4.0 4 Manually Adobe Flash Player For Android Phone 4.0 4 hi, why there is no flash player for newer/est versions of android. apparently to Flash Player in the GooglePlay store for all Android devices running

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Sept 21, 2012 VERSION: 12.09R21.01 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible

More information

Mobile Application Development

Mobile Application Development Android Native Application Development Mobile Application Development 1. Android Framework and Android Studio b. Android Software Layers c. Android Libraries d. Components of an Android Application e.

More information

Mobile Apps with jquery Mobile. Kai Tödter Siemens Building Technologies

Mobile Apps with jquery Mobile. Kai Tödter Siemens Building Technologies Mobile Apps with jquery Mobile Kai Tödter Siemens Building Technologies Who am I? Senior Software System Architect at Siemens Building Technologies Eclipse expert and OSGi enthusiast Web Technology expert

More information

Programming web design MICHAEL BERNSTEIN CS 247

Programming web design MICHAEL BERNSTEIN CS 247 Programming web design MICHAEL BERNSTEIN CS 247 Today: how do I make it?! All designers need a medium. Napkin sketches aren t enough.! This week: core concepts for implementing designs on the web! Grids!

More information

Cross-Platform Mobile Application Development

Cross-Platform Mobile Application Development Cross-Platform Mobile Application Development Anirudh Nagesh, MS Student School of Information Studies, Syracuse University anagesh@syr.edu Carlos E. Caicedo, Assistant Professor School of Information

More information

A pixel is not a pixel. Peter-Paul Koch BlackBerry Jam, 6 February 2012

A pixel is not a pixel. Peter-Paul Koch     BlackBerry Jam, 6 February 2012 A pixel is not a pixel Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk BlackBerry Jam, 6 February 2012 I. Pixels Pixels according to W3C The reference pixel is the visual angle of one pixel

More information

Release Note - DaCdb Mobile

Release Note - DaCdb Mobile Summary DaCdb Mobile DaCdb now has a dedicated mobile website! This new site has been specially designed to run on a smartphone (iphone, Androids, Blackberry, etc.) While it will run on a normal web browser

More information

HTML5 and CSS3: New Markup & Styles for the Emerging Web. Jason Clark Head of Digital Access & Web Services Montana State University Library

HTML5 and CSS3: New Markup & Styles for the Emerging Web. Jason Clark Head of Digital Access & Web Services Montana State University Library HTML5 and CSS3: New Markup & Styles for the Emerging Web Jason Clark Head of Digital Access & Web Services Montana State University Library Overview Revolution or Evolution? New Features and Functions

More information

Web Programming HTML CSS JavaScript Step by step Exercises Hans-Petter Halvorsen

Web Programming HTML CSS JavaScript Step by step Exercises Hans-Petter Halvorsen https://www.halvorsen.blog Web Programming HTML CSS JavaScript Step by step Exercises Hans-Petter Halvorsen History of the Web Internet (1960s) World Wide Web - WWW (1991) First Web Browser - Netscape,

More information

Supported Operating Systems, Browsers, Networks, and Stores Phone Channel Supported Operating Systems

Supported Operating Systems, Browsers, Networks, and Stores Phone Channel Supported Operating Systems Supported Operating Systems, s, Networks, and Stores Phone Channel Supported Operating Systems NOTE: Only major versions released directly by OEMs (Apple or any Android hardware manufacturer) are included.

More information

Online and Mobile Banking Requirements Guide

Online and Mobile Banking Requirements Guide Online and Mobile Banking Requirements Guide Introduction This document explains the hardware and software requirements for Valley First Credit Union s Online and Mobile Banking Experience. Members are

More information

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII

Adaptations by PVII responsive and then creates your page instantly Al Sparber & Gerry Jacobsen PVII Adaptations by PVII is a Dreamweaver extension that allows you to select from 5 unique responsive layouts and then creates your page instantly. We hope you enjoy using this product as much as we did making

More information

src1-malan/ajax/ajax1.html ajax1.html Gets stock quote from quote1.php via Ajax, displaying result with alert().

src1-malan/ajax/ajax1.html ajax1.html Gets stock quote from quote1.php via Ajax, displaying result with alert(). src1-malan/ajax/ajaxhtml 1 1 1 1 1 2 2 2 2 2 2 2 2 30. 3 3 3 3 3 3 3 3 3 40. 4 4 4 4 4 4 4 4 ajaxhtml Gets stock quote from quotephp via Ajax, displaying result with alert(). Building Mobile Applications

More information

Viewports. Peter-Paul Koch CSS Day, 4 June 2014

Viewports. Peter-Paul Koch   CSS Day, 4 June 2014 Viewports Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk CSS Day, 4 June 2014 or: Why responsive design works Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk CSS Day, 4 June

More information

Development Training. For Developer. 4 th May, AOT Intranet Web Portal

Development Training. For Developer. 4 th May, AOT Intranet Web Portal Development Training AOT Intranet Web Portal For Developer 4 th May, 2017 Agenda Overview Intranet Web Portal Project Development Implementation With SharePoint Designer Tool Branding Master page Page

More information

Synchronizing with SmarterMail

Synchronizing with SmarterMail Synchronizing with SmarterMail Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Synchronizing with SmarterMail

More information

Here are some links to get you started in learning more about CSS3 media queries and responsive web design:

Here are some links to get you started in learning more about CSS3 media queries and responsive web design: of 8 The HTML5 CSS Starter Page Series - Part 13: CSS3 Media Queries and the Mobile Web By: Sheri German In the last installment of the HTML5 CSS Starter Page series, we completed the Stringendo Studios

More information

The plural of Chromium is Chromia. Peter-Paul Koch NLHTML5 Rotterdam, 19 February 2015

The plural of Chromium is Chromia. Peter-Paul Koch     NLHTML5 Rotterdam, 19 February 2015 The plural of Chromium is Chromia Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk NLHTML5 Rotterdam, 19 February 2015 to do Chrome on ios is not Chrome Switch stats and thing with Android

More information

Cross pla)orm app development using open source so4ware. Peter Dickten / Marcus Ross dcs-fuerth / zahlenhelfer

Cross pla)orm app development using open source so4ware. Peter Dickten / Marcus Ross dcs-fuerth / zahlenhelfer Cross pla)orm app development using open source so4ware Peter Dickten / Marcus Ross dcs-fuerth / zahlenhelfer Cross pla)orm app development Support for mul3ple pla)orms is essen3al for both enterprise

More information

Set Proxy Android Galaxy Mini 2

Set Proxy Android Galaxy Mini 2 Set Proxy Android 2.3 6 Galaxy Mini 2 Videos, Android 4.0-4.1, Android 1.6 2.3.4, Android 1.5, iphone (ios 5 or previous), iphone (ios 6), Blackberry, Dell Inspiron Mini 4G, LG, Samsung, Nokia Name:SIMPLE

More information

Latest Certified Device List Phone Channel

Latest Certified Device List Phone Channel Latest Apple iphone 2G Y ios N N Y Apple iphone 3G ios N N Y Apple iphone 3GS ios Y N Y Apple iphone 4 ios Y N Y Apple iphone 4S ios Y N Y Apple iphone 5 ios Y N Y Apple iphone 5S ios Y N Y Apple iphone

More information

Android - Tablets Device Carrier Current Version Network 2013 Asus Google Nexus 7 Asus Google Nexus 7 (A) Asus Google Nexus 7 (B)

Android - Tablets Device Carrier Current Version Network 2013 Asus Google Nexus 7 Asus Google Nexus 7 (A) Asus Google Nexus 7 (B) Android - Tablets Device Carrier Current Version Network 2013 Asus Google Nexus 7 None 5.0.2 WiFi Asus Google Nexus 7 (A) None 4.2.2 WiFi Asus Google Nexus 7 (B) None 4.4.2 WiFi Asus ZenPad 8.0 inch None

More information

Tutorial. User with Tracked Training

Tutorial. User with Tracked Training Tutorial User with Tracked Training I. Internet Connection Your Internet Connection Speed for playing and streaming videos should be at least 512kbps. To test your Internet speed visit SpeedTest.net. The

More information

HTML5 and Mobile: New Markup & Styles for the Mobile Web. Jason Clark Head of Digital Access & Web Services Montana State University Libraries

HTML5 and Mobile: New Markup & Styles for the Mobile Web. Jason Clark Head of Digital Access & Web Services Montana State University Libraries HTML5 and Mobile: New Markup & Styles for the Mobile Web Jason Clark Head of Digital Access & Web Services Montana State University Libraries Overview Demos View some code bits New Features and Functions

More information

Mobile Programming. Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material

Mobile Programming. Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material Mobile Programming 1 Two Scenarios Web sites, like Tuubi where you read/write/download/ upload material Web Services/Sites, like Foursquare where location, device camera, etc and local processing make

More information

A Sample PhoneGap Application Using SUP

A Sample PhoneGap Application Using SUP This document summarizes the creation of a PhoneGap application on android platform which uses SUP server to fetch the data. This document also describes the basics of PhoneGap from the environment setup,

More information

Based on all adults [n=1907]

Based on all adults [n=1907] 18 DEVICE1a Next, do you have a cell phone, or not? 2 Based on all adults [n=1907] YES NO (VOL.) DON T KNOW (VOL.) REFUSED Sept 2013 August 2013 May 2013 December 2012 November 2012 Sept 2012 August 2012

More information

Software Architecture Documentation for the JRC MYGEOSS app for Invasive Species project

Software Architecture Documentation for the JRC MYGEOSS app for Invasive Species project Software Architecture Documentation for the JRC MYGEOSS app for Invasive Species project 2015.3724 Table of Contents 1 Architecture View... 2 2 Application... 3 2.1 Technologies Used... 3 2.1.1 Apache

More information

The plural of Chromium is Chromia. Peter-Paul Koch Mobilism, 27 March 2015

The plural of Chromium is Chromia. Peter-Paul Koch   Mobilism, 27 March 2015 The plural of Chromium is Chromia Peter-Paul Koch http://quirksmode.org http://twitter.com/ppk Mobilism, 27 March 2015 First of all Chrome on ios is not Chrome Chrome on ios Apple doesn t allow the installation

More information

Responsive Web Design (RWD)

Responsive Web Design (RWD) Responsive Web Design (RWD) Responsive Web Design: design Web pages, so that it is easy to see on a wide range of of devices phone, tablet, desktop,... Fixed vs Fluid layout Fixed: elements have fixed

More information

SAMPLE CHAPTER. Raymond K. Camden MANNING

SAMPLE CHAPTER. Raymond K. Camden MANNING SAMPLE CHAPTER Raymond K. Camden MANNING Apache Cordova in Action by Raymond K. Camden Sample Chapter 5 Copyright 2016 Manning Publications brief contents PART 1 GETTING STARTED WITH APACHE CORDOVA...

More information

Qhy5 Autoguider Telescope

Qhy5 Autoguider Telescope Qhy5 Autoguider Telescope 1 / 6 2 / 6 Recognizing the quirk ways to acquire this ebook is additionally useful. You have remained in right site to begin getting this info. get the associate that we allow

More information

By Stephen Cavell, Kerry Ellwanger, and Jack Livingston

By Stephen Cavell, Kerry Ellwanger, and Jack Livingston By Stephen Cavell, Kerry Ellwanger, and Jack Livingston History PhoneGap created in 2009 by startup Nitobi. Open source way to access the native environment through an embedded WebView in a native app.

More information

Building Native Mapping Apps with PhoneGap: Advanced Techniques Andy

Building Native Mapping Apps with PhoneGap: Advanced Techniques Andy Building Native Mapping Apps with PhoneGap: Advanced Techniques Andy Gup @agup Agenda Application life-cycle Working with UI frameworks Security Geolocation Offline Expectations Experience with PhoneGap

More information

Min-Yuh Day, Ph.D. Assistant Professor Department of Informa9on Management Tamkang University

Min-Yuh Day, Ph.D. Assistant Professor Department of Informa9on Management Tamkang University Tamkang University Social Media Apps Programming Google App Engine and Google Map API 1041SMAP11 TLMXM1A (8687) (M2143) (Fall 2015) (MIS MBA) (2 Credits, Elec9ve) [Full English Course] Wed 9,10 (16:10-18:00)

More information

AGENDA. :: Add Meta Tag for Viewport (inside of head element): :: Add Script that renders HTML5 elements for older versions of Internet Explorer

AGENDA. :: Add Meta Tag for Viewport (inside of head element): :: Add Script that renders HTML5 elements for older versions of Internet Explorer CLASS :: 14 12.10 2018 3 Hours AGENDA LECTURE :: Responsive Web Design [RWD] DOWNLOAD ASSETS [ CSS ] :: Media Query [rwd.css] ADD HTML META TAG & IE SCRIPT [ HTML ] :: Add Meta Tag for Viewport (inside

More information

Mobile Cross Platform Development. Igor Markov

Mobile Cross Platform Development. Igor Markov Mobile Cross Platform Development Igor Markov How many smartphone platforms are there? 2 Some popular ones: Android Bada Blackberry ios RIM Symbian Windows Mobile WP7 J2ME (not smartphone in fact) Maemo/MeeGo

More information

Client-side Debugging. Gary Bettencourt

Client-side Debugging. Gary Bettencourt Client-side Debugging Gary Bettencourt Overview What is client-side debugging Tool overview Simple & Advanced techniques Debugging on Mobile devices Overview Client debugging involves more then just debugging

More information

The purpose of Veco Mobile is to give remote workers, such as negotiators and property management/maintenance staff real-time access to Veco data.

The purpose of Veco Mobile is to give remote workers, such as negotiators and property management/maintenance staff real-time access to Veco data. VECO MOBILE INTRODUCTION Veco Mobile (formerly Veco2Go) is a mobile web application ( Web App ) designed to run on a mobile phone or tablet device running either the Android or Apple ios operating systems.

More information

SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix

SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix SymantecTM Desktop and Laptop Option 8.0 SP2 Compatibility Matrix Copyright 2016 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered trademarks

More information

Essential Phone Verizon 9 3G/LTE/WiFi Google Pixel (A) Verizon 9 3G/LTE/WiFi Google Pixel (B) Verizon 8.1 3G/LTE/WiFi

Essential Phone Verizon 9 3G/LTE/WiFi Google Pixel (A) Verizon 9 3G/LTE/WiFi Google Pixel (B) Verizon 8.1 3G/LTE/WiFi Android - Tablets Device Carrier Current Version Network 2012 Asus Google Nexus 7 (A) None 4.2.2 WiFi 2012 Asus Google Nexus 7 (B) None 4.4.2 WiFi 2013 Asus Google Nexus 7 (A) None 5.0.2 WiFi 2013 Asus

More information

Alaska Legislature iphone & Android Apps.

Alaska Legislature iphone & Android Apps. Alaska Legislature iphone & Android Apps curtis.clothier@legis.state.ak.us shay.wilson@legis.state.ak.us National Association of Legislative Information Technology Madison WI. October 2012 Mobile Device

More information

Trina Gregory. Instructor

Trina Gregory. Instructor Trina Gregory Instructor Senior lecturer Software engineer for over 15 years Teaching at USC since Spring 2007 Email: trina.gregory@usc.edu or trinagre@usc.edu Office: OHE 412 Office hours listed on Blackboard

More information

Index. Bootstrap framework ASP.NET MVC project set-up, default template, 223

Index. Bootstrap framework ASP.NET MVC project set-up, default template, 223 Index A Accordion-style navigation expanding/shrinking navigation, 77 markup, 75 76 menu option, 75 nav element, 76 77 overflow function, 77 responsive design, 73 74 transition effect, 77 ASP.NET MVC custom

More information

WebKit ; FOR : DUMMIES. by Chris Minnick WILEY. John Wiley & Sons, Inc.

WebKit ; FOR : DUMMIES. by Chris Minnick WILEY. John Wiley & Sons, Inc. WebKit ; FOR : DUMMIES by Chris Minnick WILEY John Wiley & Sons, Inc. Table of Contents Introduction 7 Why I Love WebKit, and You Should Too 1 Who Should Read This Book 2 Conventions Used in This Book

More information

solutionary pricing ABBFBE91E4E3B46690CF1F484D4AAAC2 Solutionary Pricing 1 / 6

solutionary pricing ABBFBE91E4E3B46690CF1F484D4AAAC2 Solutionary Pricing 1 / 6 Solutionary Pricing 1 / 6 2 / 6 If you ally need such a referred books that will manage to pay for you worth, get the categorically best seller from us currently from several preferred authors. If you

More information

HTML5 for mobile development.

HTML5 for mobile development. HTML5 for mobile development Txus Ordorika @txusinho @ludei HTML5 for development (I) HTML5 to be the silver bullet of development Low entrance - barrier Runs over VM (write once, run everywhere) ECMA-262

More information

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES. INSTALLING FONTS :: Download, Install, & Embed Your Fonts. LECTURE :: Responsive Web Design [RWD]

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES. INSTALLING FONTS :: Download, Install, & Embed Your Fonts. LECTURE :: Responsive Web Design [RWD] CLASS :: 14 05.05 2017 3 Hours AGENDA INSTALLING FONTS :: Download, Install, & Embed Your Fonts LECTURE :: Responsive Web Design [RWD] DOWNLOAD ASSETS [ CSS ] :: Media Query [rwd.css] ADD HTML META TAG

More information

HTML5 MOCK TEST HTML5 MOCK TEST I

HTML5 MOCK TEST HTML5 MOCK TEST I http://www.tutorialspoint.com HTML5 MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to HTML5 Framework. You can download these sample mock tests at your

More information

Oracle Utilities Customer Self Service

Oracle Utilities Customer Self Service Oracle Utilities Customer Self Service Whitepaper: Creating and Deploying the Sample Mobile Client Application Release 2.1.0 Service Pack 2 E38172-07 October 2015 Oracle Utilities Customer Self Service

More information

Digital Test. Coverage Index

Digital Test. Coverage Index Digital Test Coverage Index Edition 3 December 2015 Table of Contents Introduction How We Built the Index and How to Read It... Pg. 4 Key Takeaways... Pg. 5 Mobile and Web Indexes by Country U.S... Pg.

More information

Scripting. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents

Scripting. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents Contents Scripting Contents Web Architecture and Information Management [./] Spring 2009 INFO 190-02 (CCN 42509) Erik Wilde, UC Berkeley School of Information [http://creativecommons.org/licenses/by/3.0/]

More information

Mobile Web Appplications Development with HTML5

Mobile Web Appplications Development with HTML5 Mobile Web Appplications Development with HTML5 Lab 1: The Challenge Claudio Riva Aalto University - Fall 2012 1 / 36 THE CHALLENGE OVERVIEW OF THE ASSIGNMENT WAY OF WORKING TEAMS DEVEVELOPMENT ENVIRONMENT

More information

Pulse Secure Mobile Client

Pulse Secure Mobile Client 3 Pulse Secure Mobile Client Supported Platforms Guide Published Document Version April, 2018 6.0 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose, CA 95134 https://www.pulsesecure.net 2017 by Pulse

More information

Adobe Connect Student Guide

Adobe Connect Student Guide Roane State Support CTAT (Center for Teaching Arts & Technology) Please feel free to contact CTAT with questions regarding Adobe Connect. Susan Sutton, Director of CTAT suttonsr@roanestate.edu (865) 882-4556

More information

Cordova - Guide - App Development - Basics

Cordova - Guide - App Development - Basics Cordova - Guide - App Development - Basics Dr Nick Hayward A brief overview and introduction to Apache Cordova application development and design. Contents intro Cordova CLI - build initial project Cordova

More information

Session 5. Web Page Generation. Reading & Reference

Session 5. Web Page Generation. Reading & Reference Session 5 Web Page Generation 1 Reading Reading & Reference https://en.wikipedia.org/wiki/responsive_web_design https://www.w3schools.com/css/css_rwd_viewport.asp https://en.wikipedia.org/wiki/web_template_system

More information

Stamp Builder. Documentation. v1.0.0

Stamp  Builder. Documentation.   v1.0.0 Stamp Email Builder Documentation http://getemailbuilder.com v1.0.0 THANK YOU FOR PURCHASING OUR EMAIL EDITOR! This documentation covers all main features of the STAMP Self-hosted email editor. If you

More information

Hands On Blackberry Playbook Tablet 64gb 7 Inch Review Uk

Hands On Blackberry Playbook Tablet 64gb 7 Inch Review Uk Hands On Blackberry Playbook Tablet 64gb 7 Inch Review Uk BlackBerry PlayBook Tablet 16 GB 7 inch TFT 1024 - BlackBerry PlayBook Tablet 7. For many of us the BlackBerry PlayBook is a thing of the past.

More information

Force.com Mobile Web with Sencha Touch

Force.com Mobile Web with Sencha Touch Force.com Mobile Web with Sencha Touch Don Robins Outformations, Inc. www.forcementor.com www.outformations.com Who Am I? 1. Technical Instructor (since 2009) 2. Developer (since 1984) 3. Community Activist

More information

Pop-up. File format/ size: Must provide (.gif or.jpg) still image - max. 75KB for Mobile - max. 400KB for Tablet

Pop-up. File format/ size: Must provide (.gif or.jpg) still image - max. 75KB for Mobile - max. 400KB for Tablet Pop-up Dimensions: Mobile: 640 (W) x 960 (H) pixels Tablet Portrait - 1536 (W) x 2048 (H) pixels [For mytv SUPER only] Tablet Landscape - 2048 (W) x 1536 (H) pixels [For mytv SUPER only] File format/ size:

More information

HTML5 Mobile App Development

HTML5 Mobile App Development HTML5 Mobile App Development Carl Stehle Appception, Inc. carl@appception.com 650.938.8046 April, 2013 Market Mobile App Market August 2010: Research2guidance: 1.7B (2009), 2.2B (1 st half 2010) April

More information