Slipingmenu, an open source third-party component of Hongmeng_ Ohos sideslip menu component
catalog:
1. Foreword
2. Background
3. Effect display
4. Sample parsing
5. Library parsing
6. Collection of articles on Hongmeng open source third party components
preface
Sideslip menu component of slidingmenu based on Android platform( https://github.com/jfeinstein10/SlidingMenu ), the migration and reconstruction of hongmenghua has b ...
Added by irishpeck on Tue, 08 Mar 2022 05:58:23 +0200
HarmonyOS tripartite Component Development Guide (18)-Flexbox streaming layout component
catalog:
1. Introduction
2. VideoCache User Guide
3. VideoCache Development Guide
4. Collection of articles in the "HarmonyOS tripartite component development guide"
introduction
In the previous article, I introduced the component use and development guide of the bottom navigation bar. This article will bring you another impleme ...
Added by BoukeBuffel on Fri, 04 Mar 2022 01:38:10 +0200
HarmonyOS application development -- MyNotePad [note] [API V6] Based on TextField and Image pseudo rich text
1. Name
Name the app: MyNotePad and my notebook. The app icon adopts the default icon. Just set the app name. The project has been placed in gitee: MyNotePad
2. Function description
For Hongmeng application development API V6, it may not have rich text components. Read the relevant documents. Some functions of rich text components will n ...
Added by guestabc on Sat, 19 Feb 2022 23:52:37 +0200
Logic implementation of coffee detail page of Hongmeng Ruixing coffee development diary
Let's first look at the overall effect
1. Logical induction
In fact, there is not much logic to develop in the coffee details page, and it is not easy to write it down as a whole. The logic to be realized is summarized as follows:
The name of the coffee details page is obtained after the previous Slice is passedWhen the temperature ...
Added by getmizanur on Tue, 15 Feb 2022 07:16:53 +0200
Hongmeng light kernel source code analysis: file system LittleFS
Abstract: This paper first introduces the structure and global variables of the lower LFS file system structure, and then analyzes the lower LFS file operation interface.
This article is shared from Huawei cloud community< #Hongmeng light kernel M core source code analysis series II-02 file system LittleFS >, author: zhushy.
LittleFS ...
Added by cloudbase on Tue, 08 Feb 2022 18:12:06 +0200
Computer client remote control Hongmeng development board
Project requirements
When we usually develop projects related to the Internet of things, wireless control is a function we must have. We can control our development board to carry out corresponding operations in real time through the computer client written by us. For example, control a series of operations such as lighting, fan and humidi ...
Added by jkrettek on Sat, 29 Jan 2022 04:39:24 +0200
Ch10 harmony OS atomic service
preface
In the era of interconnection of all things, the number of devices per capita is rising, and the diversity of devices and scenes makes application development more complex and application entrances richer.In this context, application providers and users urgently need a new service provision method to make application development si ...
Added by chantown on Wed, 26 Jan 2022 18:54:22 +0200
Source code analysis of Hongmeng light kernel: Newlib C
Abstract: This paper introduces the implementation of LiteOS-M kernel Newlib C, especially the file system and memory allocation release part, and finally introduces the Newlib hook function.
This article is shared from Huawei cloud community< Hongmeng light kernel M core source code analysis series 20 Newlib C >, author: zhushy.
When ...
Added by thedotproduct on Wed, 26 Jan 2022 15:54:09 +0200
v76.01 Hongmeng kernel source code analysis (shared memory) | the fastest way of communication between processes | 100 blog analysis of OpenHarmony source code
One hundred blog Analysis | this article is: (shared memory) | the fastest way of communication between processes
Related articles of process communication are:
v26.08 Hongmeng kernel source code analysis (spin lock) | be a good comrade of chastity archway
v27.05 Hongmeng kernel source code analysis (mutex lock) | it's also a lock. It ...
Added by careym1989 on Tue, 25 Jan 2022 09:59:51 +0200
Use of commonly used layout DependentLayout of HarmonyOS
1, Introduction to DependentLayout
DependentLayout is a common layout in Java UI system. Compared with directional layout, it has more layout methods. Each component can specify the position relative to other peer elements or the position relative to the parent component.For the layout of DirectionalLayout, please refer to my blog: Use of comm ...
Added by ahinkley on Mon, 24 Jan 2022 06:31:15 +0200