iOS Inertial Sliding Effect

Recently, SDK has developed a new gesture sliding map, which should have the function of inertial sliding effect. Android made it first, and then showed it to me. Because I had already experienced a bird map, a bird map also had this effect, and Android did a really good job. I was still busy studying OpenGL, so I had to put down my hands and w ...

Posted by John_wilson on Sun, 09 Jun 2019 21:01:58 +0200

Vertical text control

Source: https://github.com/lybeat/PlumbTextView PlumbTextView PlumbTextView is a vertically arranged text control. You can easily use it to define a variety of vertical text styles. Feature Arrange the text vertically. Column and word spacing of text can be set. You can add a regular expression to split the text. Pl ...

Posted by whansen02 on Sun, 09 Jun 2019 00:29:35 +0200

Android 7.0 System Start

The Linux kernel is booted by Bootloader loading configuration first, and the Android system is booted only after the Linux kernal is booted. 1. Start the init process After the Linux kernel starts, the first android user process Init ( system core init init. cpp) will be opened. The key code is as follows: int main(int argc, char** ar ...

Posted by WhiteHawksan on Sat, 08 Jun 2019 23:46:47 +0200

7.0 Compatible Camera Album Use

scene Many applications have the requirement of setting up the next avatar, which requires camera album. But when 6.0, run-time privilege detection is added. When 7.0, it restricts the building of shared files in the application, which is the file://URI used in the previous camera album can not be used. Because in applications 7.0 and above, ...

Posted by ryanbutler on Sat, 08 Jun 2019 02:31:56 +0200

Water ripple effect-Ripple

When it comes to water ripple effects, we need to talk about Ripple. Since Android 5.0, google has introduced a set of UI design language material design, commonly known as material design. One of the most intuitive effects is ripple effect (ripple effect), that is, clickable controls will have a wave effect. The effect is Ripple Dirawable ...

Posted by dmrn on Sat, 08 Jun 2019 00:55:29 +0200

Ultra-detailed JSON parsing steps

 AI Bible! Chinese Edition of Deep Learning Machine Learning-Data Mining System Training      Will you transform for AI? [Topping] Ultra-detailed JSON parsing steps Label: Json parsing steps 2016-09-19 14:58 4561 people reading comment(1) Collection Report Classification: ★★★ Android ★★★(229) Author' ...

Posted by Mr_Pancakes on Fri, 07 Jun 2019 21:36:45 +0200

New text message on mobile phone, remind me via computer

Generally, I use the mobile phone for less time, more time with the computer, mobile phone light users, the computer is heavy, after work or home, the computer is basically in use, so often there will be mobile phone not at hand or charging situation, listening to the song is hi mobile phone calls or text messages will rarely be detected, when ...

Posted by beginneratphp on Fri, 07 Jun 2019 19:32:35 +0200

[Android] This effect, I can't describe

Preface Recently I received a request that embarrassed me.(Here's some crap) The effect is that the top is partially suspended, followed by some layouts, a few switchable Tab pages below, and then scroll ~~Well, well, let's just look at the picture. Effect The main thing is the suspension of the top and Tab, and the effect of being topped o ...

Posted by garethj on Fri, 07 Jun 2019 18:21:17 +0200

Andrioid process protection

For reprinting, please indicate the source: z_zhaojun's blog       Original address This blog is mainly about the application of process lifesaving. Through learning various ways of process lifesaving on the internet, I will summarize, optimize and simply encapsulate them after I understand them. The main purpose of process maintenance is t ...

Posted by php_dev_101 on Fri, 07 Jun 2019 01:20:14 +0200

RN Development Practice-Imitating Ctrip App(1)

The project address is attached at the end of the article. 1. New projects Execute the following commands in the console (provided that the react-native development environment has been built): react-native init XieCheng // XieCheng is the project name 2. Open new projects Here we use webStrom to open the project 3. Running Pr ...

Posted by msimonds on Thu, 06 Jun 2019 22:38:58 +0200