I am honored if this article has helped you, and sorry if I have wasted your time. I hope to use the simplest plain words to help people like me. If there is any mistake, please do point out, so as not to mislead you, also mislead me. This article from: www.jianshu.com/users/320f9… Thank you for your attention.

Everyone has their own development habits, such as the development tools or plug-ins they use, and the way they collect data. The purpose of this article is to keep track of your development habits so that you can quickly change your development environment, although it certainly won’t change very often. However, if something is missing, it has some impact on the development process.

Although this kind of more convenient plug-ins, all kinds of cattle have written a lot of articles, but after all, everyone has their own habits. This article is just to record their own habits, will always be added.

Chrome plug-ins

1. SmartUp gesture operation

Postman is a powerful Chrome extension for debugging and sending HTTP requests to web pages.

2. Infinity new TAB

Download address

3. Postman

If you debug interface, this plugin, you can support get, POST, PUT and other debugging.

4. Octotree

While you’re browsing someone else’s open source code, you have to clone a file to view it. With this plugin, you can view someone else’s project directly in the Chrome sidebar as if you were opening a folder.

5. Tick list

A simple, easy-to-use to-do and task management tool to help you get everything done efficiently and manage your time. I use it as a memo.

  • With Android, iOS, web version perfect synchronization, seamless switch, Chrome plugin
  • Integrate wechat public account, record thoughts anytime and anywhere
  • List categories, priorities, task labels, etc. Keep tasks organized
  • Powerful and flexible reminder function

A: What’s The QR Code

Download address QR code: quickly generate a QR code for mobile phones to scan the current page URL.

7. Screenshot of FireShot web page

FireShot can capture a variety of images, including the entire screenshot, the visible part, the selected area, and a variety of output methods. At the same time, it can have the function of doodling and editing captured pictures

8. Speed boosters – make websites load faster!

Download addresses help some sites load at 50% speed. We help make the Internet a little faster! The solution uses special caching techniques and blocking additional network requests can slow down your experience. As our program learns your browsing patterns will start to work better. You will notice a small increase in speed at first, and it will go on over time.

Android studio plugin

1. ButterKnife

What it does: You’ve probably used the ButterKnife annotation before. Install the ButterKnife plugin to quickly generate findViewById. Android studio- settings-plugins – search: Butterknife-install Plugin

2. Gsonformat

General interface to return data to create their own bean, Gsonformat help you quickly generate, do not have to write a line. Android studio- settings-plugins – search :Gsonformat-Install Plugin

3. Android Parcelable Code Generator

In Android, there are two ways to serialize, respectively, is to implement Serializable interface and Parcelable interface, but in Android is recommended to use Parcelable, but this way is more complicated than Serializable. So with this plugin everything is ok.

4. CodeGlance

It is useful for quickly locating code and organizing projects.

5. LeakCanary

Highly recommended, to help you in the development phase of the convenient detection of memory leaks, easier to use. English is not good here is the Chinese version of LeakCanary translated by Comrade Lei Feng

6. Runtime permission code generation plug-in

The first thing I think about this is: Wow. Just look at the picture. Android studio- settings-plugins – search: PermissionsDispatcher Plugin

7. Sqlite code generator

After modifying the configuration, run the project so that the object code is generated in the gen-src folder in the project root directory. Finally, you can copy the object code into your Android project. [use] : www.jianshu.com/p/1872009db… [Project address] : github.com/ThePacific/…

8. Statistic

Android studio- settings-plugins – search :Statistic

Android Studio sets the format

Specific formatting Settings in this article: AndroidStudio Basic Settings here describes a replacement PC when quickly copying previously set up studio format.

Copy the format set by Studio

If you set up the Studio format once at home and use Android Studio in the office, you’ll have to set it up again. Or maybe your colleague or friend has spent a lot of time with a great set of Settings that you want to set up as well. It’s really easy with this.

** Export format: ** Select File -> Export Settings… “, then check the Settings that need to be stored everywhere, such as Code Style, File Template, Key maps, and Live Templates. You can choose your own location and name it settings.jar

** Next to Import, select File -> Import Settings… , then select the JAR package in step 2, select the module you want to import, and click OK.

In addition, I have written a special article for the various content of studio can be seen:AndroidStudio basic setup, and some tips for using it

For plugins, there’s a super complete tidbit: The Android Studio Plugin Tidbit

As for the fan

Github.com/XX-net/XX-N…

And Lantren, I don’t know if it’s a personality problem or something that’s always wrong.

The development tools

Commonly used development tools are in baidu cloud disk is not a list.

Commonly used software

Notepad++ Everything format factory XMind

This article will be updated all the time.