Alex Huiculescu

Results 4 issues of Alex Huiculescu

In groovy we have `applicationVariants.all { variant -> //do stuff }` but, when converting to kotlin, the same block of code changes it's functionality: `applicationVariants.all { variant -> //do stuff...

Is this possible ? When scrolling down, views are moved to their original position

enhancement

On this step [here](https://developer.android.com/codelabs/android-dagger#7) there is the following note: `Note: If you get an error saying that DaggerAppComponent doesn't exist in the project. It's because you have to build the...

On windows, only ANSI is suported, wich can be annoying when translating strings from german, spanish and more other languages . Can you improve this project's utility more and add...