android-butterknife-zelezny alternatives and similar packages
Based on the "Intellij IDEA / Android Studio" category.
Alternatively, view android-butterknife-zelezny alternatives based on common mentions on social networks and blogs.
-
android-material-design-icon-generator-plugin
This plugin help you to set material design icon to your project. -
android-parcelable-intellij-plugin
IntelliJ Plugin for Android Parcelable boilerplate code generation. -
adb-idea
A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development. -
android-selector-chapek
Android Studio plugin which automatically generates drawable selectors from appropriately named resources. -
android-holo-colors-idea-plugin
IntelliJ / Android Studio plugin for Android Holo Colors -
eventbus-intellij-plugin
Plugin to navigate between events posted by EventBus. -
Android-DPI-Calculator
DPI Calculator plugin -
android-studio-unit-test-plugin
Android Studio IDE support for Android gradle unit tests. Prepared for Robolectric. -
android-xml-sorter
Android Studio & IntelliJ Plugin for sort xml by name="xxx". -
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks. -
DroidLane
Plugin help you to upload apk to Google Play.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of android-butterknife-zelezny or a related project?
README
ButterKnifeZelezny
Simple plug-in for Android Studio/IDEA that allows one-click creation of Butterknife view injections.
How to install
- in Android Studio: go to
Preferences → Plugins → Browse repositories
and search forButterKnife Zelezny
or
- download it and install via
Preferences → Plugins → Install plugin from disk
How to use it
[](img/zelezny_animated.gif)
- Make sure you have latest Butterknife lib on your classpath
- Right click on usage of desired layout reference (e.g. R.layout.main in your Activity or Fragment), then
Generate
andGenerate ButterKnife Injections
- Pick injections you want, you also have an option to create ViewHolder for adapters.
- Click
Confirm
and enjoy injections in your code with no work!
Contributing
Pull requests are welcomed!
- make sure you stick to our coding style.
- follow Getting Started with Plugin Development
- make sure you have Java 6 installed if you want to publish it in the plugin repository
Common issue: The plugin is not working after I updated to new Android Studio
- AS promts you to update plugins after update, you need to update them before using
- Make sure you have Butterknife on your classpath
- Make sure that your cursor is placed on a layout ID in a class having one of these types: Activity, Fragment, custom View or Adapter
Why 'Zelezny'?
Jan Železný is a famous Czech javelin thrower, Olympic champion and world record holder. With Zelezny's javelin, your butter knife will be much sharper!
See our other Czech personalities who help with #AndroidDev.