リファレンスやgithubを見ているときに気になる英単語

garbled characters

https://github.com/flutter/flutter/issues/55283

consecutive

https://dart.dev/articles/libraries/creating-streams

Splits a stream of consecutive strings into lines.

decipher

https://developer.android.com/codelabs/basic-android-kotlin-training-update-data-room#4

It is simple and easy to understand; you are left to decipher it on your own.

two decimal places

https://developer.android.com/codelabs/basic-android-kotlin-training-update-data-room#4

round the price to two decimal places using the format() function and assign it to a val named price

populate

Flutter How to Populate ListView on app launch with sqflite? - Stack Overflow

Flutter How to Populate ListView on app launch with sqflite?

hoist

https://developer.android.com/codelabs/jetpack-compose-state#5

This text field doesn't hoist its state when it should.

volatile

https://developer.android.com/codelabs/basic-android-kotlin-training-persisting-data-room#6

The value of a volatile variable will never be cached, and all writes and reads will be done to and from the main memory.

underlying

Persist data with Room  |  Android Developers

The functionality of the DAO is to hide all the complexities involved in performing the database operations in the underlying persistence layer from the rest of the application.

inflate the layout

https://developer.android.com/codelabs/basic-android-kotlin-training-intro-room-flow#7

Override and implement onCreateViewHolder() and inflate the layout and set the onClickListener() to call onItemClicked() for the item at the current position.

That's it for

https://developer.android.com/codelabs/basic-android-kotlin-training-intro-room-flow#6

That's it for setting up your app's model.

acronym

Introduction to Room and Flow  |  Android Developers

While DAO is an acronym, naming conventions for Kotlin code only capitalize the first letter in acronyms, thus the name ScheduleDao and not ScheduleDAO.

come in handy

Introduction to Room and Flow  |  Android Developers

Your knowledge of SQL from the previous codelab will come in handy when defining the DAO.

stick

https://developer.android.com/codelabs/basic-android-kotlin-training-intro-room-flow#3

you'll stick with Kotlin date formatting functions.

Side by side

https://developer.android.com/studio/projects/install-ndk

Select the NDK (Side by side) and CMake checkboxes.

補足

https://en.wikipedia.org/wiki/Side-by-side_assembly

gracefully

https://developer.android.com/guide/webapps/managing-webview

The app can recover gracefully by creating a new WebView instance in the foreground.

anticipate

Get data from the internet  |  Android Developers

Inside the try block you perform the code where you anticipate an exception

take advantage of

https://developer.android.com/distribute

Take advantage of Google Play features to grow your startup

represent

https://developer.android.com/codelabs/kotlin-android-training-create-and-add-fragment?hl=ja#0

In this codelab, you learn about fragments, which represent a behavior or a portion of the user interface in an activity.