Alex Huiculescu

Results 6 comments of Alex Huiculescu

Further more: ``` applicationVariants.all { val variant = this variant.outputs.all { output -> //Do something with the output } } ``` should be converted to ``` applicationVariants.all { val variant...

``` applicationVariants.all { val variant = this var flavor = variant.mergedFlavor var name = flavor.versionName var code = getCustomCodeNumber() variant.outputs.all { this as ApkVariantOutputImpl versionNameOverride = name versionCodeOverride = code...

This is the usage of the code I wrote above

Something like: "Check if the correct .all method is called. Does it belongs to DomainObjectSet interface? If not, please remove the named argument inside the closure," - and here maybe...

Got this when run yarn for the first time, and also after a while, when adding a new project with yarn add. Fixed it using npm install: error [email protected]: The...

When user scroll the screen and the item is not visible anymore, the animation dissapears. What you say about 'moveToScrolledPosition()' is a trick that could work. It would be called...