Top 4 most useful plugins for Android Studio 2019

These plugins will increase your productivity speed. 

1. Butterknife Zelenzy

Butter Knife Zelenzy plugin will allow you to generate one click findviewbyId and on click methods here demo.

2. Key Promoter

Key promoter shows notification when you click on toolbar how times you have clicked on toolbar. It will also promotes shortcut for these toolbar actions.

3. DTO generator

The Data Transfer Object(DTO) 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.

4. Android Material Design Icon Generator

This plugin will help to setup material icon  from your application resources. This will save your a lot of time. check out GitHub repository for it.


Comments

Post a Comment