Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

A mobile learning route written to a programmer


Jun 02, 2021 Article blog



By the end of 2015, the number of mobile phone users in China had exceeded 905 million. Y ou know what a large proportion of China's population of 1.3 billion is, 905 million. I t has to be said that software mobility has become a trend, and pc and mobile design is different. To become a master of programming, check out W3Cschool's carefully crafted mobile learning route.

Mobile learns seven parts: Swift, ios Development, jQuery Mobile, Android SDK, React, HomeKit Development, WeChat Gadget Development.

1. Swift tutorial section

Let's start with the concept of swift, an open source programming language that supports multi-programming paradigms and compilations, and Apple released the 2014 WWDC (Apple Developers Conference) to develop iOS, OS X, and watchOS applications. S wift can use the same operating environment as Object-C on Mac OS and iOS platforms. On June 8, 2015, Apple announced on WWDC 2015 that Swift would open source, including compilers and standard libraries.

If you don't have a programming foundation, you can start by following http://www.w3cschool.cn/swift/swift-tutorial.html here's the running example, and when you've finished reading the Swift Access Control section, you're basically in the line. I f you have a better programming foundation, take a look at this section of the example http://www.w3cschool.cn/swift/swift-protocols.html, and you'll get started soon. H owever, it should be noted that after learning again, to operate, must not just look not to do.

 A mobile learning route written to a programmer1

2.ios Development Section

iOS is a mobile operating system developed by Apple, and developing an iOS app is not that easy. T o get started, you must learn new learning resources for iOS. T he first thing to learn about IOS memory management is to refer to the http://www.w3cschool.cn/ios/ios-memory.html. Then you have to learn

iOS Twitter and Facebook, IOS Auto Layout, IOS SQLite Database, and more. iOS development manual has detailed cases, when you IOS file processing this part of the example is also step by step after reading, after operation, I believe you have a deeper understanding of ios development.

 A mobile learning route written to a programmer2

3. The construction of the jQuery Mobile framework

jQuery Mobile is a touch-optimized framework for creating mobile web applications. jQuery is suitable for all popular smartphones and tablets.

Because jQuery Mobile is built on the jQuery library, if you know jQuery well, http://www.w3cschool.cn/jquerymobile the tutorials in it, you'll probably be able to design the framework yourself. I f you're still a rookie, you'll probably spend more time. T he best way is to look at the operation example and try it.

 A mobile learning route written to a programmer3

4. Android SDK development

The above three parts do not learn no relationship, as long as you learn Android SDK, you just learn android development. As an Android developer, if you've learned how to install development tools and are familiar with what they do, you'll basically have a deeper understanding of the Android SDK http://www.w3cschool.cn/android_sdk this tutorial.

 A mobile learning route written to a programmer4

5.React

React is a JAVASCRIPT library for building user interfaces. React is primarily used to build UI, and it is widely believed that React is a V (view) in MVC.

Beginners first look at the first example of http://www.w3cschool.cn/react/react-tutorial.html here, pay attention, look a few more times. I f you look at it almost, start looking at the following section. React installation, React JSX, React AJAX, React Refs, and more are among the top priorities.

 A mobile learning route written to a programmer5

6.HomeKit

To write a HomeKit app, you first need to know how to enable HomeKit. Second, know how to create a Home layout,

Create Homes and add Access, etc., http://www.w3cschool.cn/jfryse/9zcohozt.html here are concrete examples that teach you how to do it step by step. F inally, you need to know something about user management.

 A mobile learning route written to a programmer6

7. WeChat small program development

Now WeChat users more and more, as a rookie, if you want to understand how WeChat small programs are developed, http://www.w3cschool.cn/weixinapp/9wou1q8j.html there is a step-by-step decomposition. I f you want to develop a WeChat small program, first of all, to understand its framework, and secondly to its logical layer, view layer, WeChat small program components and so on to understand. I f you know anything about writing these codes, you've learned pretty much the same. T o sublimate again, you can try it yourself and go back to the tutorial.

 A mobile learning route written to a programmer7

The above seven points are mobile development needs to learn the part, has included the current popular IOS, WeChat small program development, etc. , in order to become a master of programming, or need to understand and love. I f necessary, you can move W3Cschool to have a look. If you feel that the mobile learning route above does not have what you want, you can leave a message below Oh!