-
## Steps to Reproduce
1. Make the shape square by making the radius 0
2. Execute `flutter run` on the code sample
3. Watch it glitch
**Expected results:**
The OpenContainer should p…
-
### Environment
* Android device: Google Pixel 3
* Android OS version: Android 10
* Google Play Services version: 20.04.12
* Firebase/Play Services SDK version: 17.0.0
* FirebaseU…
-
Don't you think it's better to stick to one or the other? What benefits gives using them both in one project?
-
Using files to save data is not a good way to save notes data. With the new architecture components and Room, we can create better apps with better code quality. I would like to take up this issue and…
-
Hi,
An activity is annotated with @DataBound.
I create my view model in at the end of @Injected and start my network call, which changes the value of `LiveData` in doOnSubsribe and onSuccess/onError…
-
Usually ongoing operations should not be interrupted due to rotation. Suggest to add a delay before cancelling the job like the androidx `livedata { }` builder.
In their version they have an option…
-
I'm not sure if I understand your intention right, but at your [SurveyDAO](https://github.com/nhphong/nimble-surveys/blob/master/app/src/main/java/com/nhphong/nimblesurveys/data/db/SurveyDAO.kt) and i…
-
Hello, I'm using Viewmodel to get the errorstate after rotating the device but app crashes, it occurs only with this material spinner, using Edittext there is no problem. Here the error:
```
E/Andro…
-
bug: crash when selected ordering by : nearest to you and switching to time range : last month (with other value no pb)
It happens starting from main list where ordering by : nearest to you is se…
-
●Android Architecture Component(AAC)
・LiveData:監視可能なデータホルダークラス
→オブザーバーパターン的なもの?
●Data Binding
・UI(XML)にdataタグを利用して、記述する
layoutタグの内側に書くが、CoordinatorLayoutタグの外側に書くので注意
双方向がMutableLiveDat…