# Androidstudio

Published articles for Androidstudio.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Setting up precommit lints for all team members

DevFeed: [Setting up precommit lints for all team members](<https://devfeed.tech/articles/setting-up-precommit-lints-for-all-team-members-29054.md>)

Original publisher: [Read original article](<https://dmitrysamoylenko.com/2020/12/06/configure_lints.html>)

Author: Dmitry Samoylenko

Published: 2020-12-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dmitry Samoylenko - Android Developer Blog](<https://devfeed.tech/sources/dmitry-samoylenko-android-developer-blog.md>)

Topics: [Script](<https://devfeed.tech/topics/script.md>), [Git](<https://devfeed.tech/topics/git.md>), [Unix](<https://devfeed.tech/topics/unix.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Windows](<https://devfeed.tech/topics/windows.md>)

Tags: [androidstudio](<https://devfeed.tech/tags/androidstudio.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [detekt](<https://devfeed.tech/tags/detekt.md>), [git](<https://devfeed.tech/tags/git.md>), [pre-commit](<https://devfeed.tech/tags/pre-commit.md>), [script](<https://devfeed.tech/tags/script.md>), [unix](<https://devfeed.tech/tags/unix.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

A tutorial on configuring Detekt and ktlint, running lint checks before each Git commit with a pre-commit script, and sharing the setup with team members. The script supports Unix systems and requires edits for Windows.

### Source excerpt

What lints?

## Pro Android Studio - Taming the interface

DevFeed: [Pro Android Studio - Taming the interface](<https://devfeed.tech/articles/pro-android-studio-taming-the-interface-28668.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2018/07/16/androidstudioshortcuts3/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2018-07-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [GUI](<https://devfeed.tech/topics/gui.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [androidstudio](<https://devfeed.tech/tags/androidstudio.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [interface](<https://devfeed.tech/tags/interface.md>), [keyboard](<https://devfeed.tech/tags/keyboard.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [shortcuts](<https://devfeed.tech/tags/shortcuts.md>), [tools](<https://devfeed.tech/tags/tools.md>), [tricks](<https://devfeed.tech/tags/tricks.md>)

### AI overview

A tutorial on using keyboard shortcuts in Android Studio to control views, switch tabs and layout modes, invoke dialog buttons, and look up actions. It also points to additional Android Studio productivity features and references.

### Source excerpt

Not only can anything in Android Studio be controlled with a keyboard shortcut, it offers many more simple tricks to make you more productive. To conclude this series, we will look at how you can control the interface, invoke every (!

## Pro Android Studio - Refactoring

DevFeed: [Pro Android Studio - Refactoring](<https://devfeed.tech/articles/pro-android-studio-refactoring-28667.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2018/04/26/androidstudioshortcuts2/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2018-04-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [androidstudio](<https://devfeed.tech/tags/androidstudio.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [shortcuts](<https://devfeed.tech/tags/shortcuts.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

A tutorial on Android Studio refactoring options and shortcuts. It explains how automated rename, move, extraction, and signature-change tools can reduce manual editing and update related references and documentation.

### Source excerpt

Refactoring can be tedious and easily introduce bugs. The main reason for this is the number of manual steps involved: rename, move, copy-paste,... So wouldn't it make sense to automate this and have Android Studio do all the work for you?

## Pro Android Studio - Code navigation

DevFeed: [Pro Android Studio - Code navigation](<https://devfeed.tech/articles/pro-android-studio-code-navigation-28666.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2018/02/22/androidstudioshortcuts/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2018-02-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [navigation](<https://devfeed.tech/topics/navigation.md>), [Code](<https://devfeed.tech/topics/code.md>), [Inheritance](<https://devfeed.tech/topics/inheritance.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [androidstudio](<https://devfeed.tech/tags/androidstudio.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [code](<https://devfeed.tech/tags/code.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [inheritance](<https://devfeed.tech/tags/inheritance.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [shortcuts](<https://devfeed.tech/tags/shortcuts.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

A practical guide to navigating and refactoring code in Android Studio. It covers searching for classes, symbols, and files; moving between tests and declarations; inspecting class relationships and inheritance hierarchies; and viewing class structure.

### Source excerpt

Struggling to navigate your code? Getting lost in deep inheritance hierarchies? Hard time figuring out relations between classes? Let's learn how to navigate code in Android Studio like a pro.