AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

@cesarsicas The entire code is in the sample. It already uses the plugin @MichaelRocks I don't understand. What did I do wrong? It doesn't work even on this basic case......

@MichaelRocks I can't reopen the issue. I can only comment once the owner of the repository has closed it. See attached after the change you wanted (works fine this way)...

@MichaelRocks How come const will work in the example you showed though? I suggest you to mention these restrictions on the main page of the repository, showing examples of the...

@MichaelRocks Which one? I already wrote that for the new one it works fine, because that's what you told me to try...

@MichaelRocks Thank you! Please for now write about this though. I didn't expect it to fail in this case, and I remember it worked fine in the past.

@MichaelRocks BTW the workaround of using just "val" instead of "const val" seems to work well.

@humaimam123 Just try to de-obfuscate the APK, and search for one of the strings in case you think it doesn't change them. If you can't find, it means it did...

I'm facing similar issues, and reported about it [here](https://code.google.com/p/android/issues/detail?id=219692), thinking it's Google that caused this error. They said this: > It's using LoggingManagerInternal, which is an internal Gradle API that...

To decide if a viewHolder should be drag-able and/or swipe-able, I think you need to do it in the `getMovementFlags` function. There you have a change to decide if you...

Thank you. Can you please provide a sample in the repo?