[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

Thumb Bar Hand Tour MixSDK Access Instructions - Android

Thumb Bar Hand Tour MixSDK Access Instructions - Android Catalog 1. Relevant configuration + 1-1. Download SDK + 1-2. Environmental Construction + 1-3. Configure Android Manifest. XML + 1-4. Configure config.properties 2. Code Implementation + 2-1. Initialization of SDK + 2-2. Login + 2-3. Payment + 2-4. Suspension ...

Posted by benjy on Thu, 06 Jun 2019 00:54:47 +0200

Dynamic loading of resources in Unity3D online games

Original: http://www.cnblogs.com/hisiqi/p/3202709.html Making web-based online games with Unity3D inevitably involves the dynamic loading of a technology-resource.For example, if you want to load a resource for a large scene, you shouldn't have users wait a long time for all the resources to be loaded at the beginning of the game.Scene resou ...

Posted by George Botley on Tue, 04 Jun 2019 04:53:04 +0200

Android 5.0 New Feature Learning

In Android 5.0, touch feedback, or water ripple, was added. Use 1. When creating a new project, the default button usually has water ripple effect. If you want to delete it, you can specify a color for the view. Code: Android: background="? Android: attr / selectable ItemBackground" ripple with boundary Android: background= ...

Posted by Chief on Tue, 04 Jun 2019 02:06:23 +0200

android studio packaging and gradle configuration construction

By browsing this article, you can learn the following: Generating Signature Files for Manual Packing Automatic Packing by Configuration Hiding Signature File Sensitive Information Resource Replacement of Different Flavor Packages by Setting Flavors Multi-channel Packaging Generate signature files and pack them manually First gener ...

Posted by dgs on Tue, 04 Jun 2019 01:01:47 +0200

DataBinding used by Android MVVM

1. Overview MVVM is short for Model-View-ViewModel.Microsoft's WPF brings new technological experiences such as Silverlight, Audio, Video, 3D, Animation...This results in a more detailed and customizable software UI layer.At the technical level, WPF also brings new features such as Binding, DependencyProperty, RoutedEvents, Command, DataTe ...

Posted by lafflin on Mon, 03 Jun 2019 23:16:39 +0200

Some patterns and thinking changes brought about by using wxss for responsive development

The use of wxss has brought about some changes in patterns and thinking for responsive development.WXSS(WeiXin Style Sheets) is a set of style languages used to describe the component style of WXML.WXSS is used to determine how components of WXML should be displayed.In order to adapt to the vast number of front-end developers, our WXSS has most ...

Posted by karnegyhall on Mon, 03 Jun 2019 22:28:46 +0200

android Animation--Material Design Animation

The previous blog talked about the basic use of attribute animation, here is the basic use of Material Design animation, Material Design is the design style after Android 5.0, so Material Design animation runs above Android 5.0 + will be effective, if the same effect is needed on the low version, it can only be achieved by other ways. General ...

Posted by fireant on Sun, 02 Jun 2019 00:48:35 +0200

The Use of DataBinding-Implementation of Skin Change Scheme

After learning the Data Binding framework, I think about the application of this scheme in some scenarios, so according to the characteristics of the framework, I write a skin-changing scheme, first look at the effect map: Data Binding Skin Change Before looking at the implementation below, I hope you have a basic understanding of the DataBin ...

Posted by burgessm on Sat, 01 Jun 2019 20:31:00 +0200