-
I have my app working using the toolchain, but the odd thing is I can only call Swift functions that pass or return String. I can't use Bool/Float/Double/Int etc. I get an error like:
`W/Swift: C…
-
For example, on the TasksFragment if you background the app and then restore you can end up with multiple RefreshIntents being processed, adding some logs you can see this below.
```
2018-11-09 10…
-
#31059 Steps to Reproduce
1. From Android Studio Welcome window try "Start a new Flutter Project"
2. Pick Flutter Application
3. The Fill details: project name, description, location
4. left al…
rkmax updated
4 years ago
-
Value of `_currentFiltering ` is never persisted to Bundle. If one were to use `SavedStateHandle` to solve, this, the solution would look like this:
``` kotlin
class TasksViewModel(
p…
-
I had add three items in my All TO-DOs list.
when i click on the checkbox in the first item, crashed!
but the other items are OK.
``` java
09-05 14:25:00.055 9573 9573 D AndroidRuntime: Shutting d…
-
Reproduced with MvRx v1.1.0 and the TodoMvRx sample app.
#### Steps to Reproduce
1. Developer Options -> Don't Keep Activities
2. Launch minified "TodoMvRx" sample app _(note that debugMode in th…
-
https://github.com/googlesamples/android-architecture/blob/todo-mvp-rxjava/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp/addedittask/AddEditTaskFragment.java#L87
We mo…
-
We are using this library since long time and it works great. We have recently [Migrating to AndroidX](https://developer.android.com/jetpack/androidx/migrate), although by adding `android.enableJetifi…
-
Hey all
We're looking at giving the documentation a refresh and would love some feedback from users who regularly use the library/docs.
Currently we have 2 websites, one for [v5](https://rnfire…
Ehesp updated
4 years ago
-
Template in listView doesn't work in nativescript 6.2.0
after "tns update"
```
Couldn't determine component to use for item at 299
```