Huawei H14-231_V1.0 Practice Test - Questions Answers, Page 63

List of questions
Question 621

A developer needs to use the JavaScript UI framework to display the bar chart of the current month's product sales, and can use the chart component to achieve this function.
Question 622

In order to improve the user experience, a developer uses ScrollView to realize the scrolling display of photos in an album application, and in order to improve the user experience, the developer sets the ScrollView rebound_effect property to true, so that the photo has a rebound effect when sliding to the bottom.
Question 623

The ListContainer grid layout can be realized through the setLayoutManager() method
Question 624

In HarmonyOS's '1+8+N' strategy, mobile phones belong to one of the '8' devices.
Question 625

A user uses the HarmonyOS distributed task scheduling capability to migrate mobile phone videos to the smart screen for playback. In this scenario, the process of finding whether the smart screen has the same playback software is a global query.
Question 626

When a developer compiles a project, the compilation fails, and the message 'This device type does not match project profile' is displayed, because the device type configured in 'config.json' does not match the device type for debugging, and 'deviceType' needs to be configured in the 'module' tag.
Question 627

When a developer has multiple versions of the object-relational mapping database, and the developer calls the BookStoreUpgrade class to upgrade the database version, the version number of the BookStoreUpgrade class is configured as '2', and the actual version number of the current BookStore.db is '1'.
Question 628

When a developer uses mobile phones and smart screens to develop applications, he can select two device types, smartphones and smart screens, in the AppGallery project.
Question 629

In the lifecycle of AbilitySlice, the onStart() callback method does not need to be rewritten.
Question 630

The callback mechanism provided by the Ability class can allow the Page instance to switch with the user's operation background
Question