How Swift 3.0 iOS Draws 1 PX Wide Edge

Custom UIView Drawing 1px Border Stroke I am also a beginner. I spent half a day researching how to make 1px rectangular boxes with rounded corners. I also checked for half a day. Finally, I came out and shared it with the beginners. Recommended tutorials Stanford University and iOS 10 swift tutorials, can be downloaded directly in iTun ...

Posted by Atiq on Wed, 26 Jun 2019 17:00:31 -0700

Android Drawing, Canvas Learning Notes

User interface is an important aspect in deciding whether Android applications will be accepted by users. In order to provide a friendly user interface, it is necessary to use pictures in applications. Android system provides rich image function support, including static image processing and animation. Android system provides ImageView to dis ...

Posted by dross613 on Tue, 25 Jun 2019 15:10:12 -0700

Android ViewDragHelper Source Parsing

In the process of customizing ViewGroup, if it involves dragging and sliding of View, the use of ViewDragHelper should be indispensable. It provides a series of auxiliary methods and related status records for user dragging sub-View, such as edge sliding of Navigation Drawer, side sliding menu of QQ5.x, and sliding back of knowledgeable pages ...

Posted by catlover on Tue, 25 Jun 2019 12:41:44 -0700

android Air Conditioning Remote Control - Simple Send Content

Next we went on to research the development of android infrared. In this article, we started with the most open source grid air conditioning code on the Internet. That's good. Say nothing more, start!! 1. First let's get to know the encoding format of Gree Air Conditioning, which is available on the Internet The infrared code of the Gree air ...

Posted by RonHam on Tue, 25 Jun 2019 11:51:04 -0700

The Realization of Data Statistics and Error Statistics of Wechat Small Program

In some cases, we need to count the behavior of some users of the applet, such as the UV of a page.PV, etc., statistics of the use of a function, etc. So that the product can understand the whole function of the product.In the website, many of us have used Google statistics. There are also some third-party databases in the applet, such as Tence ...

Posted by websesame on Tue, 25 Jun 2019 10:04:32 -0700

Use of WebView -- Part 1

I. Combing Knowledge 1. Preface This section brings you a control in Android for displaying web pages: WebView. Now there are two directions for Android application layer development: client development and HTML5 mobile development! The so-called HTML5 end is: HTML5 + CSS + JS to build a web page version of the application, and the intermed ...

Posted by NotMrT on Mon, 24 Jun 2019 16:49:04 -0700

Vue2.0 Family Barrel Tencent Sports APP (Web Edition)

Vue2.0 Family Barrel Tencent Sports APP The annual NBA finals, I believe that the most used by fans is Tencent Sports APP, just started Vue, when practitioners will copy this APP. Effect Preview (vii) Online preview: Click on me!!! Online Preview, Mobile Browser Browsing or Switching Mobile Debugging (viii) Source address: Github I beg your ...

Posted by trellie on Mon, 24 Jun 2019 14:53:46 -0700

Learning Summary of iOS Basic Course-Network Operation

Time: Tuesday, 23 May 2017Note: Part of the content of this article is from Mucho.com. @ Mu Course Net: http://www.imooc.comTeaching sample source code: nonePersonal learning source code: https://github.com/zccodere/s... Chapter 1: Learning Guide 1-1 Learning Guide Learning content Introduction to HTTP HTTP effect Get a piece of network data: ...

Posted by no_one on Mon, 24 Jun 2019 12:35:18 -0700

Interactive Implementation of High Imitation Pinterest

There's a great interaction in Pinterest. Maybe the operation is that on the list page, Item can be selected by pressing a single Item for a long time and making the surrounding items transparent and white. Then the option menu pops up. You can choose the menu by moving your fingers. Let's take a look at a graph to compare the implementation in ...

Posted by rubbertoad on Sun, 23 Jun 2019 15:44:59 -0700

[Android FrameWork 6.0 Source Learning] Windows Window Class Analysis

To understand this chapter, you need to first understand the LayoutInflater tool class, which I have previously analyzed: http://www.cnblogs.com/kezhuang/p/69783.html Window s is a global variable in the Activity class. Its function is to assist Activity (or possibly other components. Take Activity as an example) to assemble the interface. This ...

Posted by hacko on Sun, 23 Jun 2019 10:36:04 -0700