Design of Android Instance Interface

Links to the original text: https://my.oschina.net/u/860952/blog/549197 It hasn't been bubbling for a long time recently. Soon after learning Android, I started working on the interfac ...

Posted by maexus on Fri, 13 Sep 2019 03:31:04 -0700

Android: Attribute Animation

Attribute animation is added by Android 3.0. In order to make up for the shortcomings of View animation, but below Android 3.0, although animation compatible library can be used, its essence is still View animation. Disadvantages of View Animation Si ...

Posted by gurhy on Fri, 13 Sep 2019 00:29:35 -0700

Free boredom, a Wechat navigation bar animation bar bar bar bar bar bar bar!

/ Beginning/ Since the release of Wechat, the animation of the bottom navigation bar has always been enjoyed by developers, and with the update of the version, the animation of the bottom navigation bar has also been improving. Recently, in my spare time, I watched the bottom navigation bar animation of Wechat, and thought about the principle o ...

Posted by div on Thu, 12 Sep 2019 02:45:43 -0700

LibGDX Rebuild Flappy Bird - Create Game Objects

Original Link: https://my.oschina.net/u/2432369/blog/610412 In this chapter, we will create a real scene for the Flappy Bird project.The game scene consists of several objects with ...

Posted by elhelaly1999 on Tue, 10 Sep 2019 14:49:07 -0700

Implement a simple version of vuex persistence tool

background Recently, when developing applet projects with uni-app, some content that needs to be persisted can't be called like state in other vuex, so think about implementing something like vuex-persistedstate plug-in yourself. It doesn't seem like a lot of code Preliminary ideas The first thought is naturally the watcher mode of vue.Hijack c ...

Posted by remal on Tue, 10 Sep 2019 09:10:47 -0700

A Case Study of android P Version System Stability

1. In the unlocked state, the interface sliding of the bright screen setting after the screen is extinguished is invalid. Problem analysis: (1) Can be reproduced in other application interfaces, non-application problems. (2) Problem must be fo ...

Posted by katuki on Mon, 09 Sep 2019 21:00:17 -0700

Surface Flinger Loading Display Flow of Android P Graphic Architecture

Related source code: \frameworks\base\services\core\java\com\android\server\display\LocalDisplayAdapter.java \frameworks\base\core\java\android\view\SurfaceControl.java \frameworks\base\core/jni\android_view_SurfaceControl.cpp frameworks\native\libs\ ...

Posted by penguin_powered on Mon, 09 Sep 2019 02:54:49 -0700

Android error summary

Links to the original text: https://blog.csdn.net/u013293125/article/details/52636929#commentBox # Android error summary Recently, I have been trying to summarize the mistakes I encounter when I w ...

Posted by Ixplodestuff8 on Sun, 08 Sep 2019 23:15:37 -0700

Android Music Play Mode Switching - External Play, Hearing, Earphone

Links to the original text: https://blog.csdn.net/u010936731/article/details/70599482/ Android Music Play Mode Switching - External Play, Hearing, Earphonehttps://blog.csdn.net/u010936731/article/details/70599482/ Scenario requirements In th ...

Posted by Jyotsna on Sat, 07 Sep 2019 05:03:51 -0700

Analysis of Flutter Source Code

Articles Catalogue Preface Start-up process Entry Activity Environment Initialization Create splash view Application Start Java Layer Associates with Flutter Engine Run Dart code summary Welcome to my public number: Programming from 0 to 1 ...

Posted by tinyashcities on Fri, 06 Sep 2019 22:22:27 -0700