There are some difference code format between eclipse and android studio.
In eclipse :
Win/Linux - : Ctrl+Shift+F
Mac-: Command + Shift + F
In Android Studio:
Win/Linux - : Ctrl + Alt + L
Mac:- Option + Command + L
Happy Coding!!!
Featured Post
Implementing Hilt in a Kotlin Android Jetpack Compose Project with MVVM Architecture
In modern Android development, maintaining a scalable codebase can be challenging, especially when it comes to dependency management. Hilt,...
Android Tutorials