State management - global state management tool

1, Unidirectional data flow 1. Schematic diagram of concept Schematic diagram of "one-way data flow" concept 2. Brief introduction state, the data source driving the application;View, which maps the state to the view declaratively;actions to respond to the state changes caused by user input onUTF-8...

Posted by amarafzal on Mon, 03 Jan 2022 15:33:39 +1030

[December 31, 2021] Android native plug-in development tutorial of uniapp

Android native plug-in development tutorial for uniapppreparehbuilderX,downloadapp offline SDK, downloadAndorid Studio,Android official or Chinese communityCertificate (you can prepare it yourself or generate it using android Studio)Plug in function introductionFor the addition function, we cUTF-8...

Posted by libinaz on Mon, 03 Jan 2022 20:41:40 +1030

Mall combat notes

Mall actual combat project Project construction Create basic project structure with HBuilder X Run project Organize the basic project structure and modify the appearance of the window "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "Shopping Mall", "navigationBarBaUTF-8...

Posted by cshaw on Thu, 06 Jan 2022 07:40:21 +1030

uniapp lottery component - various lottery (jumping) for animation effects

Welcome to the ay lottery plug-in Recently, I'm interested in lucky draw. The plugin code is as follows: 1. Ay lottery plug-in You can go to the uniapp plug-in market Various lucky draw (jump) for animation effects Page download preface Introduction: 1. Lottery effect component: There are 4 typUTF-8...

Posted by elum.chaitu on Tue, 11 Jan 2022 03:56:14 +1030

Development of uniapp android plug-in

Say what I want to say. For others, please refer to the official documents (there are links to the official documents and instructions copied from the official documents below. You can choose to read them by yourself) 1. The official demo contains three library uniplugins_ Component (based on nUTF-8...

Posted by theflea912 on Tue, 18 Jan 2022 22:45:03 +1030

Uni app async / await optimizes the startup process

App startup process Generally, when entering the home page of our App, we need to do some initialization work, such as applying for permission, obtaining data from the server (user information, App configuration information, etc.), sdk initialization, etc. A general App may include the followiUTF-8...

Posted by Imothep on Tue, 01 Feb 2022 03:22:34 +1030

Uni simple Router: use Vue router to manage uniapp routes

The contents in the notes are only applicable to the uniapp project built by HBulider. For the uniapp project built by other methods, please refer to the official website of uni simple router uni simple router (hhyang. CN)uniapp uses many APIs of vue, but it lacks the function of routing manageUTF-8...

Posted by Drakla on Mon, 14 Feb 2022 11:35:55 +1030

uniapp development: waterfall flow is flexible, easy to configure and easy to use, compatible with vue2vue3 applet, H5, app and other terminals

outlineSupported platformsMode of useAttribute descriptionEvent descriptionComponent methodExample of using refreshHide single picture exampleComplete examplereminderPay attention to me and don't get lost outline Custom waterfalls flow is a waterfall flow plug-in, which is flexible, easy to useUTF-8...

Posted by Dillinger on Sun, 13 Mar 2022 17:27:39 +1030

Implementation of select all function of uniapp multi selection box

In fact, the built-in checkbox and checkbox group in the uniapp are good, but there are two problems: Cannot rely on its events to select allThe style is fixed and difficult to modify The reasons why they could not achieve full election were: When I dynamically modify the checked field of the cUTF-8...

Posted by wpt394 on Sat, 16 Apr 2022 22:10:57 +0930

Pull down and enlarge the background image at the top of uniapp (H5,App end), and loosen the spring back

Recently, I wrote a project using tiktok like pages, which would enlarge and increase the top background when the top user performs the pull down operation, making the page feel more slippery. First up effect: There is a complete code at the end of the article. You can jump directly to the end UTF-8...

Posted by jpt62089 on Sun, 17 Apr 2022 21:08:58 +0930