android_studio: re-enable links

This commit is contained in:
Yann Cébron 2019-11-04 10:34:50 +01:00
parent 1edbe66c1a
commit cc063de5d3

View File

@ -67,13 +67,8 @@ Otherwise, if only general IntelliJ Platform features (APIs) are used, then a de
## Additional Articles and Resources ## Additional Articles and Resources
* Discussion of extending Android Lint - [How to Register Androidlintinspectionbase in Intellijidea Plugin](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360005018559-How-to-register-AndroidLintInspectionBase-in-IntellijIdea-Plugin) * Discussion of extending Android Lint - [How to Register Androidlintinspectionbase in Intellijidea Plugin](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360005018559-How-to-register-AndroidLintInspectionBase-in-IntellijIdea-Plugin)
* Grzegorz Matyszczak's article _How I Automated Creating Files for a New Screen with My Own Android Studio Plugin_. * Grzegorz Matyszczak's article [How I Automated Creating Files for a New Screen with My Own Android Studio Plugin](https://proandroiddev.com/how-i-automated-creating-files-for-a-new-screen-with-my-own-android-studio-plugin-5d54b14ba6fa)
* Marcos Holgado's article series _Write an Android Studio Plugin_. * Marcos Holgado's article series [Write an Android Studio Plugin (Part 1)](https://proandroiddev.com/write-an-android-studio-plugin-part-1-creating-a-basic-plugin-af956c4f8b50)
<!--
Grzegorz Matyszczak's article [How I Automated Creating Files for a New Screen with My Own Android Studio Plugin](https://proandroiddev.com/how-i-automated-creating-files-for-a-new-screen-with-my-own-android-studio-plugin-5d54b14ba6fa)
Marcos Holgado's article series [Write an Android Studio Plugin (Part 1)](https://proandroiddev.com/write-an-android-studio-plugin-part-1-creating-a-basic-plugin-af956c4f8b50)
-->
## Open Source Plugins for Android Studio ## Open Source Plugins for Android Studio
When learning new development configurations, it is helpful to have some representative projects for reference: When learning new development configurations, it is helpful to have some representative projects for reference: