Oreilly - Beginners Guide to Building Mobile Web Apps
by Chris Minnick, Eva Holland | Publisher: O'Reilly Media, Inc. | Release Date: April 2015 | ISBN: 9781491914687
In this Beginners Guide to Building Mobile Web Apps, expert authors Chris Minnick and Eva Holland will teach you how to create mobile web apps that will be able to run on multiple mobile device operating systems. This course is designed for the absolute beginner, meaning no web development experience is required.You will start by learning about the three types of mobile apps, then jump into learning how to design an app. Throughout the course, you will be working on designing, developing, and deploying a mobile ToDo list app. Minnick and Holland will teach you how to prototype the ToDo app, then show you how to set up your development environment. This video tutorial will also cover HTML5, how to style with CSS3, how to use JavaScript and jQuery, and how to create an app with jQuery Mobile. Finally, you will learn about mobile optimization techniques, as well as how to deploy your app and upload it to the web.Once you have completed this computer based training course, you will be fully capable of creating your own mobile web app. Working files are included, allowing you to follow along with the authors throughout the lessons.
- Introduction
- Introduction And Overview 00:01:30
- About The Authors 00:01:09
- How To Access Your Working Files 00:01:15
- Why Create Mobile Web Apps?
- 3 Types Of Mobile Apps 00:01:07
- Native Apps 00:01:38
- Web Apps 00:01:25
- Hybrid Apps 00:01:25
- Designing An App
- Effective Mobile App Design 00:01:28
- User Centered And Mobile First Design 00:02:09
- App Prototyping
- Introduction To Prototyping 00:02:29
- Prototyping The ToDo Game App 00:03:05
- Setting Up Your Development Environment
- Installing The Development Environment 00:03:21
- Configuring The Development Environment 00:03:23
- HTML5 Crash Course
- What Is HTML? 00:01:54
- HTML5 Syntax 00:02:32
- Types Of HTML Elements 00:02:19
- Document Structure 00:01:34
- Semantic HTML 00:01:47
- Initial Demo App Layout 00:03:18
- Styling With CSS3
- What Is CSS3? 00:01:58
- Introducing CSS Selectors 00:03:23
- CSS Properties 00:04:11
- CSS Positioning 00:04:55
- Adding CSS To HTML 00:02:26
- Styling The Demo App - Navigation 00:06:10
- Styling The Demo App - Headers 00:02:44
- Introduction To Javascript
- What Is Javascript? 00:02:54
- Javascript Variables 00:03:04
- Introducing Data Types 00:02:13
- Numbers In Javascript 00:02:22
- Working With Strings 00:02:59
- Booleans, NaN And Undefined 00:01:35
- Javascript Expressions 00:01:00
- Javascript Operators 00:04:50
- Control Structures 00:01:41
- Loops 00:02:44
- Javascript Functions 00:03:06
- HTML DOM - Part 1 00:06:13
- Applying Javascript To The Demo App - Part 1 00:06:42
- Applying Javascript To The Demo App - Part 2 00:03:26
- JQuery
- What Can JQuery Do? 00:02:06
- JQuery Selectors 00:01:50
- JQuery Functions 00:02:41
- Converting The ToDo App To JQuery 00:03:55
- Your First App With JQuery Mobile
- Introducing JQuery Mobile 00:04:14
- JQuery Mobile Pages And Navigation 00:02:53
- JQuery Mobile Content And Widgets 00:02:19
- Applying JQuery Mobile To The ToDo App 00:06:20
- Mobile Optimization Techniques
- Offline Apps 00:06:09
- Local Storage 00:05:19
- Understanding The Viewport 00:02:18
- Mobile Meta Tags And App Icons 00:06:33
- Deploying Your App
- Uploading Your App To The Web Using FTP 00:04:39
- Creating A Hybrid App With PhoneGap Build 00:05:12
- Conclusion