Skip to content

For advanced moblie-end development technology pre-research & ideas & practice. ( Focus areas: Native )

License

Notifications You must be signed in to change notification settings

KqSMea8/coderZsq.practice.native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find inspiration in practice

StudyNotes

Practice some programming basics such as algorithms and higher-order readers.

Contents
  • Programming basis

    • Algorithm >>> Some practices of self-learning algorithms.
    • DataStructure >>> Some practices of self-learning data-structure.
    • DesignPatterns >>> Some practices of self-learning design-patterns.
    • algorithm4c++ >>> C++ classic algorithm implementation principle.
  • High-level reader

    • ObjC.io >>> Advanced Swift books learning.
    • CS193p >>> Stanford University iOS public class study notes.
  • Self practice

    • LeetCode >>> LeetCode's brushing questions for future algorithmic interviews.
    • CocoaTouch >>> Based on UIControl to implementation UIButton, the Meituan interview questions.
    • UIAlgorithm >>> The iOS implementation of the only blackout problem in the whole network.
Display

Apply the algorithm to the actual, now showing a visual version of the light-off problem.

Artical

RouterPattern

Practice mobile-side``front-end back-end``three-end interaction to implementation a degraded architecture.

Get Started
  • First, you need a node server environment
  • Then, run the following command to launch server
$ cd server/RouterPattern
$ npm start
$ cd server/RouterPattern/public/javascripts
$ node image.js
$ cd web/RouterPattern
$ npm run dev
Contents
  • app >>> Practice Swift as a mobile-end development language
  • web >>> Practice Vue as a front-end development framework
  • server >>> Practice Koa as a back-end development framework
Display

Completed a degradable architecture, just call the back-end interface, the client automatically downgrades from native to webpage.

Article

PhotoGallery

Practice the interaction logic between mobile-end and front-end.

Contents
  • UIWebView >>> use UIWebView to implement HTML to call native album function
Display

Article

About

For advanced moblie-end development technology pre-research & ideas & practice. ( Focus areas: Native )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 87.1%
  • Objective-C 3.3%
  • C++ 2.9%
  • JavaScript 2.5%
  • CSS 2.0%
  • HTML 1.4%
  • Other 0.8%