Flutter customizes themes and toggles save

Hello, welcome to follow me. This is a series of articles about Flutter that will take you step by step into the world of Flutter, starting with a simple introduction to Flutter.You'd better have some mobile development experience. If you don't, don't worry. Leave a message at the bottom of my column and I'll do my best to answer it. Last po ...

Posted by vboyz on Mon, 01 Jul 2019 09:53:45 -0700

WeChat Computer-side Multi-Open Analysis + Source Code

0x00 Preface I don't know if you have multiple microsignals. I have one or two or three. Nowadays, the use of micro-messaging on the computer side is relatively high. It is mainly used for large file transfer, or file transfer between mobile phones and computers, etc. Besides not receiving red envelopes and looking at friends circles, it see ...

Posted by phpdev12 on Sun, 30 Jun 2019 15:31:08 -0700

16-ESP8266 SDK Development Foundation Introduction Chapter--TCP Server Non-RTOS Running Edition, Serial Port Pass-through

https://www.cnblogs.com/yangfengwu/p/11105466.html   In fact, the official version of RTOS was added to the original non-RTOS version. https://www.cnblogs.com/yangfengwu/p/5205570.html The basic configuration of TCP and UDP is just like AT, but we developed it with SDK. Configure WIFI's working mode, wireless name               ...

Posted by bernard_hinault on Sun, 30 Jun 2019 14:59:09 -0700

Unity3D A* Routing Algorithms

The author introduces: Jiang Xuewei Technological Partner of IT Company, Senior IT Lecturer, CSDN Community Expert, Invited Editor, Best-selling Book Author, National Patent Inventor; Published Book: Hand-to-Hand Teaching Framework 3D Game Engine. Electronic Industry Press and< Unity3D Detailed Explanation of Actual Core Technologies, Electr ...

Posted by DocSeuss on Sun, 30 Jun 2019 13:38:43 -0700

H5 Front-end Development and Filling Consolidation

meta-basic knowledge H5 page window automatically adjusts to device width and prohibits users from scaling pages <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> Ignore identifying numbers on pages as phone numbers <meta name="format-detection" conten ...

Posted by abigbluewhale on Sun, 30 Jun 2019 12:24:13 -0700

Angular - webpack 2 cases

It took more than a week to build a simple wap station. I have studied webpack before, but I haven't used it. This time, the company is going to build an h5 website, which is just used for practice. It says that angular 1x is not very friendly to the mobile end, but it is mainly because angular 1x is familiar with, quick to start and fast to ...

Posted by venkat20 on Fri, 28 Jun 2019 17:03:04 -0700

Drawable Resource Tour (II): Shape Drawable Detailed Explanation and Application (Imitated Wechat Radar Scanning)

About the author: Speedy Wechat Public Number: Android Tour Blog Home Page: http://blog.csdn.net/speedystone Nuggets column: https://juejin.im/user/57e082d60bd1d00057ff8c45 I. Preface In our daily development, we need a lot of pictures to beautify our APP. Besides enhancing the aesthetics of UI, the large use of pictures also ...

Posted by Gordicron on Fri, 28 Jun 2019 11:31:37 -0700

Unlock a gesture written with JS events, Navas drawings and H5 caches (3)

In the previous article, we drew the initial interface of gesture unlocking based on canvas principle. We also know that the difficulty of gesture unlocking is not the drawing of the initial interface, but a series of changes in the interface during gesture movement, including the color changes of touched points and the added line paths, which ...

Posted by Stiffler on Fri, 28 Jun 2019 10:29:02 -0700

Eight Possibilities of Android Memory Leakage (Part I)

Java is a kind of garbage collection language. Its advantage is that developers do not need to manage memory allocation deliberately. It reduces the possibility of application crashing due to local fault, and prevents unreleased memory from crashing heap, so it is safer to write code. Unfortunately, there are still many logical leaks in Ja ...

Posted by Dazzozo on Thu, 27 Jun 2019 17:25:50 -0700

iOS Implementing Prisma-like Software (II)

Preface I wrote a previous article using TF. iOS Implementing Prisma-like Software After the article, I received many online friends to exchange ideas and ask for Demo replies, which shows that you have a strong interest in the realization of this function. The previous article did not elaborate on the principle of Google's implementation. It ...

Posted by sturoy on Thu, 27 Jun 2019 14:06:16 -0700