DEV Community

Cover image for  Awesome plugins for android studio😎
victor
victor

Posted on

Awesome plugins for android studio😎

You can go ahead and start coding on a clean installation of Android Studio with just the necessary libraries installed and zero plugins added. But having Android Studio plugins installed makes your work more efficient, stress free, intelligent, and (when possible) fun😜. so let make a plunge!

1. Codota

Codota
Codota completes lines of code based on millions of open source Java programs and your context helping you code faster with fewer errors. With features such as:

  • Full line AI autocomplete
  • In line and relevant code examples
  • Code suggestions based on your own coding practices

2. String Manipulation

String Manipulation
String Manipulation is used in manipulating strings. Perform a variety of different tasks on strings such as converting to camelCase, kebab-lowercase, KEBAB-UPPERCASE, snake_case, SCREAMING_SNAKE_CASE, dot.case, words lowercase, First word capitalized, escaping string in Java, and more.

3. Maven Helper

Maven Helper
Maven Helper is a must-have plugin for working with Maven.
Provides:

  • easy way for analyzing and excluding conflicting dependencies
  • actions to run/debug maven goals for a module that contains the current file or on the root module
  • action to open terminal at the current maven module path
  • actions to run/debug the current test file.

4. Butterknife

Butterknife
butterknife Most useful plug-in for Android Studio/IDEA that allows one-click creation of Butterknife view injections. In addition to injections this can even generate click methods for you!

5. CodeGlance

CodeGlance
CodeGlance Embeds a code minimap similar to the one found in Sublime into the editor pane. Works with both light and dark themes using your customized colors for syntax highlighting.

6. ADB Idea

ADB Idea
ADB Idea is plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
The following commands are provided:

  • Uninstall App
  • Kill App
  • Start App
  • Restart App
  • Clear App Data
  • Clear App Data and Restart and lot more.

7. ADB wifi

ADB wifi
ADB wifi Android Studio plugin for debug android app over Wi-Fi.

8. DTO generator

DTo generator
DTO generator Data Transfer Object generator creates Java classes from a given feed. You can paste the JSON response directly to generate a corresponding POJO for it. Check out the github repository for it.

9. Material Design Icon Generator

Material Design Icon Generator
Material Design Icon Generator
This plugin help you to set material design icon in your app resources.

10. Android Drawable Importer

Android Drawable Importer
Android Drawable Importer powerhouse for adding images to your project. You can easily import an icon from Material Icons or Android Icons, set a format, size, color and multiple dimensions. You can also import a regular image and automatically resize it for target densities.

Bonus

Power Mode II
Power Mode II Power Mode II Based on the activate-power-mode atom plugin. have fun while coding with animated Exploding falling sparks effect.

Thanks for making it all the way down! these are just few of the available plugins for Android Studio. So, if we left out your favorite plugin please let us know in the comments below. Happy coding👨‍💻👨‍💻!

Top comments (2)

Collapse
 
clutcher profile image
Igor Zarvanskyi

As a long-time user of IntelliJ IDEA, I have to say that Better Highlights is one of the best plugins out there for improving the commenting experience. It has features like highlighting keywords, linking comments to files and other comments, and whole line highlighting, which have made a huge difference in the way I write and read comments. If you're serious about commenting, you should definitely give it a try: plugins.jetbrains.com/plugin/12895....

Collapse
 
android_blaze profile image
Uchenna Chukwuwa • Edited

Wow what a great way to enjoy coding I'm off to my android studio to try this out