Skip to content

Instantly share code, notes, and snippets.

View VictorGevondyan's full-sized avatar
🏠
Working from home

VictorGevondyan

🏠
Working from home
View GitHub Profile

Interview Questions

Kotlin

Q1: What is a primary constructor in Kotlin? ☆☆

Answer: The primary constructor is part of the class header. Unlike Java, you don't need to declare a constructor in the body of the class. Here's an example:

@lopspower
lopspower / README.md
Last active June 18, 2024 06:05
Android studio format code auto break line

Android studio format code auto break line

Twitter

To do this in Android Studio go to Preferences > Editor > Code Style

and set Right margin (columns) to 150 (or the line width you want)

Now go to File -> Settings > Editor > Code Style > Java > Wrapping and Braces