Android Check Update Library Use Tutorial (1)

Checking updates and downloading updates can be said to be a necessary feature of an app. Since it is a necessary function, there are many things to consider, as follows: 1. Update mode: If a software has been updated, it needs to be forced to update the software if it is online with new functions or fixes some bug s, or the interfac ...

Added by AShain on Wed, 29 May 2019 23:59:50 +0300

Custom view Series (5) -- 99.99% to achieve QQ sideslip deletion effect

First of all, it is stated that this article is based on the modification of Swipe MenuListView of "baoyongzhang" on GitHub. The project address: https://github.com/baoyongzhang/SwipeMenuListView It can be said that this sideslip deletion effect is the best and more flexible project I have ever seen, none of them!!! But bef ...

Added by msarefin on Wed, 29 May 2019 22:57:31 +0300

Using Nginx to Build Fast and Secure HTTPS Website Based on Let's Engypt Free Certificate

My big EOIOfficial website Officially launched! In order to build the company's first officially launched public site, we have spent a lot of thought, one of which is how to make it fast and safe. We use Nuxt SSR was done and enabled PWA module Lighthouse scored more than 90 points. On the basis of guaranteeing IE9 compatibility, the official w ...

Added by moola on Tue, 28 May 2019 01:29:24 +0300

One-step integration of sideslip (delete) menu, high imitation QQ, IOS entries sideslip deletion

This control does not depend on any parent layout, not for Recycler View, ListView, and child View in any ViewGroup can use the Side Slide (Delete) menu.  Simple, 0-coupled, supports any ViewGroup. Summary It has been 7 months since the control came out and has been used in the project. It has been 2 months since the first push ...

Added by Bad HAL 9000 on Sun, 26 May 2019 22:23:56 +0300

Difficulties in Learning Java Wechat Public Number Development

Some time ago, when I was bored, I taught myself a little bit about the development of Wechat Public Number (threatened by my sister). Address of Mu Course Online Course: http://www.imooc.com/learn/368  After all, it's a free course. It can't be so detailed. So let me share with you the problems I have encountered. This is the code I typed acc ...

Added by daveh33 on Sat, 25 May 2019 22:38:13 +0300

c-based Program for Random Generation of Four Operations

A Small Program for Random Generation of Four Operations Based on http://www.cnblogs.com/HAOZHE/p/5276763.html Github source code and engineering file address: https://github.com/HuChengLing/- Basic requirements: In addition to integers, it can also support four operations of true fraction. The function of the implementation is described, and t ...

Added by mausie on Fri, 24 May 2019 23:14:40 +0300

EventBus Source Details (1): Basic Use

Write before For Android programmers, I'm sure everyone has heard the name of EventBus.EventBus is a lightweight framework for event publishing and subscription based on the Android platform that decouples publishers and subscribers and simplifies event delivery for Android.As officially stated, its advantages: Simplified communication between ...

Added by salhzmzm on Fri, 24 May 2019 22:05:46 +0300

Create different android log classes

image.png There's a scene like this. Evil testers always like to find fault with us. Every time something goes wrong, they bring their mobile phones to us. Nima, what numbness, a bunch of bugs, and keep people away from work. Then there's no way. The test is God, so you have to take his cell phone to look for the log. Nima, the log comes ...

Added by pauper_i on Fri, 24 May 2019 21:48:15 +0300

Touch module reading Zepto source code

As we all know, for historical reasons, click events on the mobile end will have a delay of about 300 ms. Zepto's touch module solves the problem of click delay on the mobile end, and also provides sliding swipe events. Read the Zepto source series on github. Welcome star: reading-zepto Source version The source code for this article is zepto1. ...

Added by xiao on Thu, 23 May 2019 20:50:18 +0300

unity - two or three things to communicate with skynet (sproto,crypt)

Unity uses tolua and communicates with skynet, rpc uses sproto, and accesses the crypt encryption libraries used in the login process, modifying the tolua source to join both libraries Only win64 platform chestnuts are picked up here skynet does not specifically recommend using sproto and can switch to other methods such as jso ...

Added by cnagra on Thu, 23 May 2019 19:39:06 +0300