Creating Android Studio Plugin with UI

Viewed 1217

I am surprised I couldn't find any post on this question. I am looking to build a plugin that works as a sidebar control in Android Studio similar to how Fabric's dependency works (Illustrated below). Where can I find resources on how to get started on building this and are there any example projects on Github?

Objectives:

  • Allow the developers to integrate the library as a gradle dependency
  • Display a Sidebar User interface for the developers to interact with

I referred to the official IntelliJ Docs but I couldn't find any information on UI-based plugin development.

Questions:

1) Are there any development kits to build the UI?

2) Documentation on developing the plugin

enter image description here

1 Answers
Related