current location: Home > Download > Learning resources > Web page production > Beginners learn HTML 5 mobile development - for iOS and Android platforms
Beginners learn HTML 5 mobile development - for iOS and Android platforms
Classify: Learning materials / Web page production | Release time: 2018-01-31 | visits: 2902801 |
Download: 248 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How to Handle "Cannot Implicitly Convert DBNull to Int" Errors in C#?
- 2 Why is TypeScript Better Than JavaScript
- 3 Printing HTML best technique with sample receipt.
- 4 Understanding the Basics of API Development.
- 5 How to Handle Null Values When Assigning to a SqlParameter in C#?
- 6 Sending logs to Telegram. Module for Laravel
- 7 How to Avoid "No implicit conversion from DBNull to int" Errors When Handling Nullable SQL Server Parameters?
- 8 How Can We Avoid Mixing UI Logic and Data Access in SQL Queries?
- 9 How Can We Avoid the Pitfalls of Mixing UI Logic and Data Access in SQL Queries?
- 10 How Can We Avoid Mixing UI Logic with Data Access in SQL Queries?
- 11 Var vs. Dynamic in C# 4: What's the Difference?
- 12 Task.Start/Wait vs. Async/Await: What's the Difference in Handling Long-Running Operations?
- 13 Does SQL Server Roll Back Entire Transactions on Error in Batched Commands?
- 14 How to Generate a Date Range Array or List in C#?
- 15 Different Ways to Fetch Data from APIs Using `useEffect` in React
Latest Tutorials
-
- Go language practical GraphQL
- 2484 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3879 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2071 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2845 2024-03-29
Beginners learn HTML5 mobile development - Part i for ios and android platforms from Chapter 1 to Chapter 8. Chapter 1 first introduces the basic principles of HTML4.01, and Chapter 2 introduces HTML5 through a vivid and complex tutorial, which contains a large number of examples and screenshots. Chapter 3 introduces CSS in detail. After that, Chapter 4 further introduces the powerful functions of CSS3, the latest version of CSS.
The first 4 chapters have laid the foundation for HTML and CSS. Chapters 5 to 7 will introduce JavaScript and PHP languages from the basics. You can use them to write your own programs at any time. Then Chapter 8 introduces the MySQL database program that supports PHP, so that the client and server can be accessed through the Ajax communication protocol. Most network architectures now use ajax in the background.
Part II of "Learning HTML5 Mobile Development for Beginners - For iOS and Android Platforms" starts from Chapter 9 to Chapter 11. This section explains how to use the new knowledge you just learned to create user-friendly mobile websites and mobile web applications. Part III introduces iOS and Android SDKs (software development kits) and shows you how to convert the web application from Part II into a standalone application that can be distributed to Apple and Google in the app store.
Beginners learn HTML5 mobile development - for ios and android platforms Table of Contents
Part I Core Technology
Chapter 1 Introduction to HTML
Chapter 2 New Features of HTML5
Chapter 3 Introduction to CSS
Chapter 4 Enhanced Features of CSS3
Chapter 5 Introduction to JavaScript
Chapter 6 Applying JavaScript in HTML5
Chapter 7 PHP Introduction
Chapter 8 Introduction to mysql
Part ⅱ Mobile Device Development
Chapter 9 Developing Mobile-Friendly Websites
Chapter 10 Using the eml e-book platform
Chapter 11 Developing web applications
Part ⅲCreating a stand-alone application
Chapter 12 Install apple sdk
Chapter 13 Creating a stand-alone ios application
Chapter 14 Installing android sdk
Chapter 15 Creating Standalone Android Applications