Tom Silver
Tom Silver
@jemise111 I have got the same issue, and this issue is happening because of this part code in SwipeRow: ``` line 150 this.props.setScrollEnabled && this.props.setScrollEnabled(false); ``` By default, in SwipeListView...
Lets see, I have a similar question here, I pretty agree to use val instead of var anytime, but just can't find a solution here myself I have a table,...
@staslev brilliant!! I will try testing it, I learned Play and Slick as well Scala just week ago, so I really don't know if this work or not, even don't...
@staslev I got another case, which I will have to update var in a loop, the case also from the use of Scala Slick library, the question is same as...
@xavier-fernandez Thank you, thats really quick!! I will read and test it, and learn how it works, then let you know.
@jawshooah thanks for your advice, and I definitely need to read it..so many questions to use Scala, and most of my code is just imperative not functional.. @xavier-fernandez, I have...
@xavier-fernandez thanks for your advice, I will keep trying it and find how to avoid mutable collections as well. My solution changed to this according to your advice, and looks...
@alexandru Thanks for your advice and really learned from it too, and let me explain about what in case it is doing by UNION SQL for your comment about >...
I have found the solution to use DynamicRealm: https://realm.io/docs/java/latest/#dynamic-realms Thanks.
I have tried in java, and it's working well, and then I tried Realm objc framework, not success, also address the issue I have had to access Realm DB in...