September 2016
Intermediate to advanced
456 pages
10h 57m
English
WHAT'S IN THIS CHAPTER?
The wrox.com code download for this chapter is found at www.wrox.com/go/expertandroid on the Download Code tab. The code for this chapter is in the Chapter12.zip file.
Because Android Studio is great as is, you might think you would never need to implement a new feature. But you might need to write a plugin to meet a custom need and unleash your full development potential.
This chapter focuses on the architecture of IntelliJ plugins and shows you how to write a plugin that can act without code, resources, a UI, or even a build cycle. The ability to write your own plugins will enable you to fix missing functionality. You can even share your plugins with other developers.
Read now
Unlock full access