Building Cross-Platform Mobile and Web Apps for Engineers and Scientists (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
368
Utgivningsdatum
2016-01-01
Upplaga
International ed
Förlag
CL Engineering
Medarbetare
Triff, Matt / Lingras, Rucha
Dimensioner
277 x 216 x 13 mm
Vikt
698 g
Antal komponenter
1
ISBN
9781305637962

Building Cross-Platform Mobile and Web Apps for Engineers and Scientists

An Active Learning Approach, International Edition

Häftad,  Engelska, 2016-01-01

Slutsåld

This powerful new book introduces cross-platform app design as an excellent starting point for mastering app development. The book contains numerous applications that you can adapt to different projects. You can use this book for independent study or for your project courses. The book introduces HTML5, CSS3, JavaScript, jQuery Mobile, Node.js, JSON, localStorage, sessionStorage, NoSQL using MongoDB, SQL using MySQL, templating using handlebars, and maps. A strong app-centric view emphasizes appropriate subsets of these technologies to help you develop non-trivial apps. While apps continue to evolve and change, the technologies presented form the backbone of future cross-platform app development. You will learn to work with all major mobile and web platforms using the book's active learning approach that has you typing code in parallel as the apps are developed. Exercises further encourage you to make changes to the code and evaluate resulting app behavior.
Visa hela texten

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Pawan Lingras

Övrig information

Matt Triff is a veteran of many hackathons whose accomplishments include receiving an award from LinkedIn's Hack-A-Day in Toronto. He has software and system development experience with Staples, Vleek Infotech, and the IBM Software Development Lab. He graduated from the University of Saskatchewan with honors in Computer Science. Rucha Lingras has served in database and software system development and management with Clearwater Seafood in Halifax, the IBM Software Development Lab, and Exxon-Mobil. She is currently working as a business technology analyst with Deloitte after graduating from Saint Mary's University with a double major in Mathematics and Computing Science. She has been a recipient of a number of academic awards, including a Presidential Scholarship and NSERC.

Innehållsförteckning

1. INTRODUCTION.
World of Mobile Computing. Tour of the Apps Developed in the Book.
2. DEVELOPING, INSTALLING, AND TESTING FIRST APP.
Choice of Programming Platform. How to Create a Simple HTML5 Web Page. How to Put an HTML5 Web Page on the Internet. More HTML5 Formatting. Unordered and Ordered Lists. HTML5 Tables. Cascading Style Sheets (CSS). Quick Facts/Buzzwords. Self-test exercises.
3. MAKING APPS MORE INTERACTIVE THROUGH DATA INPUT.
Embedding JavaScript in an HTML5 Document. Designing Our Apps. Quick Facts/Buzzwords. Self-test exercises.
4. MAKING APPS DO SIGNIFICANT COMPUTING.
Temperature Converter App Design. Simple JavaScript Calculations for Temperature Conversion App. Projectile App to Calculate Distance and Height of a Projectile. Validating Input Values in an App Using Boolean Expressions in JavaScript. Calculation of Distance and Height of a Projectile Using JavaScript Math Object. JavaScript Arrays for Storing Distances and Heights over Time of a Projectile. JavaScript for Loop for Repeating Computations. Dynamically Adding Rows and Cells in a Table Using JavaScript. Quick Facts/Buzzwords. Self-test exercises.
5. A MENU-DRIVEN APP TO MONITOR IMPORTANT INDICATORS.
Thyroid App Design. Overview of the Functionality of the Thyroid App. Numeric Pad for Password Entry. Disclaimer and Help Pages. User Information Entry Form. Navigation with a Menu. Record Display and Update Page. Page to Add a Record. Use of Canvas and Panels for Graphical Display. Quick Facts/Buzzwords. Self-test exercises.
6. STORING DATA LOCALLY ON A DEVICE FOR LONG-TERM USE.
Managing Numeric Pad for Password Entry. Local Storage. JSON Objects for Thyroid App. Managing JSON Objects for User Information. Exception/Error Handling in JavaScript. Displaying User Information. Managing Records Page. Adding a Record. Displaying All the Records/History. Editing a Record. Deleting a Record. Deleting all the Records/History. Quick Facts/Buzzwords. Self-test exercises.
7. GRAPHICS ON HTML5 CANVAS.
Introduction to Canvas Drawing. Frequently Used Methods and Properties of Canvas Element. Adding Advice and Gauge Meter in the Thyroid App Using RGraph. Drawing Line Graphs in the Thyroid App Using RGraph. Making the Output of Projectile App Graphical Using RGraph. Creating an Icon on the Home Screen. Running an App Locally without the Internet. Quick Facts/Buzzwords. Self-test exercises.
8. USING SERVERS FOR SHARING AND STORING INFORMATION.
Introduction. Designing the Server-Based Thyroid App. Signing Up to a Server-Based App. Syncing the Records between the Device and the Server. Programming with Node.js. Launching a Node.js App Server. Modified Navigation in Server-Based Thyroid App. Modified User Form Management in Server-Based Thyroid App. Implementing the Syncing of Records in Server-Based Thyroid App. Quick Facts/Buzzwords. Self-test exercises.
9. USING MONGODB SERVER FOR SHARING AND STORING INFORMATION.
Emergence of NoSQL Database Models. Introduction to mongoDB. Modeling a NoSQ...