Front-end series of tutorials for background programmers (24) - Floating

Complete Handbook of C Language Self-study (33 articles) Android Multiresolution Adaptation Framework HTML5 Front-end Development Practical Course Series MySQL Database Practical Tutorial (35 Graphics Edition) Overthrow Yourself and Past - Custom Vi ...

Posted by Angerslave on Mon, 09 Sep 2019 10:26:04 +0200

Read Android TouchEvent Event Event Distribution, Interception, Processing

What is an event? Events are a series of TouchEvent s caused by the user touching the screen of the mobile phone, including ACTION_DOWN, ACTION_MOVE, ACTION_UP, ACTION_CANCEL, etc. These actions are combined into click events, long press events and so on. In this article, we use Log testing to understand the distribution, interception and proce ...

Posted by jrd on Mon, 09 Sep 2019 09:39:15 +0200

Inertial Sliding of android Custom Controls

Links to the original text: https://www.jianshu.com/p/57ce979b23e8 Reference: Inertial sliding of custom controls Experience the sliding and scrolling source code of RecyclerView I. Application scenarios ScrollView is often used in ...

Posted by sammon96 on Thu, 05 Sep 2019 06:17:17 +0200

Several Multi-Channel Packaging for Android

1. What is multi-channel packaging?There may be different statistical requirements in different application markets, and an installation package needs to be released for each application market, which leads to the multi-channel packaging of Android. In order to distinguish different channels, different labels are added to the installation packa ...

Posted by mmoore on Wed, 04 Sep 2019 05:40:02 +0200

Case Analysis of SWT Restart

Strongly Recommend Articles: Welcome to CollectionAndroid Dry Goods Sharing Read for five minutes, ten o'clock a day, and study with you for life. Here's Android, a programmer. This article mainly introduces some knowledge points in Android development. By reading this article, you will gain the following contents: 1. Copy large files, IO wa ...

Posted by tpearce2 on Tue, 03 Sep 2019 12:32:19 +0200

Brief Introduction to the Access of Aliyun Sophix Thermal Repair Framework

Brief Introduction to the Access of Aliyun Sophix Thermal Repair Framework At present, Android development hot repair can be said to be a basic function of a standard commercial project, which is convenient for emergency problem repair after onlin ...

Posted by NiallThistle on Tue, 03 Sep 2019 12:21:15 +0200

MotionLayout: Dynamic toolbar

Regular readers of Styling Android may have guessed what I like about animation.MotionLayout provides an amazing range of animations and can be used to create some very interesting ones.We've seen it before on Styling Android how to implement a Collapsing Toolbar But instead of just mimicking existing behavior that can be implemented using othe ...

Posted by CapEsiouS on Wed, 28 Aug 2019 18:06:55 +0200

Count the slots in Shared Preferences!

Preface Recently, it has suffered a lot in dealing with a historical legacy project, mainly as the occasional Shared Preferences configuration file data confusion, or even loss. After investigation, it was found that it was a multi-process problem. There are two different processes in the project, and Shared Preferences files are frequently rea ...

Posted by raytri on Wed, 28 Aug 2019 17:41:53 +0200

TextView for Android Control to Mix Static Graphics with Dynamic GIF Graphics

Recently, when working on project functions, you need to display text in TextView. At first, you thought it was simple. Just use an ImageView and a TextView to display, but you found that doing so does not achieve the desired effect. This involves rich text TextView to display text. Here's a static pictureGraphics and text of dynamic GIF are di ...

Posted by angel777 on Tue, 27 Aug 2019 04:35:03 +0200

Windows Insets - Layout Monitor

If you've seen me already Becoming a Master Window Fitter Speaking, you'll know that processing window plug-ins can be complex. Recently, I have been improving the system bar processing in several applications so that they can draw behind the status and navigation bar. I think I've come up with some ways to make it easier to handle inserts (hop ...

Posted by sliilvia on Sun, 25 Aug 2019 13:12:36 +0200