-
I am following the code from [here](https://github.com/android/architecture-samples/blob/views-hilt/app/src/debug/java/com/example/android/architecture/blueprints/todoapp/HiltTestActivity.kt):
```
…
-
SMS Template is
%LOGIN_CODE% is your verification code for %APP_NAME%.
Default
%APP_NAME% = app.flutterflow.io
I can find any way to change/edit %APP_NAME%.
How do i edit this?
-
### Description
There is a bug that does not install the app when I build android after the project is first created.
yarn run v1.22.17
$ react-native run-android
info Running jetifier to migra…
-
It would be good to have a list of companies/users/projects where Decompose is used. I suggest to stick to the following format, but feel free to omit/add/modify any details:
Project name: [project…
-
### Description
A CollectionView ItemsSource is bound to an ObservableCollection.
The ObservableCollection is populated with an async call to an endpoint on application start.
Adding items in the…
-
**Describe the bug**
We found an ugly bug in kweb. Web pages made with kweb don't work on Xiaomi phones when the Mi Browser is used. More precisely, the pages load correctly and are rendered correctl…
-
### Steps:
```sh
npx react-native init TodoApp --template react-native-template-typescript
cd TodoApp
yarn add @nozbe/watermelondb
yarn add --dev @babel/plugin-proposal-decorators
```
Th…
-
In https://github.com/android/architecture-samples/blob/8b028e3dadc8a0faa69d5e9f064befb9abb4dae7/app/src/main/java/com/example/android/architecture/blueprints/todoapp/tasks/TasksViewModel.kt#L64
Th…
-
## Expected Behavior
Code should format without error.
## Observed Behavior
```
private data class TestState(
val test: List = emptyList(),
) {
fun toUiState() = i…
-
This have been helpful for me to get started with coroutine for my codebase. However, I find some decisions not making much sense to me. I have 2 questions when I look at
https://github.com/android/…