Mobile Web Development Skills--Part 1
Links to the original text: https://www.mk2048.com/blog/blog.php?id=1ij1hckhj&title=%E7%A7%BB%E5%8A%A8Web%E5%BC%80%E5%8F%91%E6%8A%80%E5%B7%A7--%E4%B8%8A
META correlation
1. Title (IOS) added to the home screen
<meta name="apple-mo ...
Posted by jbreits on Tue, 17 Sep 2019 05:41:09 -0700
Bluetooth MCU development journey: Dialog OTA scheme combing and package transfer transformation
Dialog 14585 OTA uses a dual backup scheme, and the external interface is embedded in the user's application as a separate Service (0xF5FE) without using their mobile app for OTA, or as their own defined UUID.
In the following figure, the entire ...
Posted by Hieroglyphics on Sun, 15 Sep 2019 00:13:29 -0700
Full Flutter example
With this understanding and exposure to Flutter, you can learn how to develop a project using Flutter in its entirety.In fact, in Flutter, everything is a widget, and our interface is stacked with widgets.
A Flutter project involves the following points:
Project Code Layering
Theme Style
Plug-in unit
Route
Network Data Interaction
Interfac ...
Posted by tomdumont on Sat, 14 Sep 2019 09:17:00 -0700
POJ-3241 Object Clustering (Manhattan Minimum Spanning Tree)
Title:
There are n point sets on the plane. Now divide them into k sets, so that each point in each set has at least one Manhattan distance between the points of this set not more than X, and find the minimum X.
Analysis:
The Title requires th ...
Posted by phpdev12 on Wed, 11 Sep 2019 22:52:43 -0700
Can programmers not install x? Give the login a graphics authentication code first! (canvas implementation)
Careful students can find that many websites will appear a graphics authentication code after multiple logins, or when submitting forms, or clicking to obtain mobile phone authentication code and other scenarios will have graphics authentication code.
So what problems does Graphic Verification Code come up to solve?
What is Graphic Verificati ...
Posted by psyickphuk on Mon, 09 Sep 2019 00:20:20 -0700
[iOS] Share a beautiful, easy-to-use, fully customizable HUD (Toast + Alert + Action Sheet)
There are a lot of screenshots in this article. It is recommended that interested friends download demo.
ProHUD = Toast (Notification Banner) + Alert (Progress HUD, Bullet Window) + Action Sheet (Operational Table)
You can view the big picture on the document page.
Documents and source code
File: https://xaoxuu.com/wiki/prohud/
Source code: ...
Posted by nrsh_ram on Thu, 05 Sep 2019 23:05:19 -0700
A Kind of Automatically Generating Scheme for Developing More Friendly Front-end Skeleton Screen
(Horsehoneycomb technology original content, public ID: mfwtech)
A study from Akamai found that after interviewing 1,048 online shoppers:
About 47% of users expect their pages to load in two seconds.
If the page load time exceeds 3 seconds, about 40% of users will choose to leave or close the page.
For a long time, in order to i ...
Posted by waterox on Thu, 05 Sep 2019 21:27:18 -0700
Memory Management-Manual Memory Management in MRC Era
Manual Memory Management in MRC Era
In iOS, the memory of OC objects is managed by reference counting.
A newly created OC object reference count defaults to 1. When the reference count is reduced to 0, the OC object will be destroyed and its occup ...
Posted by nileshkulkarni on Thu, 29 Aug 2019 22:39:37 -0700
iOS View Rendering Data Transfer CVPixel Buffer
In the past two years, I have been engaged in the development of the video industry. Overtime is also serious. I haven't written articles for a long time. Recently, I have a little time to write some articles to record some problems encountered in the development and solutions.
Video conferencing projects, of course, are inseparable from audio ...
Posted by chrisranjana on Wed, 28 Aug 2019 03:52:54 -0700
Flutter Learning Notes (24) -- Single ChildScrollView Scroll Component
If you need to reproduce, please indicate the source: Flutter Learning Notes (24) -- Single ChildScrollView Scroll Component
In our actual project development, we often encounter too much UI content on the page, which leads to an endless display of the mobile phone screen. Take Android as an example, when we encounter this kind of situation ...
Posted by tom_b on Tue, 27 Aug 2019 02:57:48 -0700