JavaScript mobile application development :: create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile /
Whether you are developing a mobile app for iPad or on a Windows Phone, you need to learn the specific languages and technologies for that device. This is where Apache Cordova shines. This book is the learning resource to use when you want to efficiently develop your own mobile applications using Ap...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, U.K. :
Packt Pub.,
2014.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Whether you are developing a mobile app for iPad or on a Windows Phone, you need to learn the specific languages and technologies for that device. This is where Apache Cordova shines. This book is the learning resource to use when you want to efficiently develop your own mobile applications using Apache Cordova as the platform for your HTML, CSS, and JavaScript. In order to develop good-looking mobile applications, this book also utilizes jQuery Mobile. jQuery Mobile is one of the best available frameworks for developing mobile-friendly web applications. After finishing this book, you should be able to develop your very own mobile application on different mobile platforms using only JavaScript, without having to learn the native programming languages of every mobile platform. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource : illustrations |
ISBN: | 9781783554188 1783554185 1783554177 9781783554171 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn895913765 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 141118s2014 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e pn |c UMI |d N$T |d E7B |d N$T |d YDXCP |d DEBBG |d DEBSZ |d OCLCQ |d OCLCF |d OCLCQ |d AGLDB |d COCUF |d ICA |d K6U |d CNNOR |d CCO |d FVL |d U3W |d D6H |d STF |d OCLCQ |d VTS |d CEF |d NLE |d INT |d VT2 |d AU@ |d UKMGB |d OCLCQ |d OCLCO |d G3B |d TKN |d OCLCQ |d OCLCO |d M8D |d UKAHL |d OCL |d OCLCO |d QGK |d OCLCQ |d OCLCO |d OCLCL | ||
016 | 7 | |a 018006727 |2 Uk | |
019 | |a 896893862 |a 907290831 |a 1259065121 | ||
020 | |a 9781783554188 |q (electronic bk.) | ||
020 | |a 1783554185 |q (electronic bk.) | ||
020 | |a 1783554177 | ||
020 | |a 9781783554171 | ||
020 | |z 9781783554171 | ||
035 | |a (OCoLC)895913765 |z (OCoLC)896893862 |z (OCoLC)907290831 |z (OCoLC)1259065121 | ||
037 | |a CL0500000501 |b Safari Books Online | ||
050 | 4 | |a QA76.59 |b .S35 2014eb | |
072 | 7 | |a COM |x 051260 |2 bisacsh | |
082 | 7 | |a 005.2/762 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Saleh, Hazem. | |
245 | 1 | 0 | |a JavaScript mobile application development : |b create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / |c Hazem Saleh. |
246 | 3 | 0 | |a Create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile |
260 | |a Birmingham, U.K. : |b Packt Pub., |c 2014. | ||
300 | |a 1 online resource : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
500 | |a Includes index. | ||
588 | 0 | |a Online resource; title from cover page (Safari, viewed November 11, 2014). | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Introduction to Apache Cordova; What is Apache Cordova?; The differences between mobile web, hybrid mobile, and native mobile applications; Why you should use Cordova; Cordova architecture; Overview of Cordova APIs; Summary; Chapter 2: Developing Your First Cordova Application; An introduction to Cordova CLI; Installing Apache Cordova; Generating our Sound Recorder's initial code; The Sound Recorder's initial structure; An insight into the www files. | |
505 | 8 | |a Developing Sound Recorder applicationSound Recorder functionality; Sound Recorder preparation; Sound Recorder details; Recording and playing the audio files back; Building and running Sound Recorder application; Summary; Chapter 3: Apache Cordova Development Tools; Configuring Android development environment; Extending your existing Eclipse IDE; Creating an Android Virtual Device; Importing the Sound Recorder application in to Eclipse; Running the Sound Recorder application on a real Android device; Configuring iOS development environment; Importing the Sound Recorder application into Xcode. | |
505 | 8 | |a Running the Sound Recorder application on a real iOS deviceConfiguring Windows Phone development environment; Importing the Sound Recorder application into Visual Studio; Running the Sound Recorder application on a real Windows Phone; Summary; Chapter 4: Cordova API in Action; Exploring the Cordova Exhibition app; The Cordova Exhibition app structure; Accelerometer; Demo; The HTML page; View controller; API; Camera; Demo; The HTML page; View controller; API; Compass; Demo; The HTML page; View controller; API; Connection; Demo; The HTML page; View controller; API; Contacts; Demo; The HTML page. | |
505 | 8 | |a View controllerAPI; Device; Demo; The HTML page; View controller; API; Geolocation; Demo; The HTML page; View controller; API; Globalization; Demo; The HTML page; View controller; API; InAppBrowser; Demo; The HTML page; View controller; API; Summary; Chapter 5: Diving Deeper into the Cordova API; Media, file, and capture; Demo; The HTML page; View controller; API; Notification; Demo; The HTML page; View controller; API; Storage; Demo; The HTML page; View controller; API; Finalizing the Cordova Exhibition app; Cordova events; Summary; Chapter 6: Developing Custom Cordova Plugins. | |
505 | 8 | |a Developing a custom Cordova pluginUsing plugman; Plugin definition; Defining the plugin's JavaScript interface; Developing Android code; Developing iOS code; Developing Windows Phone 8 code; Publishing our plugin to Cordova registry; Testing our Cordova plugin; Summary; Chapter 7: Unit Testing Cordova Apps Logic; What is Jasmine; Configuring Jasmine; Writing your first Jasmine test; Jasmine Matchers; Jasmine in action -- developing Cordova app tests; An overview of the weather application; Developing synchronous code tests; Developing asynchronous code tests; Manually executing tests. | |
520 | |a Whether you are developing a mobile app for iPad or on a Windows Phone, you need to learn the specific languages and technologies for that device. This is where Apache Cordova shines. This book is the learning resource to use when you want to efficiently develop your own mobile applications using Apache Cordova as the platform for your HTML, CSS, and JavaScript. In order to develop good-looking mobile applications, this book also utilizes jQuery Mobile. jQuery Mobile is one of the best available frameworks for developing mobile-friendly web applications. After finishing this book, you should be able to develop your very own mobile application on different mobile platforms using only JavaScript, without having to learn the native programming languages of every mobile platform. | ||
546 | |a English. | ||
630 | 0 | 0 | |a Apache Cordova. |0 http://id.loc.gov/authorities/names/n2014034384 |
630 | 0 | 7 | |a Apache Cordova |2 fast |
650 | 0 | |a Mobile computing |v Software. | |
650 | 0 | |a Mobile apps. |0 http://id.loc.gov/authorities/subjects/sh2014000897 | |
650 | 6 | |a Informatique mobile |v Logiciels. | |
650 | 6 | |a Applications mobiles. | |
650 | 7 | |a COMPUTERS |x Programming Languages |x JavaScript. |2 bisacsh | |
650 | 7 | |a Mobile apps |2 fast | |
650 | 7 | |a Mobile computing |2 fast | |
655 | 7 | |a Software |2 fast | |
758 | |i has work: |a JavaScript mobile application development (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGtdKF9KfCgJjrcg8KFjwd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Saleh, Hazem. |t JavaScript mobile application development : create neat cross-platform mobile apps using apache Cordova and jQuery mobile. |d Birmingham, [England] : Packt Publishing, ©2014 |h 315 pages |k Community experience distilled. |z 9781783554171 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=876121 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH27177185 | ||
938 | |a ebrary |b EBRY |n ebr10959899 | ||
938 | |a EBSCOhost |b EBSC |n 876121 | ||
938 | |a YBP Library Services |b YANK |n 12131942 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn895913765 |
---|---|
_version_ | 1816882294339665920 |
adam_text | |
any_adam_object | |
author | Saleh, Hazem |
author_facet | Saleh, Hazem |
author_role | |
author_sort | Saleh, Hazem |
author_variant | h s hs |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.59 .S35 2014eb |
callnumber-search | QA76.59 .S35 2014eb |
callnumber-sort | QA 276.59 S35 42014EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Introduction to Apache Cordova; What is Apache Cordova?; The differences between mobile web, hybrid mobile, and native mobile applications; Why you should use Cordova; Cordova architecture; Overview of Cordova APIs; Summary; Chapter 2: Developing Your First Cordova Application; An introduction to Cordova CLI; Installing Apache Cordova; Generating our Sound Recorder's initial code; The Sound Recorder's initial structure; An insight into the www files. Developing Sound Recorder applicationSound Recorder functionality; Sound Recorder preparation; Sound Recorder details; Recording and playing the audio files back; Building and running Sound Recorder application; Summary; Chapter 3: Apache Cordova Development Tools; Configuring Android development environment; Extending your existing Eclipse IDE; Creating an Android Virtual Device; Importing the Sound Recorder application in to Eclipse; Running the Sound Recorder application on a real Android device; Configuring iOS development environment; Importing the Sound Recorder application into Xcode. Running the Sound Recorder application on a real iOS deviceConfiguring Windows Phone development environment; Importing the Sound Recorder application into Visual Studio; Running the Sound Recorder application on a real Windows Phone; Summary; Chapter 4: Cordova API in Action; Exploring the Cordova Exhibition app; The Cordova Exhibition app structure; Accelerometer; Demo; The HTML page; View controller; API; Camera; Demo; The HTML page; View controller; API; Compass; Demo; The HTML page; View controller; API; Connection; Demo; The HTML page; View controller; API; Contacts; Demo; The HTML page. View controllerAPI; Device; Demo; The HTML page; View controller; API; Geolocation; Demo; The HTML page; View controller; API; Globalization; Demo; The HTML page; View controller; API; InAppBrowser; Demo; The HTML page; View controller; API; Summary; Chapter 5: Diving Deeper into the Cordova API; Media, file, and capture; Demo; The HTML page; View controller; API; Notification; Demo; The HTML page; View controller; API; Storage; Demo; The HTML page; View controller; API; Finalizing the Cordova Exhibition app; Cordova events; Summary; Chapter 6: Developing Custom Cordova Plugins. Developing a custom Cordova pluginUsing plugman; Plugin definition; Defining the plugin's JavaScript interface; Developing Android code; Developing iOS code; Developing Windows Phone 8 code; Publishing our plugin to Cordova registry; Testing our Cordova plugin; Summary; Chapter 7: Unit Testing Cordova Apps Logic; What is Jasmine; Configuring Jasmine; Writing your first Jasmine test; Jasmine Matchers; Jasmine in action -- developing Cordova app tests; An overview of the weather application; Developing synchronous code tests; Developing asynchronous code tests; Manually executing tests. |
ctrlnum | (OCoLC)895913765 |
dewey-full | 005.2/762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2/762 |
dewey-search | 005.2/762 |
dewey-sort | 15.2 3762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06978cam a2200721 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn895913765</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">141118s2014 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">N$T</subfield><subfield code="d">E7B</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AGLDB</subfield><subfield code="d">COCUF</subfield><subfield code="d">ICA</subfield><subfield code="d">K6U</subfield><subfield code="d">CNNOR</subfield><subfield code="d">CCO</subfield><subfield code="d">FVL</subfield><subfield code="d">U3W</subfield><subfield code="d">D6H</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">AU@</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">M8D</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006727</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">896893862</subfield><subfield code="a">907290831</subfield><subfield code="a">1259065121</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783554188</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783554185</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783554177</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783554171</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783554171</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)895913765</subfield><subfield code="z">(OCoLC)896893862</subfield><subfield code="z">(OCoLC)907290831</subfield><subfield code="z">(OCoLC)1259065121</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000501</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.59</subfield><subfield code="b">.S35 2014eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051260</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.2/762</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Saleh, Hazem.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">JavaScript mobile application development :</subfield><subfield code="b">create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile /</subfield><subfield code="c">Hazem Saleh.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham, U.K. :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">2014.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed November 11, 2014).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Introduction to Apache Cordova; What is Apache Cordova?; The differences between mobile web, hybrid mobile, and native mobile applications; Why you should use Cordova; Cordova architecture; Overview of Cordova APIs; Summary; Chapter 2: Developing Your First Cordova Application; An introduction to Cordova CLI; Installing Apache Cordova; Generating our Sound Recorder's initial code; The Sound Recorder's initial structure; An insight into the www files.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Developing Sound Recorder applicationSound Recorder functionality; Sound Recorder preparation; Sound Recorder details; Recording and playing the audio files back; Building and running Sound Recorder application; Summary; Chapter 3: Apache Cordova Development Tools; Configuring Android development environment; Extending your existing Eclipse IDE; Creating an Android Virtual Device; Importing the Sound Recorder application in to Eclipse; Running the Sound Recorder application on a real Android device; Configuring iOS development environment; Importing the Sound Recorder application into Xcode.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Running the Sound Recorder application on a real iOS deviceConfiguring Windows Phone development environment; Importing the Sound Recorder application into Visual Studio; Running the Sound Recorder application on a real Windows Phone; Summary; Chapter 4: Cordova API in Action; Exploring the Cordova Exhibition app; The Cordova Exhibition app structure; Accelerometer; Demo; The HTML page; View controller; API; Camera; Demo; The HTML page; View controller; API; Compass; Demo; The HTML page; View controller; API; Connection; Demo; The HTML page; View controller; API; Contacts; Demo; The HTML page.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">View controllerAPI; Device; Demo; The HTML page; View controller; API; Geolocation; Demo; The HTML page; View controller; API; Globalization; Demo; The HTML page; View controller; API; InAppBrowser; Demo; The HTML page; View controller; API; Summary; Chapter 5: Diving Deeper into the Cordova API; Media, file, and capture; Demo; The HTML page; View controller; API; Notification; Demo; The HTML page; View controller; API; Storage; Demo; The HTML page; View controller; API; Finalizing the Cordova Exhibition app; Cordova events; Summary; Chapter 6: Developing Custom Cordova Plugins.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Developing a custom Cordova pluginUsing plugman; Plugin definition; Defining the plugin's JavaScript interface; Developing Android code; Developing iOS code; Developing Windows Phone 8 code; Publishing our plugin to Cordova registry; Testing our Cordova plugin; Summary; Chapter 7: Unit Testing Cordova Apps Logic; What is Jasmine; Configuring Jasmine; Writing your first Jasmine test; Jasmine Matchers; Jasmine in action -- developing Cordova app tests; An overview of the weather application; Developing synchronous code tests; Developing asynchronous code tests; Manually executing tests.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Whether you are developing a mobile app for iPad or on a Windows Phone, you need to learn the specific languages and technologies for that device. This is where Apache Cordova shines. This book is the learning resource to use when you want to efficiently develop your own mobile applications using Apache Cordova as the platform for your HTML, CSS, and JavaScript. In order to develop good-looking mobile applications, this book also utilizes jQuery Mobile. jQuery Mobile is one of the best available frameworks for developing mobile-friendly web applications. After finishing this book, you should be able to develop your very own mobile application on different mobile platforms using only JavaScript, without having to learn the native programming languages of every mobile platform.</subfield></datafield><datafield tag="546" ind1=" " ind2=" "><subfield code="a">English.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Apache Cordova.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2014034384</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Apache Cordova</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Mobile computing</subfield><subfield code="v">Software.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Mobile apps.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2014000897</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Informatique mobile</subfield><subfield code="v">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications mobiles.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">JavaScript.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Mobile apps</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Mobile computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="a">Software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">JavaScript mobile application development (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGtdKF9KfCgJjrcg8KFjwd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Saleh, Hazem.</subfield><subfield code="t">JavaScript mobile application development : create neat cross-platform mobile apps using apache Cordova and jQuery mobile.</subfield><subfield code="d">Birmingham, [England] : Packt Publishing, ©2014</subfield><subfield code="h">315 pages</subfield><subfield code="k">Community experience distilled.</subfield><subfield code="z">9781783554171</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=876121</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH27177185</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10959899</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">876121</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12131942</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Software fast |
genre_facet | Software |
id | ZDB-4-EBA-ocn895913765 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:19Z |
institution | BVB |
isbn | 9781783554188 1783554185 1783554177 9781783554171 |
language | English |
oclc_num | 895913765 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Pub., |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Saleh, Hazem. JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / Hazem Saleh. Create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile Birmingham, U.K. : Packt Pub., 2014. 1 online resource : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Includes index. Online resource; title from cover page (Safari, viewed November 11, 2014). Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Introduction to Apache Cordova; What is Apache Cordova?; The differences between mobile web, hybrid mobile, and native mobile applications; Why you should use Cordova; Cordova architecture; Overview of Cordova APIs; Summary; Chapter 2: Developing Your First Cordova Application; An introduction to Cordova CLI; Installing Apache Cordova; Generating our Sound Recorder's initial code; The Sound Recorder's initial structure; An insight into the www files. Developing Sound Recorder applicationSound Recorder functionality; Sound Recorder preparation; Sound Recorder details; Recording and playing the audio files back; Building and running Sound Recorder application; Summary; Chapter 3: Apache Cordova Development Tools; Configuring Android development environment; Extending your existing Eclipse IDE; Creating an Android Virtual Device; Importing the Sound Recorder application in to Eclipse; Running the Sound Recorder application on a real Android device; Configuring iOS development environment; Importing the Sound Recorder application into Xcode. Running the Sound Recorder application on a real iOS deviceConfiguring Windows Phone development environment; Importing the Sound Recorder application into Visual Studio; Running the Sound Recorder application on a real Windows Phone; Summary; Chapter 4: Cordova API in Action; Exploring the Cordova Exhibition app; The Cordova Exhibition app structure; Accelerometer; Demo; The HTML page; View controller; API; Camera; Demo; The HTML page; View controller; API; Compass; Demo; The HTML page; View controller; API; Connection; Demo; The HTML page; View controller; API; Contacts; Demo; The HTML page. View controllerAPI; Device; Demo; The HTML page; View controller; API; Geolocation; Demo; The HTML page; View controller; API; Globalization; Demo; The HTML page; View controller; API; InAppBrowser; Demo; The HTML page; View controller; API; Summary; Chapter 5: Diving Deeper into the Cordova API; Media, file, and capture; Demo; The HTML page; View controller; API; Notification; Demo; The HTML page; View controller; API; Storage; Demo; The HTML page; View controller; API; Finalizing the Cordova Exhibition app; Cordova events; Summary; Chapter 6: Developing Custom Cordova Plugins. Developing a custom Cordova pluginUsing plugman; Plugin definition; Defining the plugin's JavaScript interface; Developing Android code; Developing iOS code; Developing Windows Phone 8 code; Publishing our plugin to Cordova registry; Testing our Cordova plugin; Summary; Chapter 7: Unit Testing Cordova Apps Logic; What is Jasmine; Configuring Jasmine; Writing your first Jasmine test; Jasmine Matchers; Jasmine in action -- developing Cordova app tests; An overview of the weather application; Developing synchronous code tests; Developing asynchronous code tests; Manually executing tests. Whether you are developing a mobile app for iPad or on a Windows Phone, you need to learn the specific languages and technologies for that device. This is where Apache Cordova shines. This book is the learning resource to use when you want to efficiently develop your own mobile applications using Apache Cordova as the platform for your HTML, CSS, and JavaScript. In order to develop good-looking mobile applications, this book also utilizes jQuery Mobile. jQuery Mobile is one of the best available frameworks for developing mobile-friendly web applications. After finishing this book, you should be able to develop your very own mobile application on different mobile platforms using only JavaScript, without having to learn the native programming languages of every mobile platform. English. Apache Cordova. http://id.loc.gov/authorities/names/n2014034384 Apache Cordova fast Mobile computing Software. Mobile apps. http://id.loc.gov/authorities/subjects/sh2014000897 Informatique mobile Logiciels. Applications mobiles. COMPUTERS Programming Languages JavaScript. bisacsh Mobile apps fast Mobile computing fast Software fast has work: JavaScript mobile application development (Text) https://id.oclc.org/worldcat/entity/E39PCGtdKF9KfCgJjrcg8KFjwd https://id.oclc.org/worldcat/ontology/hasWork Print version: Saleh, Hazem. JavaScript mobile application development : create neat cross-platform mobile apps using apache Cordova and jQuery mobile. Birmingham, [England] : Packt Publishing, ©2014 315 pages Community experience distilled. 9781783554171 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=876121 Volltext |
spellingShingle | Saleh, Hazem JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / Community experience distilled. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: An Introduction to Apache Cordova; What is Apache Cordova?; The differences between mobile web, hybrid mobile, and native mobile applications; Why you should use Cordova; Cordova architecture; Overview of Cordova APIs; Summary; Chapter 2: Developing Your First Cordova Application; An introduction to Cordova CLI; Installing Apache Cordova; Generating our Sound Recorder's initial code; The Sound Recorder's initial structure; An insight into the www files. Developing Sound Recorder applicationSound Recorder functionality; Sound Recorder preparation; Sound Recorder details; Recording and playing the audio files back; Building and running Sound Recorder application; Summary; Chapter 3: Apache Cordova Development Tools; Configuring Android development environment; Extending your existing Eclipse IDE; Creating an Android Virtual Device; Importing the Sound Recorder application in to Eclipse; Running the Sound Recorder application on a real Android device; Configuring iOS development environment; Importing the Sound Recorder application into Xcode. Running the Sound Recorder application on a real iOS deviceConfiguring Windows Phone development environment; Importing the Sound Recorder application into Visual Studio; Running the Sound Recorder application on a real Windows Phone; Summary; Chapter 4: Cordova API in Action; Exploring the Cordova Exhibition app; The Cordova Exhibition app structure; Accelerometer; Demo; The HTML page; View controller; API; Camera; Demo; The HTML page; View controller; API; Compass; Demo; The HTML page; View controller; API; Connection; Demo; The HTML page; View controller; API; Contacts; Demo; The HTML page. View controllerAPI; Device; Demo; The HTML page; View controller; API; Geolocation; Demo; The HTML page; View controller; API; Globalization; Demo; The HTML page; View controller; API; InAppBrowser; Demo; The HTML page; View controller; API; Summary; Chapter 5: Diving Deeper into the Cordova API; Media, file, and capture; Demo; The HTML page; View controller; API; Notification; Demo; The HTML page; View controller; API; Storage; Demo; The HTML page; View controller; API; Finalizing the Cordova Exhibition app; Cordova events; Summary; Chapter 6: Developing Custom Cordova Plugins. Developing a custom Cordova pluginUsing plugman; Plugin definition; Defining the plugin's JavaScript interface; Developing Android code; Developing iOS code; Developing Windows Phone 8 code; Publishing our plugin to Cordova registry; Testing our Cordova plugin; Summary; Chapter 7: Unit Testing Cordova Apps Logic; What is Jasmine; Configuring Jasmine; Writing your first Jasmine test; Jasmine Matchers; Jasmine in action -- developing Cordova app tests; An overview of the weather application; Developing synchronous code tests; Developing asynchronous code tests; Manually executing tests. Apache Cordova. http://id.loc.gov/authorities/names/n2014034384 Apache Cordova fast Mobile computing Software. Mobile apps. http://id.loc.gov/authorities/subjects/sh2014000897 Informatique mobile Logiciels. Applications mobiles. COMPUTERS Programming Languages JavaScript. bisacsh Mobile apps fast Mobile computing fast |
subject_GND | http://id.loc.gov/authorities/names/n2014034384 http://id.loc.gov/authorities/subjects/sh2014000897 |
title | JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / |
title_alt | Create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile |
title_auth | JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / |
title_exact_search | JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / |
title_full | JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / Hazem Saleh. |
title_fullStr | JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / Hazem Saleh. |
title_full_unstemmed | JavaScript mobile application development : create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / Hazem Saleh. |
title_short | JavaScript mobile application development : |
title_sort | javascript mobile application development create neat cross platform mobile apps using apache cordova and jquery mobile |
title_sub | create neat cross-platform mobile apps using Apache Cordova and jQuery Mobile / |
topic | Apache Cordova. http://id.loc.gov/authorities/names/n2014034384 Apache Cordova fast Mobile computing Software. Mobile apps. http://id.loc.gov/authorities/subjects/sh2014000897 Informatique mobile Logiciels. Applications mobiles. COMPUTERS Programming Languages JavaScript. bisacsh Mobile apps fast Mobile computing fast |
topic_facet | Apache Cordova. Apache Cordova Mobile computing Software. Mobile apps. Informatique mobile Logiciels. Applications mobiles. COMPUTERS Programming Languages JavaScript. Mobile apps Mobile computing Software |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=876121 |
work_keys_str_mv | AT salehhazem javascriptmobileapplicationdevelopmentcreateneatcrossplatformmobileappsusingapachecordovaandjquerymobile AT salehhazem createneatcrossplatformmobileappsusingapachecordovaandjquerymobile |