Skel.js front-end framework for creating responsive sites
Skel.js is a front-end framework for creating responsive sites. The file is only 20kb and contains four components:
I. Quick Guide
skeljs is a lightweight front-end framework for building response websites and applications. Only a single JS file (weighing only 20KB) gives designers and developers access to four powerful components:
CSS gri ...
Posted on Sun, 07 Apr 2019 05:12:32 -0700 by beckstei
Implementation of left-slip deletion effect of Wechat applet
Reprinted from: http://www.jianshu.com/p/07c4ddf8a3d3
Today we will talk about the implementation of the left-slip deletion effect of the Wechat applet. Now many apps in the market are using this effect. When a listView page slides an item to the left, there will be a deletion or other option on the right. The user experience is very goo ...
Posted on Fri, 05 Apr 2019 23:09:30 -0700 by monkeybidz
Implementation of adding network timeout to Ksoap2-android
Recently, a project called Web Service with Ksoap2 did not find any problems at the beginning. Later, when testing, it was found that when the test environment did not have an external network ip, it was always prompted to log in, and there was no response for a long time. Because the mobile phone used the 3G network at that time, it could not ...
Posted on Wed, 03 Apr 2019 19:33:30 -0700 by MasksMaster
Web view customizing 404, 500, disconnection, timeout pages
For reprinting, please mark the original address: http://blog.csdn.net/lsyz0021/article/details/56677132
Now there are more and more app s developed in mixed mode, and Google pays more and more attention to web view. In the early version of web view, there are many bugs, such as 404, 500 request error codes, which we can get directly withou ...
Posted on Wed, 03 Apr 2019 13:00:30 -0700 by Ammar
UGUI Art Word Making
Art Word Production Process
1. Download BMFont Official website 2. First of all, you have to have artistic words made by art, or do some artistic words by yourself. OK All of them. 3. Making Art Character Atlas with BMFont4. Import the generated. fnt file and atlas. png file into the project.5. You have to have the BMFont code of NGUI. I ...
Posted on Tue, 02 Apr 2019 19:42:29 -0700 by egroeg41
The General Route of Android Process Survival
I've also had a brain injury on this issue. Just a few days ago, a Beijing buddy said in QQ that he was working on IM projects. He asked me how to deal with the process survival properly. He decided to sum up that there are many ways to search the process residence on the Internet, but many of them are unreliable or not the best. With a lot of ...
Posted on Mon, 01 Apr 2019 21:06:30 -0700 by krabople
Seven css modes to center the container vertically and horizontally
Original address: http://forums.fami2u.com/t/css/76
Reading catalogue
Method 1: position plus margin
Method 2: diaplay:table-cell
Method 3: position plus transform
Method 4: flex;align-items: center;justify-content: center
Method 5: display:flex;margin:auto
Method 6: Pure position
Method 7: Compatible with low version browser, not ...
Posted on Mon, 01 Apr 2019 07:51:29 -0700 by Dean Glass
iOS development - encapsulating a video player with AVPlayer
Because GIF upload failed all the time, we went to Github to see the effect map.
https://github.com/codeliu6572/LHHVideoPlayer
Because brightness and volume can only be displayed on a real machine, GIF does not give an operation.
Fast forward and fast backward area is half the width of the current player and the height is the heigh ...
Posted on Sun, 31 Mar 2019 10:42:29 -0700 by Opticon
Common Labels and Notices for Integration of WEB Development Resources on H5 Mobile Phone
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 on Sun, 31 Mar 2019 10:39:30 -0700 by retoto
Custom control: sticky control
GooView Sticky Control
Understanding the Use of Geometric Graphics Tools
Grasp the Method of Drawing Irregular Graphics
Application scenario: unread reminder, rendering:
The effect of drawing a frame
Step Analysis of Drawing a Frame of Sticky Controls
1. Draw a fixed circle
2. Draw a drag circle
3. Picture Intermediate Connection
Pla ...
Posted on Sun, 31 Mar 2019 04:27:30 -0700 by sqlmc