Uni app Android local packaging learning record
1. Download Android Studio
Download address: Android Developers | Android Developers
2. Download android SDK
Download address: Native developer support
3. Unzip Android SDK - > View release MD file - > check whether the current HBuilderX is the same as the specified packaging version - > update HBuilderX to the corresponding ...
Added by gojiita on Fri, 04 Mar 2022 15:36:44 +0200
Enterprise development - push message to customers - H5-uni
Enterprise and micro development documents: Chat toolbar interface - interface document - enterprise wechat Developer Centerhttps://developer.work.weixin.qq.com/document/path/91789?version=4.0.0.6007&platform=win
Don't think you can move forward with development documents! The road ahead needs you to cut through thorns and thorns~
Step ...
Added by advancedfuture on Mon, 21 Feb 2022 14:16:34 +0200
Uni app knowledge points sorting
I Company 1. Conversion rules:
1 px = 2 rpx
1 px = 0.75 pt = 3 / 4 pt
1 pt = 1.33 px = 4 / 3 px = 8 / 3 rpx
1 em = 16 px
1 em = 12 pt
1px = 1pt * Image resolution/72
rpx is calculated based on the ratio of the current screen width to 750, which is dynamic. It will be converted according to different screens. So it's easier to use a re ...
Added by bcoffin on Thu, 17 Feb 2022 22:33:10 +0200
What are uniapp props, $ref, $emit, $parent, $child, $on, $set?
Take an example to explain what is a parent component and what is a child component?
Take an example to explain what is a parent component and what is a child component?
index. When vue imports sunui cell components, we call it index vue is the parent component, and so on. As long as the instance of the component can be obtained in vue, ...
Added by suresh1 on Mon, 31 Jan 2022 10:57:40 +0200
The uniapp project introduces wechat JSSDK and encapsulates it for use
1. Introducing wechat JSSDK
In fact, I've studied this step for a long time. vue can import external cdn resources. However, in uniapp, at present, I don't know how to configure relevant files. It seems that it doesn't work according to vue's method. Still, I haven't found the right method. Friends who know can leave a message and tell ...
Added by luckybob on Sat, 22 Jan 2022 18:17:22 +0200
SRS streaming media service SRS service http(s) api operation SRS service
SRS streaming media server provides a powerful API for developers to customize their own streaming media services according to their own business scenarios.
Native environment:
Virtual machine VMPRO15 installing Linux system: CentOS7
SRS service version: SRSv4-b2-4.0.215 (SRSv4 has officially released a stable version in December 2021)
Li ...
Added by richardw on Mon, 17 Jan 2022 21:32:46 +0200
Getting started with uni-id - by intercepting certain requests from users
Last article we talked about creating an instance, before we talked about the basic modules, we talked about how to intercept user requests Our video tutorial (free) is linked to https://static-b5208986-2c02-437e-9a27-cfeba1779ced.bspapp.com/ Because of the postgraduate entrance examination, it is possible that the articles are shorter and also ...
Added by Moharo on Sat, 15 Jan 2022 09:17:22 +0200
Uni app implements uniPush push function (Android)
I Open UniPush push service
At manifest Check push in JSON
Click here to view how to activate UniPush push service
II Online push (summary)
1. You need to ensure that the Android package name entered must be consistent with the configuration during packaging, otherwise you will not receive the push message
2. Obtain cid
plus.push.ge ...
Added by gr8dane on Thu, 06 Jan 2022 10:08:59 +0200
uniapp short video APP continues to be transformed and upgraded: shopping cart and red envelope functions are added
Tiktok: last time we successfully created our first short video App using HbuilderX + uni-app + smart tiktok, the first one, and I named him the skin melon video. Then I used the official demo to make a transformation. Next, let's look at the comparison between our skin and the sound.In fact, there are still some subtle differences, but the sim ...
Added by mickey9801 on Mon, 03 Jan 2022 22:48:30 +0200
Wechat applet learning journey -- improving the pages page -- Font Icon, data binding, condition / list rendering, event / catch/bind and routing learning
Previously:
Wechat applet learning journey - production of the first page
Wechat applet learning journey - making your own applet based on zero - making the second page
Introduction to wechat applet (3)
We made the article section earlier.
The simulated user collection articles and browsing times we made at that time used png format ...
Added by astaroth on Wed, 22 Dec 2021 06:04:58 +0200